body, html {
    margin: 0;
    padding: 0;
    background: #000;
    color: #fff;
    overflow: hidden;
    font-family: sans-serif;
    font-size: 12px;
}
body:active {
    cursor: pointer;
}
*::selection {
    background: transparent;
}
*::-moz-selection {
    background: black;
}
a {
    color: #fff;
}
a:hover {
    color: #00f;
}
input[type=button] {
    font-family: sans-serif;
    font-size: 12px;
    cursor: pointer;
    background: #222;
    color: #fff;
    border: 2px solid #555;
    border-radius: 3px;
    margin: 0;
    padding: 5px 15px;
}
input[type=button]:hover {
    border-color: #fff;
}
canvas {
    position: fixed;
    top: 0;
    left: 0;
}
.keys {
    position: fixed;
    top: 40%;
    left: 50%;
    width: 500px;
    margin-top: -170px;
    margin-left: -256px;
    background: rgba(0,0,0,0.7);
    padding: 12px;
    border-radius: 5px;
}
.keys p {
    text-align: center;
    margin: 0 0 12px;
    font-size: 16px;
}
.keys p span {
    display: inline-block;
    width: 50%;
    text-align: center;
    font-weight: 700;
}
.controls {
    position: fixed;
    color: #f3f3f3;
    padding: 5px;
}
.stats {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #f3f3f3;
    margin: 5px;
    text-align: right;
}
h2 {
    text-align: center;
    font-size: 18px;
    margin: 5px 0;
}
.controls h2 {
    text-align: left;
}
.stats table {
    text-align: left;
    display: inline-block;
    *display:inline;zoom:1;
}
.description {
    border: #333 solid 0;
    border-collapse: collapse;
    margin: 5px;
}
.description td, .description th {
    padding: 3px;
}
.moreinfo {
    display: inline-block;
    padding: 5px;
}
.chart-info {
    position: fixed;
    bottom: 50px;
    left: 5px;
    color: #f3f3f3;
}
.chart-info .lineLegend {
    display: inline-block;
    *display:inline;zoom:1;
    vertical-align: top;
    height: 8px;
    width: 15px;
    margin: 0 5px;
    border-bottom: 2px solid #ff0;
}
.date {
    position: fixed;
    right: 0;
    bottom: 35px;
    height: 20px;
    color: #0f0;
    width: 240px;
    text-align: center;
}
.graphs {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-align: right;
    line-height: 0;
}
.months div {
    display: inline-block;
    *display:inline;zoom:1;
    position: relative;
    padding-top: 30px;
    height: 5px;
}
.months span {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 30px;
    padding-top: 5px;
    border-left: 1px solid #fff;
    margin-left: -1px;
    text-align: left;
}
.months p {
    display: inline-block;
    *display:inline;zoom:1;
    margin: 0;
    height: 5px;
}
.months p:nth-child(odd) {
    background: #555;
}
.months svg {
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
}
.graphs .marker {
    position: absolute;
    top: 0;
    left: -3px;
    padding-top: 0;
    height: 35px;
    width: 2px;
    background: #f00;
}
.graphs .marker .handle {
    position: absolute;
    top: -10px;
    padding-top: 0;
    left: -19px;
    width: 40px;
    height: 45px;
    cursor: ew-resize;
    border: none;
}
.orbit {
    background: url(imgs.png);
    width: 200px;
    height: 200px;
    position: fixed;
    bottom: 60px;
    right: 20px;
}
.orbit .earth {
    background: url(imgs.png) -200px -10px;
    width: 4px;
    height: 4px;
    position: absolute;
    top: -4px;
    left: -4px;
}
.orbit .camera {
    background: url(imgs.png) -200px 0;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -10px;
    left: -10px;
}
.orbit .jun, .orbit .sept, .orbit .dec, .orbit .mar {
    color: #f3f3f3;
    position: absolute;
    width: 44px;
    text-align: center;
    white-space: nowrap;
}
.orbit .jun {
    left: 78px;
    top: 5px;
}
.orbit .sept {
    left: 5px;
    top: 92px;
    text-align: left;
}
.orbit .dec {
    left: 78px;
    bottom: 5px;
}
.orbit .mar {
    right: 5px;
    top: 92px;
    text-align: right;
}

.tutorial {
    display: none;
}
