.table-row-pointer tbody tr {
    cursor: pointer;
}
.table-list-datatable {
    width: 100%;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info {
        padding-bottom: 5px;
        text-align: left;
    }
}

div.DTCR_pointer {
    width: 2px;
    background-color: #4285f4;
}
