label {
    font-weight:normal;  
}

.dataTables_length, .dataTables_filter {
    margin-bottom:0.755em;
    
}

table.dataTable tbody tr.even {
    background-color: #f6f6f6 !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 5px !important;
    border-bottom: #8EBBD0 1px solid !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px !important;
    padding-top: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    vertical-align: top !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}