@charset "utf-8";

/* List Head */
.list-head, .list-head th { 
	border:0px; padding:15px !important; margin:0px !important; text-align:center; clear:both;
	color:#fff;/*  height:43px; line-height:43px; */ /*background: url('./img/basic-black.gif') repeat-x !important;*/ 
	font-size:15px; font-weight:400;
}
.list-head a { 
	text-decoration:none; color:#fff; 
}
.list-head a:hover, 
.list-head a:focus, 
.list-head a:active { 
	color:#000; 
}

@media screen and (max-width:992px){
	.list-head, .list-head th {padding:10px 5px !important;}
}
