table thead .sorting:after,
table thead .sorting:before,
table thead .sorting_asc:after,
table thead .sorting_asc:before,
table thead .sorting_asc_disabled:after,
table thead .sorting_asc_disabled:before,
table thead .sorting_desc:after,
table thead .sorting_desc:before,
table thead .sorting_desc_disabled:after,
table thead .sorting_desc_disabled:before {
    bottom: 0.5em;
}

tr,
th {
    padding: 0.75rem;
}

table tbody tr.success {
    background-color: #138630;
}
table tbody tr.success span,
table tbody tr.success td,
table tbody tr.danger span,
table tbody tr.danger td,
table tbody tr.dark span,
table tbody tr.dark td,
table tbody tr.warning span,
table tbody tr.warning td {
    color: white;
}
table tbody tr.danger {
    background-color: #912a23;
}

table tbody tr.dark {
    background-color: #333333;
}

table tbody tr.warning {
    background-color: #ddb607;
}
