﻿.dt-button {
    padding: 0.25rem 0.5rem !important;
    border: none !important;
    background: none !important;
}

div.dt-button-collection {
    max-height: 30em;
    overflow-y: scroll;
}

table.dataTable {
    font-size:smaller;
}

.dataTables_processing {
    padding:0 !important;
}

/* Hide/rearrange for smaller screens */
/*@media screen and (min-width: 768px) {
    table.dataTable tbody td {
        padding: 3px 10px;
        border: none;
    }
}*/

