.thermometer-outer {
  background: #c4f0ff;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
}
.thermometer-outer-h {
  height: 20px;
}
.thermometer-outer-v {
  width: 20px;
}
.thermometer-inner-h {
  height: 20px;
}
.thermometer-inner-v {
  width: 20px;
  margin-left: -1px;
}
.thermometer-bulb {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -30px;
  left: -11px;
  border-radius: 20px;
}
