  svg#chart {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
  }
  .axis-label {
    font-weight: bold;
    fill: #222;
  }
  .windy-label {
    font-size: 14px;
    fill: #555;
    font-weight: bold;
    user-select: none;
  }
  .point-text-date {
    font-weight: bold;
    font-size: 11px;
    fill: #d33;
  }
  .point-text-value {
    font-size: 11px;
    fill: #d33;
  }
  .band2575 {
    fill: #E4CAAE;
    opacity: 0.5;
  }
  .band1090 {
    fill: #ECDBC8;
    opacity: 0.5;
  }
  .windyArea {
    fill: #F7EFE7;
    opacity: 0.8;
  }







.month-label {
  font-size: 14px;
  fill: #555;
}
.y-label {
  font-size: 14px;
  fill: #555;
}
.grid-line {
  stroke: #ccc;
  stroke-width: 1;
}
line.boundary-line {
  stroke: #555;
  stroke-width: 2;
}


