.table-overflow {
    overflow-x: scroll;
}

.table-cell {
    word-wrap: break-word;
    white-space: normal !important;
}

.mini-font {
    font-size: small;
}

.nav-link-border {
    border-radius: 0.5rem;
}

.nav-link-border:hover {
    background-color: #284d8d !important;
    border-radius: 0.5rem !important;
    color: #ffffff !important;
    font-weight: normal !important;
    box-shadow: none;
}

.nav-active {
    background-color: #214177 !important;
    border-radius: 0.5rem !important;
    color: #ffffff !important;
    font-weight: normal !important;
    box-shadow: none;
}
