*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

nav .navlist{
text-align: left;
padding: 0;
font-size: small;
padding: 1rem 0.5rem;
letter-spacing: 1px;
font-family: math;
}

ul.pagination:last-child li:nth-child(5) {
    font-weight: normal;
}

ul:last-child li:nth-child(5){
    font-weight: bold;
}

.navlist-list > :first-child{
    font-weight: bold;
}

#file-button{
    background-color: mediumblue;
    color:white;
    border-radius:6px;
    margin-right:0.2rem;
    min-height: 2rem;
    min-width: 8rem;
}
hr{
    margin-bottom:0.7rem;
}

#nav-d{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 0;
font-size: small;
padding: 1rem 0.5rem;
letter-spacing: 1px;
font-family: math;
}

#nav-d ul{
    list-style: none;

}

#nav-check{
    display:flex;

}

#nav-check span{
    font-size: small;
}

#nav-check input{
    width: 0.6rem;
}

#tabs{
    list-style:none;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    font-size: small;
    margin-top: 0.6rem;

}

#nav-d > .navlist-secondary{
    padding: 0;
}

#tabs ~ hr{
    color: grey
}

@media screen and (max-width:600px) {
    #tabs{
        display: flex;
        justify-content: flex-start;
        border: 2px solid grey

    }
    #tabs li{
        margin-left: 0.3rem;
    }
    #tabs li button{
        border-bottom: 1px solid grey;
        width:10rem;
        height: 2rem;
        font-size:16px;
        background-color:white;
        color:black;

    }
;
}