div.sh-tpl-usage {
  width: 100%;
}
div.sh-tpl-usage h1, div.sh-tpl-usage h2, div.sh-tpl-usage h3 {
  font-family: RobotoCondensed, sans serif;
}
div.sh-tpl-usage h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: normal;
}
div.sh-tpl-usage h1 div.e_select {
  display: inline-block;
  font-size: 0.9rem;
  margin-left: 1em;
  padding: 3px;
  border-radius: 1em;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
}
div.sh-tpl-usage h1 div.e_select span {
  color: #eee;
  text-shadow: 0 -1px 1px #999;
  cursor: pointer;
  padding: 0 1ex;
  border-radius: 1ex;
}
div.sh-tpl-usage h1 div.e_select span.m-selected {
  color: #000;
  background: #eee;
  text-shadow: none;
}
div.sh-tpl-usage div.e_usage {
  display: none;
}
div.sh-tpl-usage div.e_usage.m-visible {
  display: block;
}
div.sh-tpl-usage div.e_usage-chart, div.sh-tpl-usage div.e_sensor-chart {
  margin-top: 1em;
  padding: 1ex;
  background: #fff;
  border-radius: 1ex;
}
div.sh-tpl-usage div.e_usage-chart h2, div.sh-tpl-usage div.e_usage-chart h3, div.sh-tpl-usage div.e_sensor-chart h2, div.sh-tpl-usage div.e_sensor-chart h3 {
  font-size: 1.25rem;
  font-weight: normal;
  margin-top: 0;
}
div.sh-tpl-usage div.e_usage-chart h2 span.e_minmax, div.sh-tpl-usage div.e_usage-chart h3 span.e_minmax, div.sh-tpl-usage div.e_sensor-chart h2 span.e_minmax, div.sh-tpl-usage div.e_sensor-chart h3 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-usage div.e_usage-chart h2 span.e_minmax + span.e_minmax, div.sh-tpl-usage div.e_usage-chart h3 span.e_minmax + span.e_minmax, div.sh-tpl-usage div.e_sensor-chart h2 span.e_minmax + span.e_minmax, div.sh-tpl-usage div.e_sensor-chart h3 span.e_minmax + span.e_minmax {
  margin-left: 0.25ex;
}
div.sh-tpl-usage div.e_usage-chart h2 span.e_minmax i, div.sh-tpl-usage div.e_usage-chart h2 span.e_minmax > span, div.sh-tpl-usage div.e_usage-chart h3 span.e_minmax i, div.sh-tpl-usage div.e_usage-chart h3 span.e_minmax > span, div.sh-tpl-usage div.e_sensor-chart h2 span.e_minmax i, div.sh-tpl-usage div.e_sensor-chart h2 span.e_minmax > span, div.sh-tpl-usage div.e_sensor-chart h3 span.e_minmax i, div.sh-tpl-usage div.e_sensor-chart h3 span.e_minmax > span {
  font-size: 0.9em;
  color: #999;
  text-shadow: 0 1px #fff;
}
div.sh-tpl-usage div.e_usage-chart h3, div.sh-tpl-usage div.e_sensor-chart h3 {
  font-size: 1.15rem;
}