.purple_bar {
  text-align: center;
  background: #551367;
  color: white;
  padding-top: 2px;
  padding-bottom: 2px;
}

#thermometer_block {
  position: relative;
  padding: 10px;
  width: 100%;
  height: 400px;
}

#thermometer {
  position: absolute;
  top: 10px;
  left: 60px;
  width: 111px;
  height: 405px;
  background: url( '../assets/thermometer.jpg' ) no-repeat;
}

#growing_bar {
  position: absolute;
  width: 47px;
  bottom: 99px;
  left: 30px;
  background: #fc6b00;
}

#growing_bar_top {
  position: absolute;
  left: 30px;
  width: 47px;
  height: 6px;
  background: url( '../assets/thermometer_top.jpg' ) no-repeat;
}

#therm_value_1,
#therm_value_2,
#therm_value_3,
#therm_value_4,
#therm_value_5,
#therm_value_6 {
  position: absolute;
  bottom: 105px;
  left: 150px;
  font-weight: bold;
}

#therm_value_2 {
  bottom: 150px;
}

#therm_value_3 {
  bottom: 200px;
}

#therm_value_4 {
  bottom: 250px;
}

#therm_value_5 {
  bottom: 300px;
}

#therm_value_6 {
  bottom: 350px;
}

#thermometer_link a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: none;
  text-indent: -9999px;
  outline: none;
}
#thermometer_link a:hover {
  background: none;
}

#stand_tot_nu_toe_txt {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
}

#stand_tot_nu_toe_value {
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  color: #fc6b00;
  margin-bottom: 15px;
}