@media (min-width: 992px) {
    .nav-users {
        position: fixed;
    }
}

.remove-account-container {
    display: inline-block;
    position: relative;
}

.btn-remove-account {
    top: 10px;
    right: 10px;
    position: absolute;
}

.table-sample tbody tr td {
    border: 1px solid #ddd;
    padding: 10px;
    color: #000;
}

.table-sample-column-head {
    background-color: #f5f5f5;
}

.table-sample-row-head {
    background-color: #f5f5f5;
    text-align: center;
}

.table-sample-footer tr td {
    border: none !important;
    text-align: center;
    color: #809089;
}

.width100percent{
    width: 100%;
}

.whiteOutline {
    background-color: #fff;
    padding: 4px;
}