body {
    margin: 4px;
    padding-bottom: 2px;
}
.g-hovering-list .g-chooser-list {
    display: block;
}
.perf-graph-container {
    width: 100%;
    max-width: 1200px;
    min-width: 400px;
    margin: 10px auto 20px;
    font-size: 13px;
}
@media (max-width: 600px) {
    .perf-graph-container {
        font-size: 12px;
    }
}
@media (max-width: 500px) {
    .perf-graph-container {
        font-size: 11px;
    }
}
.hist-perf-container {
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}
.g-chooser-list li:hover {
    background-color: #004276;
    color: white;
    cursor: pointer;
}
.g-shell {
    position: relative;
    margin-top: 20px;
}
.g-chart {
    margin: 35px 15px 0 15px;
}
.summary {
    color: #b6c5d0;
    margin: 0 0 10px 0;
}
.g-intro-sentence {
    font-size: 110%;
    line-height: 1.4;
    font-weight: 300;
    color: #30363d;
    margin: 10px 0 5px 0;
    text-align: center;
    background-color: #f5f5f5;
    padding: 15px 6% 10px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-right: none;
    border-left: none;
}
.g-intro-sentence p {
    margin: 0 0 5px 0;
}
button.table-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0);
    color: #30363d;
    text-align: center;
    width: 60%;
    height: 30px;
    margin: 10px 20% 10px 20%;
    font-size: 100%;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0);
}
button.table-button:hover {
    color: #000;
    text-decoration: underline;
}
.collapse-table {
    height: auto;
    padding: 0px 15px 10px 15px;
}
select.g-selector {
    color: #4d94d0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 100%;
    padding: 4px 15px 4px 4px;
    margin: 0 50px 0 0;
    text-align: center;
    font-weight: 300;
    cursor: pointer;
    border: solid #f3f4f8 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #fff url(triangle.svg) no-repeat center right;
}
span.g-answer.diff-advised {
    font-weight: 700;
}
.g-key-text {
    font-size: 100%;
    font-weight: 500;
}
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
    stroke-width: 1px;
}
.axis text {
    font-size: 100%;
    pointer-events: none;
    fill: #777;
}
.axis path {
    display: none;
}
.y.axis text {
    font-size: 100%;
}
.g-first text {
    display: none;
}
.y.axis .minor.major line {
    stroke-dasharray: 5, 2;
    stroke: rgba(52, 124, 180, .5);
}
.y.axis .minor.major.g-baseline line {
    stroke: rgba(52, 52, 52, .3);
    stroke-width: 3px;
    stroke-dasharray: none;
}
g.tick text {
    fill: rgba(52, 52, 52, .8);
}
.y.axis .minor.major.g-baseline text {
    fill: rgba(0, 0, 0, .3);
}
.y.axis .major line {
    stroke: #000;
}
.x.axis .minor text {
    display: none;
}
.g-port-line {
    fill: none;
    display: none;
    visibility: hidden;
    stroke: #f3f4f8;
}
.g-show-all-line, .g-highlight-line, .g-highlight-comp-line {
    display: inline;
    visibility: visible;
}
.g-show-all-line {
    stroke-width: 1px;
    stroke: #2179ee;
    stroke-opacity: .3;
}
.g-highlight-line {
    stroke-width: 2px;
    fill: none;
    stroke: #2179ee;
    stroke-opacity: .6;
}
.g-highlight-comp-line {
    stroke-width: 2px;
    fill: none;
    stroke: #ff6759;
    stroke-opacity: .6;
}
.g-hover-line.g-highlight-line {} .g-hover-line-two-mode {
    stroke-opacity: .9;
}
.g-hover-line {
    stroke-width: 3px;
    stroke-opacity: .9;
}
.background {
    fill: #fff;
}
circle {
    fill: #30363d;
    stroke: white;
    stroke-width: 1px;
}
.g-screen, .g-screen-cover-hover {
    fill: #fff;
    opacity: 0.65;
}
.g-hover-bar {
    opacity: .7;
    fill: #30363d;
}
.g-hover-row td {
    background: rgba(52, 124, 180, .1);
}
.g-current-month {
    position: absolute;
    bottom: 10px;
    font-size: 110%;
    font-weight: 300;
    color: #30363d;
}
.g-most-recent-month {
    position: absolute;
    bottom: 10px;
    right: 0px;
    font-size: 110%;
    color: #30363d;
    font-weight: 300;
}
.g-slider {
    position: relative;
}
.g-slider-tray {
    position: absolute;
    width: 100%;
    height: 8px;
    border: solid 1px #999;
    border-radius: 4px;
    background-color: #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
}
.g-slider-fill {
    position: absolute;
    right: -1px;
    height: 8px;
    width: 100px;
    border: solid 1px #999;
    border-radius: 4px;
    background-color: #2179ee;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
}
.g-slider-handle {
    position: absolute;
    top: -3.5px;
    left: -17px;
    background: #fff;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
}
.g-table-container {} .g-table-intro {
    width: 100%;
}
h4.data-sources {
    font-size: 140%;
    font-weight: 400;
    color: #30363d;
    margin: 15px 0 10px 0;
}
p.data-explanation {
    font-size: 100%;
    font-weight: 300;
    color: #333;
}
.data-explanation a {
    color: #30363d;
    font-weight: 500;
    text-decoration: underline;
}
.data-explanation a:hover {
    color: #000;
}
.g-table {
    border-collapse: collapse;
    width: 100%;
}
.g-table td {
    padding: 1%;
}
.g-table-row {
    display: none;
}

