#section{
    display: flex;
    
}

#info_section{
    flex:50%;
    padding: 0px;
    margin: 0px;
}

#map_section{
    flex:50%;
    padding:0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    
}

#separation{
    
display:flex;
padding:0px;
margin:0px;    
}

#info{
    flex:50%;
    padding:0px;
    margin:0px;
    height:500px;
    width:300px;
}

#graphSection{
    flex:50%;
    padding:0px;
    margin:0px;
    height:500px;
    width:300px;
}

#timeline{
    height:50px;
    width:300px;
    
}

.graph_headings{
    width:320px;
    
}

#bargraph_1{
height: 150px;
width:200px;
padding: 5px;
margin:0px;
}

#bargraph_2{
height: 150px;
width:200px;
padding: 0px;
margin:0px;
}

#bargraph_3{
height: 150px;
width:200px;
padding: 0px;
margin:0px;
}


h1{
    font-family: Calibri Light;
    font-size: 24px;
    color: rgba(95,158,160,1);
    margin:10px;
    border-bottom: 3px solid black;
    border-bottom-color: rgba(95,158,160,1);
    
    
    
}
h4{
    font-family: Calibri Light;
    font-size: 14px;
    border: 0px solid;
    background-color: white;
    color: rgba(95,158,160,1);
    text-align: left;
    padding: 0px;
    margin: 2px;
    height: 18px;

}

th {
    font-family: Calibri Light;
    font-size: 12px;
    text-align: left;
    background-color: white;
    color: rgba(95,158,160,1);
    margin-top:1px;
    height:0px;
    padding:0px;
}

td {
    
    font-family: Calibri Light;
    font-size: 12px;
    text-align: left;
    
}

table{
    border: 0px;
    width:97.5%;
    table-layout: fixed;
}

tr:nth-child(even) {background-color: #f2f2f2;}
    
.y.Axis{
    font-family: Calibri Light;
    font-size: 8px;
    font-weight:bold;
   
    
}    
.x.Axis{
    font-family: Calibri Light;
    font-size: 8px;
    font-weight:bold;

    
}

.x.scatterAxis{
    font-family: Calibri Light;
    font-size: 10px;
    font-weight:bold;
    
}

.x.scatterAxis path{
    stroke:green;
    stroke-width:3px;
    
}
.legendText{
    font-family: Calibri Light;
    font-size: 12px;
    
    
}