/* #chart1 {
  font: 12px sans-serif;
  background-color: white;
  padding: 3px;
  margin: 10px;
  color: white;
} */


/* #dashboard {
  width: 320px;
  border: 1px solid black;
}; */

.bttn {
  font-size: 14px;
  font-family:sans-serif;
  padding: 2px;
  /* display: block; */
}

.bttn:hover {
  text-decoration: underline;
  font-size: 30px;
  /* color: blue; */
  cursor:pointer;
    padding: 5px;
}


.yearSelected {
  text-decoration: underline;
  font-size: 30px;
  padding: 5px;
}

.labels {
  font-size: 10px;
  fill: black;
}

.yearLines {
  /* stroke: green; */
  /* marker-end:url(#triangle); */
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: 0.2s;

}

.yearLinesLabs {
  font-size: 10px;
  font-weight: bold;
}
#triangle path {
  /* fill: blue;
  stroke:blue; */
}

.axlabels {
  font-size: 16px;
}


.rectCI {
  fill: grey;
  stroke: null;
}

circle {
  opacity: 1;
}
