* {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.body{
    height: 100%;
}
button{
    font-size: 10pt;
}
.button {
    display:inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#changeScale{
    width: 50px;
}
.chart .left {
    stroke: white;
}
.chart .right {
    stroke: white;
}
.chart rect:hover {
    fill: #64707d;
}
.chart text {
    fill: #24da82;
}
.chart text.name {
    fill: black;
}
.chart text.title {
    fill: #2216ff;
}
.d{
    background: red;
}
.data{
    height: calc(100% - 131px);
    width: 100%;
}
.DateDiv{
    float:left;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 116px;
    height: calc(100% - 41px);
}
#dateSlider{
    height: 32px;
    width: 90%;
    margin-left: 5%;
}
.deathsBar{
    fill: red;
    opacity: 1;
}
.header{
    background-color: black;
    text-align: center;
    height: 30px;
    width: 100%;
}
.headerElement{
    display:inline-block;
    text-align: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.html{
    width: 100%;
    height: 100%;
}
.i{
    background: yellow;
}
.infectionsBar{
    fill: yellow;
    opacity: 1;
}
.key-dot{
    display: inline-block;
    height: 10px;
    margin-right: .5em;
    width: 10px;
}
.LeftMirrorDiv{
    background-color: lightgray;
    float:left;
    overflow-y: hidden;
    overflow-x: hidden;
    border-right: 1px solid black;
    width: calc(50% - 59px);
    height: calc(100% - 41px);
}
.LeftScale{
    width: calc(50% - 59px);
    height: 50px;
    float: right;
    overflow-x: scroll;
    overflow-y: hidden;
}
#legend{
    overflow: hidden;
}
.legend{
    display: inline-block;
    margin-right: 2%;
}
.legendHub{
    background-color: lightgray;
    text-align: center;
    width: 100%; 
    height: 19px;
    border-bottom: 1px solid black;
}
.lines{
    background: black;
    display: inline-block;
    margin-bottom: 3px;
    height: 2px;
    margin-right: .5em;
    width: 40px;
}
.name{
    margin: 0 !important;
}
.recoveredBar{
    fill: green;
    opacity: 1;
}
.r{
    background: green;
}
.RightMirrorDiv{
    background-color: lightgray;
    width: calc(50% - 59px);
    float:left;
    overflow-y: hidden;
    overflow-x: hidden;
    height: calc(100% - 41px);
    border-left: 1px solid black;
}
.RightScale{
    width: calc(50% - 59px);
    height: 50px;
    float: right;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-right: 1px;
}
.testsBar{
    fill: black;
    height: 1;
}