body {
    font-family: "Lato", sans-serif;
    transition: background-color .5s;
}

.side-nav {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 15vh;
    border-left: 1px solid lightgray;
}

.side-nav .close-btn {
    position: absolute;
    top: 8vh;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.close-btn{
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.close-btn:hover {
    color: #f1f1f1;
}

.main {
    transition: margin-left .5s;
    overflow: auto;
    height: 94vh;
}

@media screen and (max-height: 450px) {
    .side-nav {
        padding-top: 15px;
    }

    .side-nav a {
        font-size: 18px;
    }
}
.functional-table {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    background: white;
    color: #000;
    margin-left: 5px;
    height: 30px;
    width: 100%;
}

.functional-table td {
    height: 30px;
}

.functional-table th {
    background-color: lightgray;
    height: 30px;
}

.cells-functional-table {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-left: 25px;
}

.cells-functional-table td {
    font-weight: 400;
    height: 25px;
    transition: 0.2s linear;
}

.cells-functional-table td:hover {
    background: #E5F7FD;
}

.cells-functional-table a:active {
    text-decoration: none;
    color: #000;
}

.cells-functional-table a:link {
    text-decoration: none;
    color: #000;
}

.cells-functional-table a:visited {
    text-decoration: none;
    color: #000;
}

.cells-functional-table input {
    text-decoration: none;
    color: #000;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
}