nav {
    padding: 1rem;
}

nav .brand {
    font-size: 3rem !important;
    left: 20% !important;
}

table td a {
    color: black !important;
    cursor: pointer;
}

.special {
    width: 20%;
}






.table__wrapper {
    overflow: scroll !important;
}












/* MODAL STUFF */
.mmodal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.mmodal-content {
    background: #f3f3f3 !important;
    color: black;
    margin: 13% auto;
    width: 70%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    animation-name: modalopen;
    animation-duration: 0.5s;
}

.closeBtn {
    float: right;
    font-size: 20px;
    color: white;
}

.closeBtn:hover {
    cursor: pointer;
}

@keyframes modalopen {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.mmodal-header {
    padding: 15px;
    color: white;
}

.mmodal-body {
    padding: 50px 50px;
}

.mmodal-footer {
    padding: 10px;
    color: white;
    text-align: center;
}
/* MODAL STUFF */

.box {
    float: left;
    padding: 50px 0px;
}

.clearfix::after {
    clear: both;
    display: table;
}

.options {
    margin: 5px 0px 0px 0px;
    float: left;
}

.pagination {
    float: right;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a.active {
    background-color: #4caf50;
    color: white;
    border: 1px solid #4caf50;
}

.wholeArticle{
    width: 60vh;
}

/*

    @media only screen and (max-device-width: 1440px) {}

    @media only screen and (max-device-width: 1024px) {}

    @media only screen and (max-device-width: 768px) {}

    @media only screen and (max-device-width: 425px) {}

    @media only screen and (max-device-width: 375px) {}

    @media only screen and (max-device-width: 320px) {}

*/
@media only screen and (max-device-width: 460px) {
    .openModalIndexButton{
        margin-left: -81% !important;
    }

    .hideMobile{
        display: none !important;
    }

    .topicsMobilePaginationBox{
        margin-left: -111% !important;
    }

    .wholeArticle {
        width: auto !important;
    }

}
