body {
    font-family: Ubuntu, Arial, sans-serif;
    background: #e8f1f5;
    color: #004855;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0 !important;
    padding: 0 !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: 1.5em !important;
}

.page-item.active .page-link {
    background-color: #004855;
    border-color: #004855;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none !important;
    /*background-color: #585858;*/
    background-color: transparent !important;
    background: none !important;
}

.page-link, .page-link:hover {
    color: #004855;
}

#table td.last {
    height: 100%;
    vertical-align: top;
    display: table-cell;
}

#table tr td.last {
    white-space: nowrap;
    text-align: right;
}
