#legendwrapper{width: 100vw}


#legend{
  float:left;
  width:200px;
}
#legend2{
  /* position: relative */
  float:left;
  width:200px;
}
.dataLabels{
  font-weight: 600;
  font-size: 14px;
  text-anchor: middle;
}

@media (max-width: 477px) {
  .dataLabels{
    display: none;
   }
  }
  


  .chart{padding-top:14px}


  #zero-line{stroke:#b3b3b3;
  stroke-width: 1.5px;}

  .annotation-line{stroke:#B3B3B3;
  stroke-width: 2px;
  stroke-dasharray: 4 4;}
/* 

    .annotation-line{stroke:#707071;
  stroke-width: 2px;
  stroke-dasharray: 4 4;} */
  

  #ticky11{
    fill:#414042;
    font-weight: 600;
    font-size: 14px;
  }



  .annotation-text{
    fill:#414042;
    font-weight: 600;
    font-size: 14px;
  }

  
  .confidence-line{
    stroke:#424242;
    stroke-width: 2px;
  }

  .legend-text{
    font-size: 14px;
  }