


.nav-right {
    list-style: none;
    float: right;
}

.nav-right .dropdown-toggle {
    display: block;
    padding: 15px;
}

.nav-buttons:hover {
    cursor: pointer;
    opacity: 0.8;
}

.bottomNav {
    height: auto!important;
}

@media only screen and (max-width: 767px) {

    .title-div {
        padding: 15px;
    }

    .table-div {
        padding: 15px 0 15px 0;
        overflow-x: auto;
    }

    .table-div {
        margin: 0 15px 0 15px;
    }

    .nav-buttons img {
        width: 70px;
        margin-top: 20px;
    }

    .section-icon {
        width: 80px;
        margin: 15px 15px 15px 0;
    }

    h1 {
        font-size: 24px;
    }

    

    .module-link {
        display: block;
        width: 100%;
    }

    .bottomNav .module-link > span {
        width: 100%!important;
    }
}


