div.sh-tpl-sensor-info {
  width: 100%;
}
div.sh-tpl-sensor-info h1, div.sh-tpl-sensor-info h2 {
  font-family: RobotoCondensed, sans serif;
}
div.sh-tpl-sensor-info h1 {
  font-size: 1.5rem;
}
div.sh-tpl-sensor-info h1 .e_context {
  font-weight: normal;
}
div.sh-tpl-sensor-info h1 span.e_latest {
  float: right;
  padding: 0.5ex 1ex;
  border-radius: 0.5ex;
  font-size: 0.6em;
  font-family: Roboto, sans serif;
  color: #333;
  text-shadow: 1px 1px #fff9;
  background: #fff;
}
div.sh-tpl-sensor-info h1 span.e_latest span.e_icon {
  opacity: 0.5;
}
div.sh-tpl-sensor-info h1 span.e_latest span.e_value {
  font-weight: normal;
}
div.sh-tpl-sensor-info h1 span.e_latest.temperature.hot {
  background-color: #f00;
}
div.sh-tpl-sensor-info h1 span.e_latest.temperature.warm {
  background-color: #f003;
}
div.sh-tpl-sensor-info h1 span.e_latest.temperature.cold {
  background-color: #09f3;
}
div.sh-tpl-sensor-info h1 span.e_latest.temperature.freezing {
  background-color: #09f;
}
div.sh-tpl-sensor-info h1 span.e_latest.co2.bad {
  background-color: #f00;
}
div.sh-tpl-sensor-info h1 span.e_latest.co2.meh {
  background-color: #ff03;
}
div.sh-tpl-sensor-info h1 span.e_latest.co2.okay {
  background-color: #0f03;
}
div.sh-tpl-sensor-info h1 span.e_latest.power.off {
  background-color: #333;
}
div.sh-tpl-sensor-info h1 span.e_latest.flip {
  color: #fff;
  text-shadow: 1px 1px #0003;
}
div.sh-tpl-sensor-info h2 span.e_minmax {
  margin-left: 0.75ex;
  vertical-align: middle;
  background: #eee;
  padding: 1px 0.75ex;
  border-radius: 5px;
  font-size: 0.7em;
  font-family: Roboto, sans serif;
  color: #333;
}
div.sh-tpl-sensor-info h2 span.e_minmax + span.e_minmax {
  margin-left: 0.25ex;
}
div.sh-tpl-sensor-info h2 span.e_minmax i, div.sh-tpl-sensor-info h2 span.e_minmax > span {
  font-size: 0.9em;
  color: #999;
  text-shadow: 0 1px #fff;
}
div.sh-tpl-sensor-info h2 span.e_minmax.m-right {
  margin-left: auto !important;
}
div.sh-tpl-sensor-info div.e_sensor-chart {
  margin-top: 1em;
  padding: 1ex;
  background: #fff;
  border-radius: 1ex;
}
div.sh-tpl-sensor-info div.e_sensor-chart h2 {
  font-size: 1.25rem;
  font-weight: normal;
  margin-top: 0;
}