.table{
    padding-top: 10px;
    border-collapse: collapse;
    border-bottom: 0px !important;
    padding-bottom: 10px;
}

.table thead tr{
    height: 10px !important;
}

.table thead tr th{
    background-color: #004566;
    font-size: 8pt;
    font-family: inherit;
    font-weight: 600;
    color:#cbeeff;
    height: 20px !important;
    border-left: 1px solid #004566 !important;
    border-top: 1px solid #004566 !important;
    border-bottom: 0px !important;
    border-collapse: collapse !important;
    max-height: 20px !important;
}
.table thead th:last-child{
    border-right: 1px solid #004566 !important;
    border-radius: 0  8px 0 0;
}

.table thead th:first-child{
    border-radius:   8px  0 0 0;
}

.table tbody tr td{
    font-size: 9pt;
    font-family: inherit;
    vertical-align: middle;
    border-collapse: collapse !important;
    border-left: 1px solid #004566 !important;
    border-top: 1px solid #004566 !important;
    border-bottom: 0px solid #004566 !important;
}

.table tbody tr:nth-child(even) td {
   background-color:  #f9f9f9 !important;
}


.table tbody tr td:last-child {
    border-right: 1px solid #004566 !important;
}

.table tbody tr:last-child td{
    border-bottom: 1px solid #004566 !important;
}

.table tbody tr:last-child td:last-child{
    border-radius: 0  0 8px  0;
}
.table tbody tr:last-child td:first-child{
    border-radius: 0 0  0 8px   ;
}

.dataTables_paginate, .dataTables_info, .paginate_button{
    font-size: 9pt !important;
}
.paginate_button{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
