
.plot{
    fill: #fff;
}
.axis path,
.axis line {
    fill: none;
    stroke: #AFBABF;
    shape-rendering: crispEdges;
}
.axis text {
    font-family:  Roboto;
    font-size: 14px;
    fill: #AFBABF;
}


.x.axis path {
    fill: none;
    stroke: grey;
    stroke-width: 1;
    shape-rendering: crispEdges;
}
.y.axis path{
    fill: none;
    stroke: grey;
    stroke-width: 1;
    shape-rendering: crispEdges;
}

.line {
    fill: none;
    stroke: steelblue;
    stroke-linejoin: round;
    stroke-linecap:round;
}

.hed {
    font-family: Roboto;
    font-size: 24pt;
    margin-bottom:5px;
    margin-top:0px;
}

.dek {
    font-family: SourceSansPro-Light;
    font-size: 12pt;
    margin-bottom:0px;
    margin-top:0px;
}
.menuchoice {
    font-family: SourceSansPro-Light;
    font-size: 10pt;
    margin-bottom:0px;
    fill: #231F20;
}
.legend {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-bottom:0px;
    fill: #231F20;
    transition-duration: 1s;
    overflow: hidden;
    white-space: nowrap;
}

.legend-text{
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 3px;
    font-family: 'Roboto', sans-serif;
    max-width: 2px !important;
    text-overflow: ellipsis;
}

.elipse{
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    max-width: 10px;
    text-overflow: ellipsis;
}

.legend-off {
    font-family: Roboto;
    font-size: 10pt;
    margin-bottom:0px;
    fill: #231F20;
}

.legend-opacity{
    font-family: Roboto;
    font-size: 12px;
    transition-duration: 1s;
    opacity: .2;
}

.legend-opacity2{
    transition-duration: 1s;
    opacity: 1;
}


.legend-select {
    font-family: Roboto;
    font-weight: bold;
    font-size: 12px;
    fill: #231F20;
}

.tip1 {
    font-family: Roboto;
    font-size: 10pt;
    text-align: center;
    margin-bottom:0px;
}

.tip2 {
    font-family: Roboto;
    font-size: 10pt;
    text-align: center;
    margin-bottom:0px;
}
.tip3 {
    font-family: Roboto;
    font-size: 8pt;
    text-align: center;
    margin-bottom:10px;
}

#divLegend {
    width: 150px;
}

.text{
    font-family: Roboto;
    font-size: 10pt;
}

.temptext{
    font-weight: bold;
}

.text-x{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #666666;
    font-weight: bold;
}

.text-y{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #666666;
    font-weight: bold;
}

.tooltip {
    position: absolute;
    width: 100px;
    height: 100px;
    background: black;
    padding: 10px;
    border-radius: 10px;
    pointer-events: none;
    z-index: 99999;
    box-sizing: border-box;
}

#first{
    position: relative;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    padding-bottom: 10px;
}

.second{
    font-family: Roboto;
    font-size: 20px;
    text-align: center;
    margin: 0;
    width: 100%;
    padding-bottom: 20px;
    color: white;
}

.third{
    font-family: Roboto;
    font-size: 13px;
    text-align: center;
    margin-top: -15px;
    width: 100%;
    padding-bottom: 10px;
    color: white;
}