@media (min-width: 992px) {
    #main-offset {
        margin-left: 280px;
    }
}

.dropdown .btn.btn-secondary {
    background-color: #909090
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #dee2e6;
}