#side .section {
  border: solid 1px #ddd;
  margin: 0.5em;
  padding: 0.5em;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#side h6 {
  background-color: #e7e7ff;
  border-bottom: solid 1px #ddd;
  font-size: 1em;
  font-weight: bold;
  margin: -0.5em -0.5em 0.5em;
  padding: 0.5em;
}

#side .logo img {
  margin: 1em auto;
}

#thermometer_back {
  background: url(/img/thermometer/empty.png);
  height: 15px;
  margin: 1em auto;
  position: relative;
  width: 190px;
}

#thermometer_left {
  background: url(/img/thermometer/left.png);
  height: 15px;
  left: 0;
  position: absolute;
  width: 3px;
  z-index: 50;
}

#thermometer_bar {
  background: url(/img/thermometer/bar.png);
  height: 15px;
  width: 20px;
  z-index: 20;
}

#thermometer_right {
  background: url(/img/thermometer/right.png);
  height: 15px;
  position: absolute;
  right: 0;
  width: 3px;
  z-index: 50;
}

#thermometer_value {
  color: #000;
  font-weight: bold;
  position: absolute;
  text-align: center;
  height: 18px;
  top: 0;
  width: 190px;
  z-index: 100;
}

#donation_target {
  font-weight: bold;
  text-align: center;
}