.g-table-row:hover td {
    font-weight: 700;
    cursor: pointer;
}
.g-table th.g-recent-value {
    text-align: right;
}
td {
    transition: background-color .4s;
    -webkit-transition: background-color .4s;
}
div table tr.g-selected-row, div table tr.g-selected-row-comp, div table tr.g-show-all-row {
    display: table-row;
}
.g-table th {
    text-align: right;
}
td {
    text-align: right;
}
th.g-proper-port, td.g-proper-port {
    width: 25%;
    padding-left: 10px;
    text-align: left;
}
td.blank {
    border: none;
}
th.change-since {
    text-align: center;
    font-size: 135%;
}
.g-tooltip {
    position: absolute;
    font-size: 95%;
    font-weight: 400;
    color: #30363d;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: none;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px 0 #bbb;
    -moz-box-shadow: 0 0 10px 0 #bbb;
    box-shadow: 0 0 10px 0 #bbb;
    padding: 10px 0 0 0;
    max-width: 350px;
}
.g-tooltip.g-hovering-tooltip {
    display: block;
}
.time-highlight {
    color: #4d94d0;
}
.select-allocation p {
    font-weight: 500;
    font-size: 120%;
    color: #30363d;
    margin: 0;
    text-align: center;
}
.select-allocation {
    margin: 10px auto 10px auto;
    width: 100%;
}
.perf-graph-container .button-group {
    width: 100%;
    border: none;
    padding: 0;
}
.perf-graph-container .button-group.button-large button {
    min-height: 40px;
    margin: 0 0 0 0;
    float: left;
    background-color: #f5f5f5;
    cursor: pointer;
    border-left: 1px solid #e6e6e6;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
    color: #000;
    font-weight: 400;
    padding: 0;
    font-size: 100%;
    width: 9.09%;
    min-width: 9%;
}
.perf-graph-container div.button-group button:hover {
    color: #2179ee;
    background-color: #f3f4f8;
}
.perf-graph-container div.button-group button.active-button {
    border: 1px solid #30363d;
    color: white;
    background-color: #30363d;
}
.arrow-down {
    width: 0;
    left: 60%;
    position: relative;
    top: -6px;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #30363d;
}
button:focus {
    outline: 0;
}
.perf-graph-container .button-group {
    display: inline-block;
}
.perf-graph-container .button-group > button {
    display: inline-block;
    border-radius: 0;
}
.button-group > button:hover {
    z-index: 20;
}
.perf-graph-container .button-group > button:first-child {
    border-radius: 3px 0 0 0;
    border-left: none;
}
.perf-graph-container .button-group > button:last-child {
    border-radius: 0 3px 0 0;
    width: 9.1%;
}
.tooltip-link {
    color: #4d94d0;
    text-decoration: none;
    border-bottom: 1px dotted #666666;
    margin-bottom: 5px;
    cursor: default;
}
.ui-tooltip {
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 80%;
    color: #333;
    font-weight: 300;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px 0 #bbb;
    -moz-box-shadow: 0 0 10px 0 #bbb;
    box-shadow: 0 0 10px 0 #bbb;
    padding: 10px 20px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
.arrow:after {
    background: #fff;
    border: 1px solid #ddd;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    -webkit-box-shadow: 0 0 10px 0 #bbb;
    -moz-box-shadow: 0 0 10px 0 #bbb;
    box-shadow: 0 0 10px 0 #bbb;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}
.hover-tooltip-box {
    width: 45%;
    padding: 2%;
    display: inline-block;
    vertical-align: middle;
}
.hover-tooltip-box.arc {
    border-left: 1px solid #f3f4f8;
}
.hover-tooltip-intro {
    color: #333;
    font-weight: 300;
    font-size: 90%;
}
.hover-tooltip-all {
    padding: 0 1%;
}
.bmt {
    color: #30363d;
}
.arc {
    color: #ff6759;
}
.hover-tooltip-intro {
    margin: 0;
    padding-bottom: 1%;
    border-bottom: 1px solid #f3f4f8;
}
.box-port-ret-hover {
    font-size: 120%;
}
.aqua {
    color: #4d94d0;
}
.g-hover-range-rect {
    fill: #f3f4f8;
    opacity: 0.35;
}
.g-screen-hover-line {
    fill: #30363d;
    fill-opacity: .3;
    stroke: none;
}
div.button-group.toggle-group {
    width: 100%;
    margin: 5px 0 5px 0;
    text-align: center;
}
div.button-group.toggle-group button.top-toggle {
    text-align: center;
    width: 15%;
    font-size: 80%;
    height: 25px;
}
div.button-group.toggle-group button.top-toggle:first-child {
    margin-left: 35%;
}
div.button-group.toggle-group button.top-toggle:last-child {
    margin-right: 35%;
}
a.toggle-instructions {
    font-size: 100%;
    color: #30363d;
    text-decoration: none;
}
a.toggle-instructions:hover {
    text-decoration: underline;
    color: #000;
}
div.for-toggle {
    display: inline-block;
    text-align: center;
    font-weight: 300;
    margin: 0 0 10px 10px;
}
.options-layer {
    text-align: center;
}
