@font-face {
font-family: "ptsans";
src: url("fonts/PTS55F.woff") format("woff"),
	url("fonts/PTS55F.woff2") format("woff2");
}

body
{
margin: 0 auto;
padding: 0;
width: 95vw;
max-width: 1400px;
color: #000004;
background-color: #f6f6f6;
font-family: "ptsans", sans-serif;
font-size: 12px;
}

#container
{
display: flex;
flex-direction: column;
height: 98vh;
}

#graph
{
display: flex;
flex: 1;
min-height: 400px;
}

#buttons
{
text-align: center;
}

.button
{
display: inline-block;
padding: 0.2em 0.4em;
border: 1px solid black;
cursor: pointer;
}

.headline
{
text-align: center;
font-size: 18px;
margin: 1em;
font-weight: bold;
}

.footer
{
font-size: 10px;
}

.footer a:link, a:visited
{
color: #000004;
text-decoration: none;
}

.footer a:hover, a:active
{
text-decoration: underline;
}

#svg
{
width: 100%;
height: 100%;
}

svg text
{
text-rendering: geometricPrecision;
}

.hgrid, .tgrid, .basis
{
stroke: #d9d9d9;
}

.hgrid
{
stroke-opacity: 0.5;
}

.hgrid text, .tgrid text, .legend
{
stroke: none;
fill: #000004;
text-anchor: end;
font-size: 10px;
}

.tgrid text
{
text-anchor: middle;
}

.annotations
{
shape-rendering: geometricPrecision;
fill: #000004;
}

.dots
{
stroke: #f6f6f6;
}

.annotations, .temp
{
pointer-events: none;
font-size: 11px;
}

.annotations.wide
{
display: none;
}

.annotations.h
{
fill: #641a80;
}

.annotations.h.new
{
fill: #f7705c;
}

.bg, .test
{
fill: none;
stroke: #f6f6f6;
stroke-width: 5px;
font-size: 11px;
}

.test
{
visibility: hidden;
}

@media screen and (min-width: 900px) and (min-height: 400px)
{
.headline
{
font-size: 20px;
}

.dots.disabled, .annotations, .temp, .bg, .test
{
font-size: 12px;
}

.annotations.wide
{
display: block
}

.hgrid text, .tgrid text, .legend
{
font-size: 11px;
}
}

@media screen and (min-width: 1200px)
{
.headline
{
font-size: 24px;
}

.dots.disabled, .annotations, .temp, .bg, .test
{
font-size: 14px;
}
}