
.lograph-flexc {
    width: 460px;
    height: 300px;
    float: left;
    margin: 16px;
}

.lograph-chart-cont {
    position: relative;
}
.lograph-chart {
    position: absolute;
    top: 0;
    left: 60px;
    height: 250px;
}
.lograph-yaxis {
    position: absolute;
    top: 0;
      width: 60px;
      height: 250px;
}
.lograph-legend {
    text-align:center;
    white-space: nowrap;
    font-family: "Verdana, Geneva, sans-serif";
    font-size: 75%;
    margin-bottom: 20px;
}

.lograph-legend * {
    margin: 2px 0 20px 120px;
}

.lograph-detail-flexc {
    display: flex;
}

.lograph-detail-legend {
    margin: 8px;
    align-self: center;
    flex: 0 0 auto;
}

.lograph-detail-chart {
    margin: 10px;
    flex: 1 1 600px;
}

.lograph-detail-swatch {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
    position: relative;
}

.lograph-detail-swatch label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border-radius: 4px;

    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    background: #fcfff4;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.lograph-detail-swatch label:after {
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;

    transform: rotate(-45deg);
}

.lograph-detail-swatch label:hover::after {
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.lograph-detail-swatch input[type=checkbox]:checked + label:after {
    filter: alpha(opacity=100);
    opacity: 1;
}

.lograph-detail-label {
    font-family: "Verdana, Geneva, sans-serif";
    font-size: 75%;
    white-space: nowrap;
    margin: 4px 0;
    display: inline-block;
}

.lograph-detail-line {

}

#sha {
    font-family: monospace
}
