<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">select.dropdown { display:none; float:left; width:100%; padding:8px; z-index:99999; position:relative; }
select.dropdown { text-align:center; font-family:Arial, sans-serif; font-size:16px; background:#d72f26; color:#FFF; border:none; font-weight:bold; }

span.mobile { display:none; }

@media screen and (min-width: 960px) and (max-width: 1220px) {
	.wrapper { width:960px; }
	#related, .related-thumb { width:300px; max-height:590px; overflow:hidden; }
	.related-thumb { height:130px; }
	#player { width:650px; }
	.below { width:100%; }
	.player { width:100%; max-width:100%; }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
	#wrap { width:768px !important; min-width:auto !important; }
	.wrapper { width:768px !important; }
	span.nonmobile { display:none; }
	span.mobile { display:block; }
	#player { width:100%; margin-right:0; }
	.below { width:100%; }
	.player { width:99%; max-width:100%; }
	#related, .related-thumb { width:100%; text-align:left; }
	.related-thumb { height:100px; }
	.player { display:none; }
	.player-mobile { display:block; }
}

@media screen and (max-width: 767px) {
	#wrap { width:420px !important; min-width:auto !important; }
	.wrapper { width:420px !important; }
	select.dropdown { display:inline-block; width:100%; margin-left:0px; }
	ul.pagination li.num, ul.pagination li.hideme { display:none; }
	ul.pagination li.mobileonly { display:inline-block; }
	.powered, .top { display:none; }
	.logo { width:100%; text-align:center; background-position:center top; }
	.logo .buttons { width:100%; text-align:center; left:0; }
	.container { width:202px; min-width:202px !important; }
	.btn-big { font-size:20px; line-height:30px; }
	span.nonmobile { display:none; }
	span.mobile { display:block; }
	#related { display:none; }
	#player { width:100%; margin-right:0; }
	.below { width:100%; }
	.player { width:99%; max-width:100%; }
	.player { display:none; }
	.player-mobile { display:block; }
}

@media only screen and (max-width: 479px) {
	#wrap { width:300px !important; min-width:auto !important; }
	.wrapper { width:300px !important; }
	select.dropdown { width:300px; margin-top:0px; }
	.pagelist { font-size:16px; }
	ul.pagination a.btn { font-size:16px; line-height:20px; }
	.container { width:280px; min-width:280px !important; margin:0 0 4px 0; }
}</pre></body></html>