html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.roundrect {
    border-radius: 15px;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    border-radius: 15px;
    font-size: 36px !important;
    margin-left: 50px;
}

.menutitle {
    font-size: large;
    color: #800000;
    text-decoration: underline;
    /*text-align: center;*/
}

.menutitle2 {
    color: #800000;
    text-decoration: underline;
}

.menutitle3 {
    font-size: large;
    color: #800000;
}

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    left: 0;
    background-color: #eae7e7;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 50px;
    /* Place content 60px from the top */
    transition: 0.4s;
    /* 0.5 second transition effect to slide in the sidenav */
    border-top-right-radius: 20px;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 28px;
    text-decoration: none;
    font-size: 21px;
    color: #000000;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover,
.offcanvas a:focus {
    /*color: #808080;*/
    background-color: white;
    border-radius: 15px;
}


.export-btn {
    max-width: 150px; /* Or whatever width works best */
}