<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

table.lineup {
	width: 100%;
	border-bottom: #CCC 1px solid;
	border-left: #CCC 1px solid;
	margin-top: 20px;
	font-size: 14px;
}
table.lineup td{
	border-top: #CCC 1px solid;
	border-right: #CCC 1px solid;
	padding: 10px!important;
	vertical-align: top;
}

table.lineup tr:nth-child(even) {
	background: #F5F5F5;
}

ul.bot {
	display: block;
	height: 57px;
	margin: 15px 0 0 19px!important;
	
}
ul.bot li{
	float: left;
	margin-right: 12px!important;
	
}
/*  alpha Btn
-----------------------------------*/
.alpha a img,
a.alpha img{
	-webkit-transition: opacity .1s ease;
	-moz-transition: opacity .1s ease;
	transition: opacity .1s ease;
}
.alpha a:hover img,
a.alpha:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60); /* IE7 */
	-ms-filter: "alpha(opacity=60)"; /* IE8 */
}
</pre></body></html>