.table-more-condensed > tbody > tr > td {
    padding:2px 5px !important;
    font-size: 10pt;
}

.table-more-condensed > tbody > tr > th {
    padding:2px 5px !important;
    font-size: 10pt;
}

.table-more-condensed > thead > tr > th {
    padding:2px 5px !important;
    font-size: 10pt;
}


.th-custom {
   background-color:#428BCA;
   color: #ffffff;
}

.th-gray {
   background-color:#eeeeee;
   color: #111111;
}

