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

svg
{
overflow:hidden;
}

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

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

#map
{
position:relative;
margin-top: 30px;
}

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

.units:hover
{
opacity: 0.2;
}

#stat, #colorleg
{
display: block;
font-size: 14px;
margin-top: 30px;
text-align: left;
}

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

.button
{
display: inline-block;
padding: 5px;
margin-left: 5px;
margin-top: 10px;
cursor: pointer;
border-style: solid;
border-width: 3px;
border-color: #ffffff;
}

#legende
{
width: 100%;
text-align: center;
margin-top: 15px;
}

#innerleg
{
display: inline-block;
}

.legval, .legval_ex
{
font-size: 11px;
text-anchor: middle;
}

.entry
{
display: inline-block;
margin-left: 15px;
}

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

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

.button#total
{
border-bottom-color: #9ecae1;
}

.button#macron
{
border-bottom-color: #fed976;
}

.button#lepen
{
border-bottom-color: #9e9ac8;
}

.button#total.hovered, .button#total:hover
{
border-color: #9ecae1;
}

.button#macron.hovered, .button#macron:hover
{
border-color: #fed976;
}

.button#lepen.hovered, .button#lepen:hover
{
border-color: #9e9ac8;
}

#tool
{
text-align: left;
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.3em;
}

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

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

@media screen and (min-width: 600px), (min-height: 400px)
{
.dots, .caps
{
display: block;
font-size: 14px;
}
}

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

@media screen and (min-width: 600px)
{
#container
{
text-align: center;
}

#stat, #colorleg
{
display: inline-block;
text-align: center;
}

#stat
{
margin-right: 25px;
}

#buttons
{
text-align: center;
}

#stat
{
vertical-align: top;
}
}