/*
Theme Name: Casino Minisite Multi Slots 1
Description: Child theme of the webpals framework
Author: Webpals
Template: framework
*/

@import url("../framework/style.css");

@import url(http://fonts.googleapis.com/css?family=Pacifico);
html { overflow-y: scroll; } 
body { 
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	vertical-align:baseline;
} 
/*
===============================================================
		layout  behavior: url("../js/PIE.css");
===============================================================
*/
#wrap {
	width:960px;
	margin:0 auto;
	
}
#content {
	background:#eee;	
	margin:0 0 20px 0;
	overflow:hidden;
}
#header { 
	overflow:hidden; 
	height:130px; 
}
	#header a.logo { 
		display:block;
		height:140px;
		line-height:121px;
		color:#FFFFFF;
		text-decoration:none;
		font-size:59px;
		font-family:'Pacifico';
	}
	
/*
===========================================================================nav
*/

#nav {
	height:38px;
	line-height:38px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
}
#nav li {
	float: left;
	position: relative;
}
#nav a {
	display: block;
	float: left;
	padding: 0 10px;
	text-decoration: none;
	height:38px;
	line-height:38px;
	color:#868585;
	text-transform:capitalize;
}



#nav ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#nav ul ul li { min-width: 180px; }
#nav ul ul ul {
	left: 100%;
	top: 0;
}
#nav ul ul a {
	background:#fff;
	/*background:rgba(255, 255, 255, 0.95);*/
	width: 160px;
	height: auto;
}
#nav li:hover > a, #nav li:hover { 
	color:#e7a007; 
	background:#fff;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.25);
}
#nav ul ul :hover > a { color:#e7a007; }
#nav ul li:hover > ul { display: block;  }
#nav ul li.current_page_item > a,
#nav ul li.current-menu-ancestor > a,
#nav ul li.current-menu-item > a,
#nav ul li.current-menu-parent > a {color:#e7a007; }
* html #nav ul li.current_page_item a,
* html #nav ul li.current-menu-ancestor a,
* html #nav ul li.current-menu-item a,
* html #nav ul li.current-menu-parent a,
* html #nav ul li a:hover { color:#e7a007; }
	

	.cramps      { margin:10px 0; }
	.cramps li   { display:inline;  }
	.cramps li a { display:inline; padding: 0 5px; color:#bcbcbc; text-transform:capitalize;  }
	
	
#footer { 
	clear:both;
	display:block; 
	margin:20px 0;
	padding:20px 0;
	position:relative;
} .ie6 #footer, .ie7 #footer { position:relative; overflow:hidden; zoom:1; }
	#footer ul {text-align:center; background:#fff; }
	#footer li, #footer li a { 
		height:40px;
		line-height:40px;
		padding:0 20px 0 0;
		display:inline;
		color:#868585; text-transform:capitalize;
	}
	
	#footer .decor {
		display:block;	
		position:absolute; 
		bottom:-20px;
		right:0;
	}
	
	
.post { margin:20px 0; }
	
	.holder {
		display:table-cell !important;
		
		vertical-align:middle !important;
		text-align:center !important;	
	}
		.holder img { display:inline !important;
vertical-align:bottom;
text-align:center;		}	
		
		
#main {
	width:640px;
	float:left;
	padding:40px;
	background: #fff;
	
} .ie6 #main { position:relative; overflow:hidden; zoom:1; width:639px; }
#sidebar {
	width:240px;
	float:right;
	background:#eee;
	margin:0 0 20px 0;
}

.right #main    { float:left; }
.right #sidebar { float:right; }

.left #main    { float:right; }
.left #sidebar { float:left; }

.nosidebar #sidebar { display:none; }
.nosidebar #main    { margin:0 auto !important; float:none; }
.nosidebar #content { background:#fff; }

