.myDatatableStyle
{
    
}

.myDatatableStyle thead {
    font-size: 14px;
    color: #595959;
    font-weight: bold;
}

.myDatatableStyle thead th 
{
    border-bottom: 0px solid #e9ecef !important;
    font-size: 16px !important;
    text-align: center !important;
}

.myDatatableStyle tfoot th 
{
    border-bottom: 0px solid #e9ecef !important;
    font-size: 16px !important;
    text-align: center !important;
}

.dataTables_length {
    font-size: 14px;
}


.dataTables_filter {
    font-size: 14px;
}

.dataTables_filter > label:nth-child(1) > input:nth-child(1) {
    border-radius: 3px;
}