.discrete-cubism {
    /*font-family:"Helvetica Neue", Helvetica, sans-serif;*/
    /*margin: auto;*/
    margin-top: 40px;
    margin-bottom: 4em;
    width: inherit;
    position:relative;
}
.discrete-cubism {
    position: left;
}
footer {
    font-size: small;
    margin-top: 8em;
}
aside {
    font-size: small;
    left: 780px;
    position: absolute;
    width: 180px;
}
.discrete-cubism > p, li > p {
    line-height: 1.5em;
}
.discrete-cubism > p {
    width: 720px;
}
.discrete-cubism > blockquote {
    width: 640px;
}

a {
    color: steelblue;
}
a:not(:hover) {
    text-decoration: none;
}
pre, code, textarea {
    font-family:"Menlo", monospace;
}
code {
    line-height: 1em;
}
textarea {
    font-size: 100%;
}
.discrete-cubism > pre {
    border-left: solid 2px #ccc;
    padding-left: 18px;
    margin: 2em 0 2em -20px;
}
.html .value, .javascript .string, .javascript .regexp {
    color: #756bb1;
}
.html .tag, .css .tag, .javascript .keyword {
    color: #3182bd;
}
.comment {
    color: #636363;
}
.html .doctype, .javascript .number {
    color: #31a354;
}
.html .attribute, .css .attribute, .javascript .class, .javascript .special {
    color: #e6550d;
}
svg {
    font: 10px sans-serif;
}
.axis path, .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}
sup, sub {
    line-height: 0;
}
q:before, blockquote:before {
    content:"“";
}
q:after, blockquote:after {
    content:"”";
}
blockquote:before {
    position: absolute;
    left: 2em;
}
blockquote:after {
    position: absolute;
}
h1 {
    font-size: 96px;
    margin-top: .3em;
    margin-bottom: 0;
}
h1 + h2 {
    margin-top: 0;
}
h2 {
    font-weight: 400;
    font-size: 28px;
}
h1, h2 {
    /*font-family:"Yanone Kaffeesatz";*/
    text-rendering: optimizeLegibility;
}
#logo {
    width: 122px;
    height: 31px;
}
#fork {
    position: absolute;
    top: 0;
    right: 0;
}
.axis {
    font: 10px sans-serif;
}
.axis text {
    -webkit-transition: fill-opacity 250ms linear;
}
.axis path {
    display: none;
}
.axis line {
    stroke: #000;
    shape-rendering: crispEdges;
}
.horizon {
    border-bottom: solid 1px #000;
    overflow: hidden;
    position: relative;
}
.horizon {
    border-top: solid 0px #000;
    border-bottom: solid 1px #000;
}
.horizon + .horizon {
    border-top: none;
}
.horizon canvas {
    display: block;
}
.horizon .title, .horizon .value {
    bottom: 0;
    line-height: 30px;
    margin: 0 6px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    white-space: nowrap;
}
.horizon .title {
    left: 0;
}
.horizon .value {
    right: 0;
}
.line {
    background: #000;
    opacity: .2;
    z-index: 2;
}