div#wrapper{
    max-width : 1600px;
}
div#mainContent{
    max-width : 1600px;
}

#callLogReport
{
    width : 90%;
    height : 800px;
    margin : 25px 5%;
}

th{
    background-color: #22CFBB !important;
    color : #FFFFFF;
}
tr.odd{
    background-color: #d3f6f2;
}

.dataTables_length, .dataTables_filter{
    display : block;
}
