@charset "utf-8";

/* List Head */
.list-head, .list-head th { 
    font-weight: 500;
    border: 0px;
    padding: 0px !important;
    margin: 0px !important;
    text-align: center;
    clear: both;
    color: #333;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    background: #E9ECF0 !important;
}
.list-head a { 
	text-decoration:none; color:#333; 
}
.list-head a:hover, 
.list-head a:focus, 
.list-head a:active { 
	color:#000; 
}
