.col-lg-11 table { float: left; width: 90%; margin: 50px 5% 60px;}
.col-lg-11 table th {font-size: 22px;font-family: hbl;color: #960A11;padding: 5px 10px;margin: 0;}
.col-lg-11 table td {font-size: 18px;font-family: hr;color: #959595;padding: 5px 10px;margin: 0;}
.col-lg-11 table tbody tr { border-bottom: 1px solid #960A11;}
.col-lg-11 table td a { color: #959595;}
.table-responsive {overflow: inherit;}
@media (max-width:767px){
	.table-responsive {overflow-y: hidden;}
}