body {
  font-family: sans-serif;
}

.ticks {
  font: 10px sans-serif;
}

.track,
.track-inset,
.track-overlay {
  stroke-linecap: round;
}

.track {
  stroke: #000;
  stroke-opacity: 0.3;
  stroke-width: 10px;
}

.track-inset {
  stroke: #ddd;
  stroke-width: 8px;
}

.track-overlay {
  pointer-events: stroke;
  stroke-width: 50px;
  cursor: crosshair;
}

.handle {
  fill: #fff;
  stroke: #000;
  stroke-opacity: 0.5;
  stroke-width: 1.25px;
}


#snow {
  position: absolute;
  height: 0;
  width: 100%;
  bottom: 0;
  background-color: #FFFFFF;
  border-top: 4px solid #000;
  transition: all .2s ease;
}

.bg {
  top: 20px;
  bottom: 0;
  position: relative;
  width: 100%;
  background-size: cover;
}

.bg-illustration {
  width: 100%;
}

.max {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  z-index: 999999;
}

#slider {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.controls {
  padding-top: 70px;
}

.title {
  text-align: center;
  font-weight: bold;
}

.temp-buttons {
  padding-left: 5px;
  max-width: 275px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.btn {
  padding: 6px 6px;
}

#snow-label {
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  color: #46b8da;
  padding-left: 5px;
}