/*
	.right #main    { float:right; }
	.right #sidebar { float:left; }
	.left #main     { float:left; }
	.left #sidebar  { float:right; }
	.nosidebar #main    { float:none; margin:0 auto 20px auto; }
	.nosidebar #sidebar { display:none; }
	.fullwidth #main    { float:none; margin:0 auto 20px auto; width:100%; }
	.fullwidth #sidebar { display:none; }
*/

	.widget { margin:0 0 20px 0; }
	.widget h3 {
		height:60px;
		line-height:40px;
		text-align:center;
		text-transform:uppercase;
	}
	
	.widget ul, .widget .cont { padding:0 20px; }
	
	.widget .cont img { max-width:200px; display:block; margin: 0 auto; }
	
	
	.pic .cont { margin:-20px auto 0 auto; }
	#sidebar .toplist p {
		display:block;
		background:#fff;
		border:1px solid #dadada;
		float:left;
		margin:0 10px 5px 0;
		width:108px;
		height:58px;	
	} 
	
	#sidebar .toplist p img {
			display:block;
			max-width:100px;
			max-height:50px;
			margin:4px auto;
	}
	
	#sidebar .toplist h4 {
		line-height:15px;
		margin:0 0 10px 0;
		color: #ffb516;
		font-size:16px;	
		font-weight:bold;
	}
	
	#sidebar .toplist h4, #sidebar .toplist a {
		
	}
	
	#sidebar .list { margin:0 0 10px 0; }
	.widget  ul li  {
		display:block;
		margin:0 0 5px;
		padding:0 0 4px 0;	
		border-bottom:1px solid #868585;
		overflow:hidden;
	}
	
	#sidebar .list a { color:#454544; }
	#sidebar .list a:hover { color:#e84a68; text-decoration:underline;  }
	
	#sidebar  .promo {
		height:400px;
		padding: 30px 50px 0 40px;
		text-align:center;
		position:relative;
		line-height:15px;
	}
	#sidebar .promo .BtnAbs {margin-top:18px;position:absolute;width:150px;top:335px;left:40px;}
		#sidebar .promo .btn-red {
			height:40px;	
			width:150px;
			line-height:16px;
			
			text-transform:uppercase;
			display:table-cell;
			vertical-align:middle;
			font-size:16px;
			font-weight:bold;
			text-shadow:0 1px 1px #000;
		} #sidebar .promo .btn-red:hover { text-decoration:none; color:#900; }
	
		#sidebar .promo a   { display:block; color:#fff; }
		#sidebar .promo a.FreeDld {position:absolute;top:396px;width:150px;left:40px;}
		#sidebar .promo p   { margin:20px auto 10px 0; height:60px; overflow:hidden; }
		#sidebar .promo img { max-height:100px; height:100px; line-height:0; display:block; margin:0 auto;  }
		#sidebar .promo h2  {
			height:30px;
			overflow:hidden;
			position:absolute;
			width:150px;
			display:inline-block;
			top:305px;
			left:40px;
			font-size:14px;
			line-height:16px;
			font-weight:bold;
			color:#000;
			margin:0 0 10px 0;
			text-transform:none;
		} 
			#sidebar .promo h2 span {display:block; font-size:20px; }

	
		#sidebar .holder { height:80px;  width:150px; display:table-cell; vertical-align:middle; text-align:center; overflow:hidden;  }
		#sidebar .holder img { margin:0; height:auto; max-height:80px; vertical-align:middle; display:inline; }
		
		
		.ie7 #sidebar .holder {  display:block; }
		.ie7 #sidebar .holder img { margin:15px auto; height:50px; display:block; }
		
	
	
	
	.promo .bonuscode {  }
	
	


/*
================================================================ review
*/

#info {
	height:351px;
	width:360px;
	margin:-40px 0 18px 20px;
	padding:45px 0 0 0;
	float:right;
	background:url("images/casinos-details.png") no-repeat center bottom;	
}

#info img {
	display:block;
	margin:45px auto 0 auto;	
}

#info p {
	position:relative;
	display:block;	
	margin:30px auto 30px auto;
	color:#575556;
	font-size:18px;
	height:20px;
	line-height:10px;
}
#info p  strong {
	display:block; position:absolute;
	right:50px;
	top:50%;	
}
.ie7 #info p strong { padding:5px 0;}




#info ul {
	height: 60px;
	padding:0 20px;
	margin:0 0 54px 0;
}
#info li {
	display:block;
	float:left;
	height: 60px;
	width:24.5%;
	position:relative;	
	cursor:pointer;
}

#info li.li1 { background:url("images/ic1.png") no-repeat 0 0; }
#info li.li2 { background:url("images/ic2.png") no-repeat 0 0; }
#info li.li3 { background:url("images/ic3.png") no-repeat 0 0; }
#info li.li4 { background:url("images/ic4.png") no-repeat 0 0; }
#info li:hover { background-position:0 -60px; }

#info li div {
	position:relative;
	z-index:9999;
	margin:54px 0 0 0;
	display:none;
	background:#f1f1c3;
	width:200px;
	padding:10px;
	left:0;
	color:#666;
	font-weight:bold;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
}
#info li div strong {
	display:block;	
}
#info li div img {
	display:inline;
	margin:0 2px 2px 0 !important;	
}


