table{
    width:100%;
    table-layout:fixed;
}
td{
      overflow-wrap: break-word;
}
td.details-control {
    background: url('../../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../../images/details_close.png') no-repeat center center;
}

.different{
    color:#f37000
}
 
.switch.switch-default .switch-label {
    border: 1px solid #bfc7d0 !important;
}

.switch.switch-default .switch-handle {
    border: 1px solid #bfc7d0 !important;
}

.dataTables_wrapper .dataTables_length option{
    font-size: 15px !important;
}

div.dataTables_wrapper div.dataTables_length select{
    font-size: 15px !important;
}

tbody{
    font-size: 14px;
}