body {
    max-width: 85%;
}

td:first-child {
    text-align: center;
}

.hidden {
    display: none;
}

/**
 * Override datatable styling to match water.css
 */
.datatable-pagination a {
    color: #dbdbdb;
}

.datatable-pagination a:hover,
.datatable-pagination .active a,
.datatable-pagination .active a:focus,
.datatable-pagination .active a:hover {
    background-color: #1a242f;
}

.datatable-sorter::before {
    border-top: 4px solid #dbdbdb;
}

.datatable-sorter::after {
    border-bottom: 4px solid #dbdbdb;
}