#info a { text-align:center; display:block; margin:0 70px 8px 70px; }
.btn-review {
	padding:10px 50px 10px 20px;
	height:34px;
	color:#fff;	
	text-align:left;
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
	
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);
	-moz-text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);
	-webkit-text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);
}
a.btn-review:hover { text-decoration:none; color:#060; }


.btn-review span { display:block; text-shadow:none; text-transform:none; font-weight:normal; font-size:12px; }



#info .holder {
	width:351px;
	height:96px;
vertical-align:bottom !important;	
	
}
#info .holder img {
	margin:0;
	display:inline;
}




.images {
	text-align:center;
	clear:both;	
	height:103px;
	white-space:no-wrap;
	overflow:hidden;
	width:650px;
}
.images img {
	display:inline; 
	display:inline;
	width:150px ;
	height:103px;
	margin-right:10px;	
	
	vertical-align:top;

}


/*
================================================================ banners
*/	

.banner { 
	background:url("images/banner-bottom.png") no-repeat 100% 0;
	height:100px;
	padding:40px 50px 60px 20px;
	overflow:hidden;
	text-align:left;
	display:table;
	vertical-align:middle;
	
}

.banner li { display:table-cell; vertical-align:middle; }
.banner li.first{ width:120px;  }
.banner li.txt  { width:340px;  }
.banner li.last { 
	width:110px; 
	padding:25px 0 0 0; 
	text-align:center;
	position:relative;
}

.ie7 .banner li { 
	display:block;
	float:left;
}
.ie7 .banner li.txt {
	padding-top:10px;	
}

.ie7 .banner li.txt, .ie8 .banner li.txt, .ie7 .banner li.txt { 
	width:310px;
	margin-right:30px;
}


.banner img {
	max-height:70px;
	max-width:150px;
}

.banner a { 
	display:block;
}

