h1 {
    color: black;
    font-size: 45px;
    font font-weight: bold;
    text-align : center;

}

h2 {
    color: #000000;
    font-size: 35px;    
}

h3 {
    color: white;
    font-size: 16px;    
}

h4 {
    color: #000000;
    font-size: 20px;    
}
h5 {
    color: white;
    font-size: 15px;    
}
h6 {
    color: white;
    font-size: 12px;    
}


body {

    background-color: white;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    width: auto;
}

p {
    color: darkslategrey;
    font-size: 12px;    
}

#banner {
  width: 100%;
  height: 40px;
  margin: 10px;
  align-content: center;
}

.axis path,
.axis line {
    fill: none;
    stroke: #999;
    stroke-width: 1px;
    shape-rendering: crispEdges;
}

.axis text {
    font-family: sans-serif;
    font-size: 0.8em;
    fill: #999;
}


.title {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.map {
    border: medium solid #999;
    margin: 10px 0 0 20px;
}

.chart {
    background-color: rgba(128,128,128,.2);
    border: medium solid #999;
    float: right;
    margin: 10px 20px 0 0;
}


.chartTitle {
    font-family: sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}

.chartBackground {
    fill: rgba(128,128,128,.2);
}

.chartFrame {
    fill: none;
    stroke: #999;
    stroke-width: 3px;
    shape-rendering: crispEdges;
}

.bars {
    stroke: #000;
    stroke-width: 0.5px;
    stroke-linecap: square;
}

.states {
    stroke: #000;
    stroke-width: 0.5px;
    stroke-linecap: round;
}

.dropdown {
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 10;
    font-family: sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding: 2px;
    border: 1px solid #999;
    box-shadow: 2px 2px 4px #999;
}

.attributedropdown {
    position: absolute;
    top: 90px;
    left: 40px;
    z-index: 10;
    font-family: sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding: 2px;
    border: 1px solid #999;
    box-shadow: 2px 2px 4px #999;
}

.displaydropdown {
    position: absolute;
    top: 90px;
    left: 230px;
    z-index: 10;
    font-family: sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding: 2px;
    border: 1px solid #999;
    box-shadow: 2px 2px 4px #999;
}

option {
    font-weight: normal;
}

.infolabel {
    position: absolute;
    height: 90px;
    min-width: 100px;
    color: #fff;
    background-color: #000;
    border: solid thin #fff;
    padding: 5px 10px;
    top: -75px;
}

.infolabel h1 {
    margin: 0 0 0 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;

}
