@charset "utf-8";
/* CSS Document */
.hide_widescreen
{
	display:none;
}

.pb0
{
	padding-bottom:0px !important;
}
.mb10
{
	margin-bottom:10px;
}
.yellow
{
	color:#ffc000 !important;
}
.fontSize16
{
	font-size: 16px
}
@media only screen and (max-device-width: 480px) 
{
	.hide_480
	{
		display:none;
	}
	.show_480
	{
		display:block;
	}
	
	.absolute
	{
		position:relative !important;
		background-color:#151525 !important;
	}
	
	.top_50
	{
		top:58% !important;
	}
	
	.top_80
	{
		top:80px;
	}
	.margin_top_40
	{
		margin-top:40px;
	}
}