@import url(http://fonts.googleapis.com/css?family=PT+Serif|PT+Serif:b|PT+Serif:i);

section {
    background: #ddd;
    padding: 2em;
    font-family: "PT Serif", Baskerville, Georgia;
}

/*table {*/
    /*box-sizing: border-box;*/
    /*margin: 1.6em 0;*/
    /*width: 100%;*/
    /*max-width: 100%;*/
    /*font: 14px sans-serif;*/
    /*background-color: transparent;*/
/*}*/
#follow {
    background: none;
}

.grey {
    color: #777;
}

a:link,
a:visited {
    color: orange;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.anscombe {
    font: 14px sans-serif;
}

.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

text {
    fill: #000;
}

.regression {
    stroke: #CC9933;
}

body {
    background: #ddd;
    color: #ddd;
    font: 300 36px "Helvetica Neue";
    height: 640px;
    margin: 80px 160px 80px 160px;
    overflow: hidden;
    position: relative;
    width: 960px;
}

a:link, a:visited {
    color: #777;
    text-decoration: none;
}

a:hover {
    color: #666;
}

blockquote {
    margin: 0;
}

blockquote:before {
    content: "“";
    position: absolute;
    left: -.4em;
}

blockquote:after {
    content: "”";
    position: absolute;
}

body > ul {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 64px !important;
    padding-bottom: 30px !important;
    text-align: center !important;
}

h1, h2, h3 {
    font-weight: inherit;
    margin: 0;
}

h2, h3 {
    text-align: right;
    font-size: inherit;
    position: absolute;
    bottom: 50px;
    right: 50px;
}

h2 {
    font-size: 24px;
    position: absolute;
}

h3 {
    bottom: -20px;
    font-size: 18px;
}

.invert {
    background: #1f1f1f;
    color: #dcdccc;
}

.invert h2, .invert h3 {
    color: #7f9f7f;
}

.string, .regexp {
    color: #f39;
}

.keyword {
    color: #00c;
}

.comment {
    color: #777;
    font-style: oblique;
}

.number {
    color: #369;
}

.class, .special {
    color: #1181B8;
}

body > svg {
    position: absolute;
    top: -80px;
    left: -160px;
}

#encodings div {
    display: inline-block;
}
.transitions {
    font-size: 20px;
}
.transitions path {
    stroke: #000;
    fill: transparent;
}

iframe {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 90%;
}

.label {
    fill: #777;
}

#nations-chart .year.label {
    font: 500 196px "Helvetica Neue";
    fill: #7e7e7e;
}

#nations-chart .year.label.active {
    fill: #7e7e7e;
}

.overlay {
    fill: none;
    pointer-events: all;
    cursor: ew-resize;
}

#nations-chart {
    margin-left: -40px;
    height: 506px;
}

#nations-chart text {
    font: 10px sans-serif;
}

#nations-chart .dot {
    stroke: #000;
}

#nations-chart .axis path, #nations-chart .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.graf--pre {
    font-family: Menlo,Monaco,"Courier New",Courier,monospace;
    font-size: 16px;
    background: rgba(0,0,0,0.05);
    margin-bottom: 20px;
    padding: 20px;
    white-space: pre-wrap;
}

#style-text {
    font-size: 15px;
}