/* taux.css */

.UtilsRateIndicator tr td {
  padding: 5px;
  font-size: 12px;
}

.UtilsRateIndicator .year,
.UtilsRateIndicator .duration {
  background: #E73800;
  color: white;
  font-weight: bold;
}

.UtilsRateIndicator .fix,
.UtilsRateIndicator .nature {
  background: #127DC9;
  color: white;
}

.UtilsRateIndicator .one {
  background: #99cdf1;
}

.UtilsRateIndicator .two {
  background: #d2ebfd;
}
