body {
    margin: 0;
    min-height: 100vh;
    background-image: linear-gradient(to top, RoyalBlue, RoyalBlue, RoyalBlue, RoyalBlue, White);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
}

.sidenav {
    height: 768px;
    overflow-x: hidden;
    left: 0px
    position: absolute;
    top: 76px;
    width: 180px;
    bottom: 0px;
    font-size: 11pt;
}

.sidenav a {
    padding: 6px 8px 6px 16px;
    color: grey;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

.header img {
    display: block;
}

.header table {
    border: none;
    border-spacing: 0;
    border-collapse: collapse;

}

input {
    font-size: 14pt;
    width: 120px;
}

.main {
    margin-left: 192px;
    padding: 0px 10px;
    position: absolute;
    top: 110px;
    width: 832px;

}

.main table tr td {
    padding: 5px 10px;
}

.expand-text {
    font-size: 11pt;
    text-align: center;
    color: white;
    margin-top: 5px;
}

.expand-bullet {
    color: goldenrod;
    padding-right: 5px;
}

a:hover {
    color: black;
}