div.chartLabel>p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

div#titles {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

/* buttons */
div#select{
    margin-bottom: 20px;
}

div#legend{padding-bottom: 10px;
margin-left:5px;}

.legend--icon--circle{
    margin-right: 8px;
}

.axis--label-cat{
    font-size: 14px;
    fill: #414042;
  }
  
g.tick line.zero-line-strong
{
  stroke: #8D8C8E;
  stroke-width: 2px;
  shape-rendering: crispEdges;
}

/* .subhead{font-weight:600} */


@media (max-width: 390px) {
        .annotation_arrow {
     display: none;
      }
      

  }


  .annotation_arrow {
    fill: none;
    stroke: #414042;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 0.75px;
  }
  
  
.annotation-text {
       fill: #414042;
       color: #414042;
   font-family: "Open Sans";
   font-size: "14px"
  }
  
  
  