body {
    overflow-x: hidden !important;
}

#logoutLink {
    background: none !important;
    border: none;
    cursor: pointer;
    transition: none;
}

.navbar-brand {
    font-family: 'Lato', sans-serif;
}

.nav-link {
    transition: none;
}

.navtab {
    border-left: 1px #0289fc dashed;
}

.dropdown-menu > .dropdown-item > i {
    width: 16px;
    text-align: center;
}

.dropdown-menu > .dropdown-item > span {
    padding-left: 10px;
}