html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font-family: acumin-pro-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
}
#main-wrapper {
    width: 640px;
    margin: 10px auto;
}
.clr {
    clear: both;
}
#dom {
    margin-bottom: 40px;
}
h1 {
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 100;
    margin-bottom: 16px;
    text-align: left;
}
h3 {
    text-transform: uppercase;
    font-size: 20px;
    padding: 3px 0px;
    margin: -5px 0 3px 0;
}
p {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 1.0em;
}
p.source {
	font-family: acumin-pro-condensed, sans-serif;
    font-size: 12px;
    text-align: left;
    color: #999;
    margin-top: 40px;
}
a:hover {
	text-decoration: underline;
	}
a:visited {
	text-decoration: none;
	}
a {
	color: #003f6a;
	text-decoration: none;
	}


.logo {
	float: right;
	margin-bottom: 50px;
}

h1.centered {
    text-align: center;
    color: #999;
    font-size: 0.8em;
    text-transform: uppercase;
}
#update {
    margin-bottom: 50px;
}
#update #buttons {
    width: 450px;
    margin: 0 auto 8px auto;
}
.button {
    width: 100px;
    padding: 10px 5px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    float: left;
}
.button:hover {
    background: #e0e0e0;
}
.button.current {
    background: #000;
    color: #fff;
}
svg {
    font: 14px acumin-pro-condensed, sans-serif;
}
text.descrip tspan {
    font-size: 1em;
}
.axis,
.fieldlab {
    font-size: 13px;
}
.axis--x text {
    font-size: 12px;
}
.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}
.axis--x path,
.axis--y path {
    display: none;
}
.x.axis path {
    display: none;
}
.y.axis path {
    display: none;
}
.baseline line {
    stroke: #000;
    stroke-width: 2px;
}
.fields path {
    fill: none;
    stroke: #666;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-width: 0.8px;
}
.fields path.field--hover {
    stroke: #97bd3d;
    stroke-width: 5px;
}
.voronoi path {
    fill: none;
    pointer-events: all;
}
text.field--hover {
    fill: #97bd3d;
    text-decoration: underline;
    font-weight: bold;
}
.desc {
    font-family: acumin-pro-condensed, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4em;
    color: #CCC;
}
line.annotation {
    stroke: #ccc;
    stroke-dasharray: 5, 2;
    stroke-width: 1.2px;
}
text.annotation,
#line-chart .agehighlight text {
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 14px;
    fill: #444;
    text-anchor: end;
}
text.descrip {
    font-family: acumin-pro-condensed, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4em;
}