
section {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    font-family: 'Unify Serif', serif;
    font-size: 18px;
    line-height: 1.4;
    color: #434343;
}

#voc-graphic {
    font-family: 'Unify Sans', sans-serif;
    max-width: 960px;
    margin: 25px auto;
}

#voc-graphic .container--graphic {
    position: relative;
}

#voc-graphic svg {
    cursor: crosshair;
}

.hidden {
    display: none;
}

rect.background {
    fill-opacity: 0;
}

.site path { fill: none; stroke-width: 2px; }
.site--1 path { stroke: #5151a5; }
.site--2 path { stroke: #af4848; }
.site--3 path { stroke: #8ba34d; }
.site--4 path { stroke: #e8bb47; }
.site path.underlying { stroke: #fff; stroke-width: 4px; }

.site text { font-weight: bold; }
.site--1 text { fill: #5151a5; }
.site--2 text { fill: #af4848; }
.site--3 text { fill: #8ba34d; }
.site--4 text { fill: #e8bb47; }

.hover line {
    stroke: #999;
    stroke-dasharray: 2,2;
}

.marker circle {
    fill: #fff;
    stroke-width: 4px;
}

.marker text {
    fill: #434343;
    font-size: 14px;
    font-weight: bold;
    text-shadow: -1px -1px 1px #fff,
                 -1px 0px 1px #fff,
                 -1px 1px 1px #fff,
                 0px -1px 1px #fff,
                 0px 1px 1px #fff,
                 1px -1px 1px #fff,
                 1px 0px 1px #fff,
                 1px 1px 1px #fff;
}

.marker--1 circle { stroke: #5151a5; }
.marker--2 circle { stroke: #af4848; }
.marker--3 circle { stroke: #8ba34d; }
.marker--4 circle { stroke: #e8bb47; }

.axis line,
.axis path {
    shape-rendering: crispEdges;
}

.axis--y .domain {
    display: none;
}

.axis--y .tick text {
    font-size: 12px;
    fill: #777;
}

.axis--y .tick line {
    stroke: #777;
}

.axis--y .label {
    fill: #535353;
    text-anchor: start;
    font-weight: bold;
    font-size: 16px;
}

.axis--x .tick text {
    text-anchor: start;
    font-size: 14px;
    fill: #555;
    font-weight: bold;
}

.axis--x .tick line,
.axis--x .domain {
    stroke: #555;
    stroke-width: 2px;
}

.axis--x .tick line.gridline {
    stroke: #ccc;
}

#arrow {
    fill: #666;
}

.wind-icons .icon line {
    stroke: #666;
    stroke-width: 6px;
}

.wind-icons .icon text {
    text-anchor: middle;
    font-size: 18px;
    font-weight: bold;
    fill: #666;
}

.wind-icons .icon text.label--mph {
    text-anchor: middle;
    font-weight: bold;
    fill: #aaa;
    font-size: 8px;
}

.wind-icons .icon text.label--wind {
    text-anchor: middle;
    fill: #888;
    font-size: 14px;
    font-weight: normal;
}

.wind-icons .icon text.label--wind .label--time {
    fill: #aaa;
    font-size: 12px;
}

.chatter .hed {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px
}

.chatter .dek {
    font-size: 15px;
    line-height: 1.4;
    color: #535353;
    margin-bottom: 20px;
}

.legend {
    float: right;
    margin-left: 10px;
}

.footnote {
    font-size: 14px;
    color: #999;
    margin-top: 25px;
    line-height: 1.3;
}

.tooltip--graphic {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px 0px #ccc;
}

.label--time {
    font-size: 14px;
    text-transform: uppercase;
    fill: #666;
}

#voc-graphic .medium { display: none; margin: 25px auto; }
#voc-graphic .small { display: none; margin: 25px auto; }

@media (max-width: 960px) {
    #voc-graphic .large { display: none; }
    #voc-graphic .medium { display: block; }
    #voc-graphic .small { display: none; }
}


@media (max-width: 759px) {
    #voc-graphic .large { display: none; }
    #voc-graphic .medium { display: none; }
    #voc-graphic .small { display: block; }
}