.custom-table > thead:first-child > tr:first-child > th{
    background-color: white !important;
    color: #428BCA !important;
    border-color: #357EBD;
    border-top: 2px solid #357EBD;
    text-align: center;
}

.custom-table > tfoot > tr > th{
	text-align: center;
}

.custom-table > tbody > tr > td{
	text-align: center;
}