
.annotation_arrow {
    fill: none;
    stroke: #414042;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
   opacity: 0.9;
  }
  
  
  
.annotation-text {
       fill: #414042;
       color: #414042;
   font-family: "Open Sans", sans-serif;
   font-size: 14px;
  }
  

  .annotation-line {
    stroke:#b3b3b3;
stroke-width: 2px;
stroke-dasharray: 4 4;
}

  
.annotation-band {
  fill: #ececec;
stroke-width: 2px;
stroke-dasharray: 4 4;
}

.direction-arrow{ fill: none;
  
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;}
