.dataTables_filter {
    text-align: left !important;
}

.dataTables_filter label {
    width: 100%;
}

.dataTables_info {
    color: inherit !important;
    font-size: 13px;
}

.dataTables_paginate .pagination {
    margin-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 0;
}

.dataTable.no-footer {
    border-color: #9BA3AF !important;
    margin-top: 5px;
}

@media screen and (max-width: 480px) {
    .dataTables_wrapper .dataTables_filter input {
        margin-left: 0;
    }
}

@media screen and (min-width: 481px) {
    .dataTables_wrapper .dataTables_filter input {
        margin-left: 0;
    }
}
