body {
    margin: 0;
	margin-bottom: 100px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 150%;
    background-color: #10171F;
}

p.note {
    line-height: 120%;
    font-size: 12px;
    font-style: italic;
    padding-bottom: 20px;
}

.header {
    width: 100%;
    height: 300px;
    background-image: url('../images/stage.jpg');
    background-position: center center;
    border-bottom: 1px solid #fff; 
}

a {
    text-decoration: none;
    color: #3ca3de;
}

a:hover {
    text-decoration: underline;
}

span.highlight {
    font-weight: 800;
    color: #fff;
}

.header h1 {
    margin: 0 auto;
    width: 700px;
    height: 300px;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    padding-left: 5px;
    padding-bottom: 8px;
    margin-bottom: 5px;
    line-height: 560px;
}

.header .social {
    margin: 0 auto;
    width: 700px;
}

.header .social a {
    float: right;
    font-size: 14px;
}

.writing {
    clear: both;
    width: 700px;
    margin: 0 auto;
    color: #CCC;
    font-size: 14px;
    margin-bottom: 20px;
}

.writing.first {
    margin-top: 80px;
}

.writing h2 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.writing h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    color: #3ca3de;
}

.twc {
    width: 700px;
    clear: both;
}

.twc .t {
    float: left;
    width: 400px;
    padding-right: 20px;
}

.twc .c {
    float: left;
    width: 280px;
}


.rollable {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
}

.rollable .left.arrow {
    float: left;
    width: 100px;
    height: 300px;
}

.rollable .right.arrow {
    float: left;
    width: 100px;
    height: 300px;
}

.legend {
    clear: both;
    margin: 0 auto;
    width: 1200px;
    height: 20px;
    margin-bottom: 10px;
}

.legend rect.game {
    stroke: #CCC;
    stroke-width: 1;
    fill: #3D6899;
    fill-opacity: 0.6;
}

.legend rect.analysis {
    stroke: #CCC;
    stroke-width: 1;
    fill: #fff;
    fill-opacity: 0.3;
}

.legend rect.break {
    stroke: #CCC;
    stroke-width: 1;
    fill: #fff;
    fill-opacity: 0.7;
}

.legend text {
    fill: #CCC;
    font-size: 14px;
}

.pair-charts {
    width: 650px;
    height: 350px;
    margin: 0 auto;
}

.pair-charts .titled-chart {
    float: left;
    width: 300px;
    height: 350px;
    margin-right: 20px;
}

.pair-charts .titled-chart h3 {
    margin: 0;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
}