.evapotranspiration {
  background-color: rgba(212, 32, 32, 0.1) !important;
}

.rainfall {
  background-color: rgba(32, 77, 212, 0.1) !important;
}

.water-balance {
  font-weight: bold;
}

.water-balance-negative {
  color: #ad0707 !important;
}

.water-balance-positive {
  color: #064f94 !important;
}