<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.minWidth60{
	min-width:60px;
}
.maxWidth140{
	max-width:140px;
}
.width300{
	width:300px !important;
}
.width150{
	width:150px !important;
}
.width110{
	width:110px !important;
}
.width100{
	width:100px !important;
}
.width100p{
	width:100%;
}
.marginTop15{
	margin-top: 15px;
}
.marginTop10{
	margin-top: 10px;
}
.marginTop5{
	margin-top: 5px;
}
.marginTop3{
	margin-top: 3px;
}
.marginTop0{
	margin-top: 0px;
}
.marginBottom0{
	margin-bottom: 0px !important;
}
.marginBottom10{
	margin-bottom: 10px;
}
.darkerBackground10{
	background-color: rgba(0, 0, 0, 0.1);
}
.gameLogo{
	border: 3px solid rgb(51, 51, 51);
	border-radius: 10px;
	padding: 2px;
}
.navbar-brand img{
	height: 16px;
}
/*BOOTSTRAP CORRECTIONS*/
@media (min-width: 768px){
	.navbar-form.navbar-right:last-child {
	 margin-right: 0px; 
	}
	.darkerBackground10{
		min-width:140px;
	}
}
@media (max-width: 768px){
	.panel-body {
		padding: 5px; 
	}
}
/*BOOTSTRAP CORRECTIONS*/

/*ADVERTISING*/
/*Sideskin Ad*/
@media (min-width: 1150px){
	#rightskin:hover, #leftskin:hover{
		opacity: 0.8;
	}
	#rightskin, #leftskin{
		opacity: 0.3;
		top: 0px;
		position: fixed;
		display: block;
		width: 336px;
		height: 786px;
		background-image: url('/img_awesome/game-suggest-right.png');
		background-color: #4B6D93;
		background-repeat: no-repeat;
	}
	#leftskin{
		background-image: url('/img_awesome/game-suggest-left.png');
	}
	#rightskin_wrapper, #leftskin_wrapper{
		position: absolute;
		width: 336px;
		right: -336px;
	}
	#leftskin_wrapper{
		left: -336px;
	}
}
/*Sideskin Ad*/
.ad{
	overflow: hidden;
}
.container{
	position: relative;
}
.adToTheLeft{
	margin-left: -15px;
	margin-right: -15px;
}
body{
	background-color: #4B6D93;
}
body &gt; .container{
	background-color: #fff;
}
/*ADVERTISING*/

/*GOOGLE PLUS BUTTON*/
#___plusone_0, #___plusone_1, #___plusone_2, #___plusone_3, #___plusone_4, #___plusone_5, #___plusone_6, #___plusone_7, #___plusone_8, #___plusone_9 {
	width: 65px !important;
}
#___plusone_10, #___plusone_11, #___plusone_12, #___plusone_13, #___plusone_14, #___plusone_15, #___plusone_16, #___plusone_17, #___plusone_18, #___plusone_19 {
	width: 70px !important;
}
/*GOOGLE PLUS BUTTON*/


/*Youtube Video Embed */
.youtube-:wrapper {
	max-width: 100%;
	margin: 60px auto;
	padding: 0 20px;
}

.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.7;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

/*Youtube Video Embed END*/


.mainGamelistGameLogo{
	margin-top:20px;
}

.list-inline .label{
	position:relative;
	top:-2px;
}</pre></body></html>