body
{
font-family: Arial;
font-size: 16px;
}

svg
{
overflow:hidden;
}

#container
{
width: 95vw;
margin: 0 auto 0 auto;
}

#intro
{
text-align: left;
margin-bottom: 15px;
}

#footer
{
text-align: left;
margin-top: 10px;
font-size: 11px;
}

#chart
{
position:relative;
margin-top: 35px;
}

#buttons
{
width: 100%;
text-align: center;
}

#tool
{
position: absolute;
display: none;
background-color: rgba(255, 255, 255, 0.8);
pointer-events: none;
padding: 10px;
font-size: 14px;
border-radius: 5px;
line-height: 1.6em;
}

.heading
{
font-size: 16px;
line-height: 1.5em;
}

#small
{
position: absolute;
left: 5px;
bottom: 5px;
border-style: solid;
border-width: 1px;
border-color: black;
}

.dots, .caps
{
pointer-events: none;
display: none;
}

.caps
{
font-size: 12px;
fill: #000000;
stroke: none;
}

.button
{
display: inline-block;
padding: 5px;
margin-left: 5px;
border-bottom-style: solid;
border-bottom-width: 5px;
cursor: pointer;
}

.button#map3
{
border-bottom-color: #252525;
}

.button#map
{
border-bottom-color: #fdb462;
}

.button#map2
{
border-bottom-color: #80b1d3;
}

.button#map3:hover, .button#map3.hovered
{
background-color: #252525;
color: #ffffff;
}

.button#map:hover, .button#map.hovered
{
background-color: #fdb462;
}

.button#map2:hover, .button#map2.hovered
{
background-color: #80b1d3;
color: #ffffff;
}

.hovered
{
cursor: default;
pointer-events: none;
}

.units
{
stroke:#FFFFFF;
stroke-width: 1px;
}

.sub
{
font-style: italic;
}

@media screen and (min-width: 500px)
{
.dots, .caps
{
display: block;
}
}

@media screen and (min-width: 640px)
{
.caps
{
font-size: 16px;
}
}