body {
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    background-color:black;
    margin:0px;
 }

 .timePeriodSelect {
    position: absolute;
    background-color: black;
    color: white;
 }

.leftFloat {
    float: left;
}

input {
    height: 10px;
}

.groupingBox {
    border-style: solid;
    border-color: white;
    padding: 5px;
    position: relative;
    margin-top: 0.8em;
    padding-top: 0.6em;
}

.groupingBoxTitle {
    position: absolute;
    top: -0.6em;
    background-color: black;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-weight: bold;
}

.hoverBox {
    z-index: 1;
    position: fixed;
    display: none;
    color: black;
    padding: 3px;
}

ul {
    padding-left: 1.2em;
    margin: 0em;
}

#diseaseWindow {
    position: absolute;
    top: 10vh;
    left: 10vw;
    height: 80vh;
    width: 80vw;
    z-index: 1;
    background-color: rgb(255, 232, 232);
    color: black;
    display: none;
    padding: 10px;
}

#diseasesCloseButton {
    position: absolute;
    left: 50%;
    bottom: 20px;
}

table {
    color: inherit;
}

#rightDiv {
    float: none;
    overflow: hidden;
    margin-right: 10px;
}