body table .buttonTd {
    width: 50px; 
    padding: 0.75rem; 
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dee2e6;
}
.buttonTd .actionButton {
    background-color: white; 
    display: table; 
    margin: 0px auto; 
    border: 0px;
}
.buttonTd .actionButton:focus {
    outline: none;
}

.actionButton div {
    margin: 0px auto;
    width: 36px;
}

/* Repeats in added_css as well */
#page_danger_notif, #page_success_notif {
    display: none;
    position: fixed;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
}
.table-bordered th, .table-bordered td {
    vertical-align: middle;
}

.clearFiltersButton {
    background-color: #ffffff;
    outline: none;
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: #4f4f4f;
}
.clearFiltersButton:hover {
    color: #191919;
}