/* smallbestrate.css */

a .SmallUtilsRateIndicator {
  color: black;
}

.SmallUtilsRateIndicator tr td {
  padding: 2px 0px;
}

.SmallUtilsRateIndicator {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.SmallUtilsRateIndicator .update{
  float: left;
  padding: 10px 2px;
  font-size: 12px;
  font-weight: bold;
}

.SmallUtilsRateIndicator .update .date{
  font-size: 12px;
  font-weight: bold;
  color: #5C7FA4;
}

.SmallUtilsRateIndicator .source {
  float: right;
  padding: 10px 2px;
}

.SmallUtilsRateIndicator .source img{
  border: 0;
}

.SmallUtilsRateIndicator .remarque{
  font-size: 10px;
  padding: 0 0 5px 0;
  text-align: justify;
  color: #5A748F;
}

.SmallUtilsRateIndicator .infos {
  width: 299px;
}
.SmallUtilsRateIndicator .infos tr td {
  border: 1px solid #CFD6E4;
}

.SmallUtilsRateIndicator .duration, 
.SmallUtilsRateIndicator .nature{
  padding: 0.2em 0;
  padding-left: 2em;
  background-color: #6F9FC0;
  color: white;
  font-weight: bold;
}

.SmallUtilsRateIndicator .year{
  background-color: #6F9FC0;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 0.2em 0;
}

.SmallUtilsRateIndicator .fix{
  background-color: #6F9FC0;
  color: white;
  text-align: center;
  padding: 0.2em 0.5em;
  font-weight: bold;
}

.SmallUtilsRateIndicator .one{
  background-color: white;
  padding: 0.2em 0;
  text-align: center;
}

.SmallUtilsRateIndicator .two{
  background-color: #E7ECEE;
  padding: 0.2em 0;
  text-align: center;
}

.SmallUtilsRateIndicator .note{
  padding-left: 1em;
  font-size: 12px;
  font-weight: bold;
  color: #5C7FA4;
  text-align: left;
}

#RightContainer .RateTable {
  cursor: pointer;
}
