.activebread{
    background-color: #717372;
    padding: 7px 14px;
    color: #fff;
    text-transform: uppercase;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    /*text-decoration: none !important;*/
}
.activebread a{
    text-decoration: none !important;
    font-weight: bold;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #f1f1f1;
    overflow-x: hidden;
    transition: 1s all;
    padding-top: 25px;
    display: none;
}
.sidenav a {
    text-decoration: none;
}
.shownav {
    width: 100%;
    display: block;
}

.sidenav .closebtn {
    color: black;
    position: absolute;
    top: 6px;
    right: 16px;
    font-size: 36px;
    margin-left: 50px;
}
td.center {
    text-align: center !important;
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}