/* Add here all your css styles (customizations) */
.table>thead>tr>th,th{
    vertical-align: middle;
    text-align: center;
    /*color: #fff;*/
    font-size: 13px;
    font-weight: bold;
}
td{
    text-align: center;
}
.table>thead{
    background-color: #6699cc;
}