.banner .play {
	width:90px;
	height:48px;
	line-height:16px;
	color:#fff;
	display: table-cell;
	vertical-align: middle;
	padding-left:6px;
	text-align:middle;
	font-size:16px;
}
.banner .play:hover { text-decoration:none; color:#060; }
.banner a.visit { margin:5px 0 0 0; text-decoration:underline; }
.banner h2 { font-size:20px; }
.banner h2, .banner p { margin:0;  }



.banner-colored {
	padding:8px 0 0 20px;
	height:117px;
	background:url("images/banner-1.png") no-repeat top center;
	overflow:hidden;
	position:relative;
}

.banner-colored img { 
	float:left; 
	
}
.banner-colored .rating {
	position:absolute;
	left:33px;
	top:80px;
}

.banner-colored h2 {
	font-size:20px;
	font-weight:bold;
	
}
.banner-colored p {
	margin:0 0 0 130px;
	color:#000;
	width:340px;
	overflow:hidden;
	display:block;	
}

.banner-colored h2 {
	margin:20px 0 0 130px;
	color:#000;
	width:340px;
	text-transform:uppercase;	
}

.banner-colored a.visit {
	color:#666; text-align:center;
	display:block;
	width:120px;
	float:right;
	clear:right;
	/*margin:0 20px 10px 0;	*/
	position:absolute;
	top:90px;
	right:15px;
	text-decoration:underline;
}
.banner-colored  .BtnAbs {position:absolute;
	top:37px;
	right:32px;
	width:90px;
	height:50px; 
	
	}
.banner-colored  .IE7VerAlign {position:absolute;
	width:90px;
	
	}
.banner-colored a.big { 
	height:50px; 
	width:90px;
	display:table-cell;
	line-height:12px; 
	
	text-align:center;
	vertical-align:middle;
	/*margin:-50px 20px 0 0; */
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);
	-moz-text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);
	-webkit-text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);
}
.banner-colored a.big:hover { text-decoration:none; color:#060; }

.color1 { background-image:url("images/banner-1.png"); }
.color2 { background-image:url("images/banner-2.png"); }
.color3 { background-image:url("images/banner-3.png"); }



/**************************************************/


.ce-bottom {
	background:url("images/bottom-ce.jpg") no-repeat top center;
	height:230px;
	padding:20px 0 0 0;	
	text-align:center;
	position:relative;
}
.ce-bottom p, .ce-bottom h3 { display:block; margin:0 0 0 190px; width:240px; overflow:hidden;  }
.ce-bottom h3 { margin:5px 0 5px 190px;padding:0 !important; }
.ce-bottom a  { 
	display:block;
	position:absolute;
	left:230px;
	top:100px;
	width:127px;
	height:35px;
	color:#fff; 
	text-align:center !important;
}
.ce-bottom a:hover,.ce-bottom a:hover span {text-decoration:none !important;text-shadow:none;color:#006600;}

.ce-bottom a span { 
	
	display:block;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	text-transform: uppercase; 
}


/*
===================================================================== forms
*/
form input:not([type="radio"]), form textarea { width: auto; }
input[type="tel"], input[type="email"], input[type="number"], input[type="text"], input[type="password"], input[type="date"], textarea, select {
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset;
	-o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset;
    display: block;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
	behavior: url("../js/PIE.css");
}
input[type="tel"], input[type="email"], input[type="number"], input[type="text"], input[type="password"], input[type="date"], select {
	height: 30px;
    line-height: 30px;
    padding: 0 5px;
    position: relative;
}
select {
	padding:0 0 0 5px;
	height: 40px;
    line-height: 40px;	
}
textarea { padding:8px ; }
form {
    display: block;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
}
	fieldset {
		display: block;
		margin: 20px 0;
	}
		fieldset > legend {
			display: block;
			font-size: 24px;
			height: 40px;
			line-height: 40px;
			margin: 0 0 20px 0;
		}
		
		form ol li {
			background: none repeat scroll 0 0 #f0f0f0;
			line-height: 30px;
			list-style: none outside none;
			overflow: hidden;
			padding: 8px 10px;
			border-top:1px solid #ccc;
			border-bottom:1px solid #fff;
			margin-bottom:20px;
		}
		
		form label {
			float: left;
			text-transform: capitalize;
			width: 110px;
		}

/*
===================================================================== tables
*/	

th, td, table, tbody, thead, table img, table a, table span { vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; width:100%; }
.t-wrap {
	position:relative;
	margin:20px 0 20px 0;
	
	border:1px solid #bbb;
	background:url("images/table.png") repeat-y 0 0;
	padding:0 0 0 40px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	
}

	.t-wrap th { 
		text-transform:uppercase; 
		line-height:40px;
		text-align:center;
	}
	
	
	.t-wrap td { height:60px; border-bottom:1px solid #bbb; color:#868585; text-align:center;}
	.t-wrap td img {
		display:block;
		margin:0 auto;	
	}
	.t-wrap td a.btn {
		display:block;
		margin:5px auto 0 auto;	
	}
	
	td span.rating  { margin:0 auto; }
	.t-wrap .col2 a { color:#868585; text-decoration:underline; }
	.t-wrap .col5 a { text-decoration:underline; }
	.t-wrap a.all   { display:block; text-align:left; text-indent:20px; }
	.t-wrap span.rating { margin:0 auto; }

	.t-wrap .vertical {
		height:20px;
		width:100%;
		text-align:center;
		position:absolute;
		left:-300px;
		top:50%;
		color:#787878;
		text-transform:uppercase;
		-webkit-transform: rotate(-90deg); 
		-moz-transform: rotate(-90deg);	
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);	
	}
	
	.ie7 .t-wrap .vertical, .ie8 .t-wrap .vertical, .ie9 .t-wrap .vertical {
		left:5px;	
		margin-top:-60px;
	}

/*
===================================================================== links and titles
*/	
a.btn {
	display:block;
	width:85px;
	padding:0 15px 0 0 ;
	height:30px; line-height:25px;
	color:#fff;
	background:url("images/btn.png") no-repeat 0 0;
	text-transform:capitalize;
	font-weight:bold; 
	text-align:center;
	text-decoration:none !important;
}


a:hover { text-decoration:underline; }

a.btn-sml { text-decoration:underline; }

h1, h2, h3, h4, h5, h6 { font-weight:normal; }

h1 { font-size:24px; text-transform:uppercase; line-height:24px; }
h2 { font-size:18px;}
h3 { font-size:16px;}
#main h2{padding-bottom: 10px;}
#main h3{padding-bottom: 10px;}
h4 { font-size:14px; }
h5 { font-size:12px; }
p  { margin:0 0 20px 0; }

.fr  { float: right; }
.fl  { float: left;  }
.cb  { clear: both; }
.cbf { clear: both; display:block; height:0; line-height:0; }



/*
===================================================================== rating
*/	


span.rating { 
	display:block;
	background-repeat:no-repeat;
	width:90px;
	height:15px;
	text-indent:-9999px;
	margin:0 auto;
	background-image:url("images/stars-sml.png");
	background-repeat:no-repeat;
	overflow:hidden;
}
.s-0   { background-position: 0 -160px; }
.s-0-5 { background-position: 0 -144px; }
.s-1   { background-position: 0 -128px; }
.s-1-5 { background-position: 0 -112px; }
.s-2   { background-position: 0 -96px; }
.s-2-5 { background-position: 0 -80px; }
.s-3   { background-position: 0 -64px; }
.s-3-5 { background-position: 0 -48px; }
.s-4   { background-position: 0 -32px; }
.s-4-5 { background-position: 0 -16px; }
.s-5   { background-position: 0 0; }
	
#info span.rating { 
	display:block;
	background-repeat:no-repeat;
	width:160px;
	height:32px;
	text-indent:-9999px;
	margin:0 auto;
	background-image:url("images/stars.png");
	background-repeat:no-repeat;
}

#info .s-0   { background-position: 0 -320px; }
#info .s-0-5 { background-position: 0 -288px; }
#info .s-1   { background-position: 0 -256px; }
#info .s-1-5 { background-position: 0 -224px; }
#info .s-2   { background-position: 0 -192px; }
#info .s-2-5 { background-position: 0 -160px; }
#info .s-3   { background-position: 0 -128px; }
#info .s-3-5 { background-position: 0 -96px; }
#info .s-4   { background-position: 0 -64px; }
#info .s-4-5 { background-position: 0 -32px; }
#info .s-5   { background-position: 0 0; }





/*
============================================================= images
*/
.alignleft, img.alignleft {
	float:left;
	margin:0 20px 20px 0;	
}
.alignleft img { float:none; margin:0; }
.alignright, img.alignright {
	float:right;
	margin:0 0 20px 20px;	
}
.alignright img { float:none; margin:0; }
.nomargin { margin:0 !important; }
.overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.7);
	z-index:9995;
	


}
a.close {
	background:url("images/BtnClose.png") no-repeat 0 0;
	
	position:absolute;
	top:-40px;
	right:-45px;
	display:block;
	width:94px;
	height:88px; 
	text-indent:999px;
	overflow:hidden;
	zoom:1;
}
a.close:hover {
	background:url("images/BtnCloseHover.png") no-repeat 0 0;

}
.popup { 
	display:none;
	background:#f9f9f9;
	background:rgba(255, 255, 255, 0.95);
	border:2px solid #E42E51;
	position:fixed;
	
	top:30%;
	left:50%;
	margin-left:-300px;
	
	width:450px;

	padding:20px;
	
	z-index:999999;
	
	box-shadow:0 2px 5px #000;
	-moz-box-shadow:0 2px 5px #000;
	-webkit-box-shadow:0 2px 5px #000;
	-o-box-shadow:0 2px 5px #000;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	zoom:1;
	behavior: url("../../../nizepakevu/PIE.css");
	
	z-index:99999;
}
.popup img{width:450px;}


