body {
    font-family: Lato;
}

.end {
    text-anchor:end;
}

.axis {
    stroke: #eee;
    stroke-width: 4;
}

.d3-tip {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 400px;
    border-style: groove;
    background: #FFFFFF;
    color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    pointer-events: none;
}

.tooltip-title{
    font-size:18px;
    font-family: "Arial Black";
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
    display: inline;
    font-size: 10px;
    width: 100%;
    color: rgba(0, 0, 0, 0.8);
    position: relative;
    pointer-events: none;
}

/* Northward tooltips */
.d3-tip.n:after {
    content: "\25BC";
    top: 100%;
    left: 0;
    text-align: center;
}

/* Eastward tooltips */
.d3-tip.e:after {
    content: "\26A0";
    top: -800px;
    left: -8px;
}

/* Southward tooltips */
.d3-tip.s:after {
    content: "\25B2";
    top: -8px;
    left: 1481px;
    text-align: center;
}

/* Westward tooltips */
.d3-tip.w:after {
    content: "\25B6";
    top: 50%;
    left: 100%;
}

.gubbin-nav {
    position: absolute;
    left: 0px;
}

.visualization {
    min-height: 50rem;
    width: 100%;
}

.small-visualization {
    min-height: 30rem;
    width: 100%;
}

.loading-vis {
    width: 75%;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.about {
    max-width: 46rem;
    margin-top: 30px;
}

.sidebar {
    overflow-x: auto;
}

.sidebar ul li a:hover {
    cursor: pointer;
}

.sidebar ul {
    padding-left: 20px;
}

.sidebar .nav {
    margin-bottom: 0px;
}

.top-margin {
    margin-top: 100px;
}

.sidebar .selected-target {
    background-color: #ddd;
}

.gubbin-selected {
    background-color: rgba(0, 0, 0, 0.2);
}

.legend {
    position: absolute;
    border: 1px solid #d3d3d3;
    z-index: 10;
    cursor: move;
    background-color: #fff;
    min-width: 300px;
    text-align: center;
    left: 100px;
}

.legend table {
    margin: 20px;
}

.legend td.gubbin-name {
    cursor: pointer;
}

polyline {
    fill: none;
    stroke-width: 3px;
}

.tile {
    stroke: #FFF;
    stroke-width: 3;
}

.tilestext{
    text-anchor:middle;
    /*font-size: 12px;*/
    /*fill: #565656;*/
    fill: white;
    stroke-width: 0.1px;
    /*stroke: #e5e5e5;*/
}

.legend-minimize {
    height: 60px;
    overflow: hidden;
}

.legend-shower {
    float: right;
    cursor: pointer;
    padding: 20px;
}

.legend-hider {
    float: left;
    cursor: pointer;
    padding: 20px;
}


.failure{
    fill: #de2d26;
    color: #de2d26;
    font-size: 20px;
    stroke-width: 2px;
}

.successful{
    fill: #3182bd;
    color: #3182bd;
    font-size: 20px;
    stroke-width: 2px;

}

.node {
    fill: steelblue;
}

.axis .domain {
    fill: none;
    stroke: #000;
    stroke-opacity: .3;
    stroke-width: 10px;
    stroke-linecap: round;
}

.axis .halo {
    fill: none;
    stroke: #ddd;
    stroke-width: 8px;
    stroke-linecap: round;
}

.slider .handle {
    fill: #fff;
    stroke: #000;
    stroke-opacity: .5;
    stroke-width: 1.25px;
    cursor: crosshair;
}

.video-wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
