main { position:relative;padding-top:10px }
@media only screen and (min-width:64em){ main { padding-top:50px}}

.name-wall li {
	 list-style: none;
	 display: inline-flex;
	 padding-right: 16px;
	 font-weight: 600;
}
 .name-wall li:hover {
	 font-weight: 400;
}

.thermo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  border: solid 1px #eee;
  -webkit-box-shadow: 0px 0px 5px -3px;
          box-shadow: 0px 0px 5px -3px;
  height: 80px;
  background: #eee;
  width: 90%;
}

.thermo-plate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #eee;
  width: 100%;
  height: 40px;
  margin: auto;
  text-align: center;
}

.thermo-plate .thermo-start {
  line-height: 40px;
  margin-right: 10px;
  padding: 0px 5px 0px 5px;
  color:#333;
}

.thermo-plate .thermo-end {
  line-height: 40px;
  margin-left: 10px;
  padding: 0px 5px 0px 5px;
  color:#333;
}

.thermo-gauge {
  width: 100%;
  height: 40px;
  margin: auto;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 5px -3px #006298;
          box-shadow: 0px 0px 5px -3px #006298;
}

.thermo-mercury {
  width: 00%;
  height: 40px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#006298), to(#01426A));
  background: linear-gradient(to right, #006298, #01426A);
  text-align: right;
  line-height: 40px;
}

.thermo-mercury span {
  color: #fff;
  font-weight: 500;
  margin-right: 10px;
}
/*# sourceMappingURL=styles.css.map */