#thermometer1 {
  position: absolute;
  margin: 0 20px;
  width: 50px;
  height: 275px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 18px;
  top: 172px;
}
#thermometer1 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#thermometer1 .hilite {
  height: 90%;
  top: 4%;
  width: 5px;
  border-radius: 5px;
  opacity: 0.8;
  left: 18px;
  z-index: 9;
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, #ffffff), color-stop(60%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 40%, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 40%, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 40%, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
#thermometer1:before {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  bottom: 3px;
  content: "";
  display: inline-block;
  background: #28a0e5;
  -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.5);
  background-image: -webkit-radial-gradient(circle farthest-side at 26% 36%, #ffffff 10%, #28a0e5 26%, #28a0e5 72.5%, #015e94 84.2%);
  background-image: -o-radial-gradient(circle farthest-side at 26% 36%, #ffffff 10%, #28a0e5 26%, #28a0e5 72.5%, #015e94 84.2%);
  background-image: radial-gradient(circle farthest-side at 26% 36%, #ffffff 10%, #28a0e5 26%, #28a0e5 72.5%, #015e94 84.2%);
  z-index: 999;
}
#thermometer1:after {
  background: #ccc;
  position: absolute;
  height: 225px;
  width: 26px;
  border-radius: 13px 13px 0 0;
  -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.5);
  content: "";
  display: inline-block;
  left: 50%;
  margin-left: -13px;
  top: 0;
  background: #999999;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #ccc), color-stop(62%, #999), to(#999));
  background: -webkit-linear-gradient(left, #ccc 60%, #999 62%, #999 100%);
  background: -o-linear-gradient(left, #ccc 60%, #999 62%, #999 100%);
  background: linear-gradient(to right, #ccc 60%, #999 62%, #999 100%);
}
#thermometer1 .meter {
  content: "";
  display: inline-block;
  height: 96px;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  bottom: 48px;
  width: 25px;
  z-index: 1;
  background: #28a0e5;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #28a0e5), color-stop(62%, #015e94), to(#015e94));
  background: -webkit-linear-gradient(left, #28a0e5 60%, #015e94 62%, #015e94 100%);
  background: -o-linear-gradient(left, #28a0e5 60%, #015e94 62%, #015e94 100%);
  background: linear-gradient(to right, #28a0e5 60%, #015e94 62%, #015e94 100%);
  border-radius: 0 0 20% -20%;
}
#thermometer1 .symbol-from {
  position: absolute;
  right: 38px;
  white-space: nowrap;
}
#thermometer1 .symbol-from:after {
  content: " —";
  color: #888;
  display: inline-block;
}
#thermometer1 .top {
  font-weight: bold;
  margin: 0 1em;
}
#thermometer1 .top:after,
#thermometer1 .top:before {
  display: none !important;
}
#thermometer1 .symbol-to {
  position: absolute;
  left: 38px;
  white-space: nowrap;
}
#thermometer1 .symbol-to:before {
  content: "— ";
  color: #888;
  display: inline-block;
}
#thermometer1 .center {
  top: 100px;
}
#thermometer1 .row0 {
  top: 40px;
}
#thermometer1 .row1 {
  top: 80px;
}
#thermometer1 .row2 {
  top: 120px;
}
#thermometer1 .row3 {
  top: 160px;
}
#thermometer1 .row4 {
  top: 200px;
}
#thermometer {
  position: relative;
  margin: 40px 20px 0 20px;
  width: 50px;
  height: 275px;
}
#thermometer .hilite {
  height: 90%;
  top: 4%;
  width: 5px;
  border-radius: 5px;
  opacity: 0.8;
  left: 18px;
  z-index: 9;
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, #ffffff), color-stop(60%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 40%, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 40%, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 40%, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
#thermometer:before {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  bottom: 4px;
  content: "";
  display: inline-block;
  -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.5);
  background-image: -webkit-radial-gradient(circle farthest-side at 26% 36%, #ffffff 10%, #28a0e5 26%, #28a0e5 72.5%, #015e94 84.2%);
  background-image: -o-radial-gradient(circle farthest-side at 26% 36%, #ffffff 10%, #28a0e5 26%, #28a0e5 72.5%, #015e94 84.2%);
  background-image: radial-gradient(circle farthest-side at 26% 36%, #ffffff 10%, #28a0e5 26%, #28a0e5 72.5%, #015e94 84.2%);
  z-index: 999;
}
#thermometer:after {
  background: #fff;
  position: absolute;
  height: 225px;
  width: 26px;
  border-radius: 13px 13px 0 0;
  border: 1px solid #888;
  content: "";
  display: inline-block;
  left: 50%;
  -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.5);
  margin-left: -13px;
  top: 0;
  background: #999;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #ccc), color-stop(62%, #999), to(#999));
  background: -webkit-linear-gradient(left, #ccc 60%, #999 62%, #999 100%);
  background: -o-linear-gradient(left, #ccc 60%, #999 62%, #999 100%);
  background: linear-gradient(to right, #ccc 60%, #999 62%, #999 100%);
}
#thermometer .goal {
  font-size: 1.2em;
  font-weight: bold;
  left: 50%;
  margin: 0 auto 0 -50px;
  position: absolute;
  text-align: center;
  top: -25px;
  width: 100px;
  white-space: nowrap;
  color: #000;
}
#thermometer .meter {
  content: "";
  display: inline-block;
  height: 25px;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  bottom: 48px;
  width: 26px;
  z-index: 1;
  background: #28a0e5;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #28a0e5), color-stop(62%, #015e94), to(#015e94));
  background: -webkit-linear-gradient(left, #28a0e5 60%, #015e94 62%, #015e94 100%);
  background: -o-linear-gradient(left, #28a0e5 60%, #015e94 62%, #015e94 100%);
  background: linear-gradient(to right, #28a0e5 60%, #015e94 62%, #015e94 100%);
}
#thermometer .current {
  position: absolute;
  right: -50px !important;
  white-space: nowrap;
  color: #000;
}
#thermometer .current:before {
  content: "— ";
  color: #000;
  display: inline-block;
}