/*
=========================================================================
*/

.styles, .falsenav { 
	position:absolute;
	top:0;
	padding:10px;
}
.styles a, .falsenav a {  
	color:#ccc; 
	padding:0 10px; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:italic; 
	border-bottom: 1px dotted #FC0; 
	line-height:40px;
	display:block;
}
.falsenav { right:0; } .styles { left:0; }
.styles a.act, .falsenav a.act { color:#FC0; }

.FlashGame {
position:relative;
background:#FFF;
border:1px solid #e4e4e4;
box-shadow:#e4e4e4 0px 0px 7px;
-webkit-box-shadow: #e4e4e4 0px 0px 7px;
-moz-box-shadow: #e4e4e4 0px 0px 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
padding:32px;
width:500px;
margin:40px auto 0;
 text-align:center;
 behavior: url("js/PIE.css");
 }
.FlashGame table {margin-top:-6px;}
.FlashGame h1 {display:inline;vertical-align:super;}
.FlashGame .t-wrap {

	width:500px;
	background:url("images/table.png") repeat-y -40px 0;
	padding:0;
	margin:20px auto;
	
}
.FlashGame .t-wrap th { 
		line-height:30px;
	}
.FlashGame .t-wrap td {
    height: 46px;
    line-height: 10px;
}
.FlashGame .t-wrap td a.btn {margin:0 auto;}

.FlashShadow {width:595px;height:29px;;margin:0 auto; background:transparent url("images/TableBtmShadow.png") no-repeat 0 center;}
.Cherry {display:inline-block;width:30px;height:29px;background:transparent url("images/Cherry.png") no-repeat center center; }
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
