<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: 'Open Sans';
  max-width: 944px;
  /*overflow-y: hidden;
  overflow-x:hidden;*/
  line-height: 24px;
}

#selectNav {
  /* height: 50px; */
}

#selectNavPara{
background-color: #fff;
font-size: 15px;
}
p #selectNavPara{
  margin-top: 0px;
}

/*#help{
  position:absolute;
 width: 100%;
}*/

#projections {
    height:600px;
  overflow-y: scroll;
  overflow-x:hidden;
}

#radioselect {
    height:600px;
  overflow-y: scroll;
  overflow-x:hidden;
}

.chartTitle {
  float:left;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 9px 4px 3px 6px;
}

#keyunit{
  position:relative;
    width: 100%;

}

.infoEllip{
      display: inline-block;
      /*display: block;*/
      overflow: hidden;
      /*margin-right: 6px;*/
      text-overflow: ellipsis;
      white-space: nowrap;
    /*width: 100%;*/
}
.bc_names{
      display: inline-block;
      /*display: block;*/
      overflow: hidden;
      margin-right: 6px;
      /*text-align: left;*/
      text-overflow: ellipsis;
      white-space: nowrap;
  /*width: 100%;*/
}
.info_bc{
  padding-right: 10px;
  width: 96%;
}
/*line #yAxisTicks {
  stroke: #eeeeee;
  stroke-width: 0.5px;  ;
}*/

.svgLines{
    overflow: hidden;
  }

.chartLine{
  stroke-width: 2px;
  stroke: #CCC;
  stroke-linecap: butt;
  cursor: pointer;
}

.dateLine{
  float: right;
  font-weight: 700;
  padding: 0px 3px;
  margin-right: 15px;
}

#currVal {
  font-size:16px;
  font-weight: 700;
  fill: #206095;
}

.titleTx{
  font-size: 12px;
  font-weight: 700;

}

.chose_bc{
  display: inline-block;
  width: 100%;
}
.chose_bg{
  background-color: #ddd;
}

  .li_span1 span{
  float:right;
  }

#bloc
    {
      font-size: 16px;
      font-weight: 700;
      display: inline-block;
      /*width: 100%;*/
      color: #fff;
      background-color: #f93;
      margin-left: 7px;
    }
        #blocRight{
            float: right;
            text-align: right;
        }

    #blocmap{
      font-size: 17.6px;
      font-weight: 700;
      /*display: inline-block;*/
      text-align: right;
    }
    .newBloc{
      display: inline-block;
      width: 100%;
    }

.voronoi path {
  fill: none;
  pointer-events: all;
  /*stroke-width:1px;
  stroke: #abc;*/
}

.active {
  pointer-events: none;
}

#horiz g.tick text{
  font-size: 14px;
  color: #323321;
}

/*.radiobtn {
    width: 12px !important;
	height: 12px !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 .radiobtn {
    width: 24px !important;
	height: 24px !important;
}

    // IE10+ CSS here
}*/

.radioBoxed{
  float:left;
  padding:0px;

}

.axislabel{
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 400;
  text-anchor: start;
  fill:#666;
}

/* map styles  */

.mapboxgl-ctrl-group .mapboxgl-ctrl-compass {
  display: none;
}

#map-container, #keyunit{
  display:none;
}

@media (min-width: 576px) {
  #map {
    height: 350px;
    width: 100%;
  }

  #keyunit{
    display: block;
    width:100%;
  }

  #map-container {
    display: block;
    width:100%;
    background-color:rgba(255,255,255,0.8);
    z-index:1;
  }

}
/*
@media (max-width: 539px) {

    #map {
    position:absolute;
    top:0px;
    margin-top:120px;
    height: 500px;
    width: 100%;
    overflow:visible;
  }

  .mapboxgl-ctrl-fullscreen {
    display:none !important;
  }
}*/
</pre></body></html>