body {
    font-family: 'Helvetica', sans-serif;
    font-size: small;
    color: white;
    background: teal; 
}
.hcontainer {
    display: flex;
    flex-direction: row;
}
.lh {
    width: 49%;
}
.rh {
    text-align: right;
    width: 49%;
}
table {
    width: 100%;
}
th {
    padding: 3px;
    background: white;
    color: teal;
}
th.values {
    width: 80%;
}
td {
    padding: 3px;
    color: lightgray;
    text-align: center;
    border-style: none none solid none;
    border-width: 1px;
    border-color: white;
}
td.timegap {
    background: lightgray;
    color: black;
}
td.time {
    color: white;
    font-size: small;
}
td.db {
    color: white;
    font-size: small;
}
td.values {
    margin: 0px;
    padding: 0px;
}
span.toband {
    display: inline-block;
    width: 3.05%;
    border: black;
    border-style: none solid none none;
    border-width: 1px;
    font-size: xx-small;
    color: white;
}
button.small_button {
    font-size: x-small;
    font-weight: normal;
}

button.medium_button {
     display:inline;
     width: 50%;
}

button.long_button {
    font-size: medium;
}

.analysis {
    padding: 0%;
    z-index: 1;
    position: fixed;
    left: 22%;
    top: 0%;
    width: 65%;
    height: 95%;
    overflow-y: scroll;
    background: white;
    color: black;
    box-shadow: 5px 5px 10px grey;
}

.an_info {
    padding: 1%;
    width: 98%;
    font-size: medium;
    background-color: lightgrey;
}
.an_sidebar {
    display: inline-block;
    width: 8%;
    text-align: center;
    vertical-align: top;
}
.an_text {
    display: inline-block;   
    vertical-align: top;
}
.an_img {
    width: 100%;
    background-color: white;
    text-align: center;
}
.img_graph {
    display: inline-block;
    width: 98%;
}
.an_to {
    padding: 1%;
    width: 98%;
    height: 35vh;
    background-color: white;
}
.an_to_new {
    display: block;
    width: 100%;
    height: 300px;
    padding: 1%;
}
.bars {
    display: flex;
    width: 100%;
    height: 98%;
    justify-content: center;
    align-items: flex-end;
}
.bar {
    width: 3.1%;
    border-style: none solid none solid;
    border-width: 1px;
    border-color: black;
    font-size: xx-small;
    text-align: center;
    color: white;
}
.interaction {
    position: fixed;
    z-index: 2;
    font-size: xx-large;
    text-align: center;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: teal; 
}
