#timerContainer {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  width:100%;
  margin:0;
  min-height: 60px;
  max-height: calc(100% - 800px);
}
.timer, .reset {
  width: 100%;
  padding: 0px 0;
  font-size: 2em;
  text-align:center;
  color: #fff;
  background: #1C7CCC;
  cursor: pointer
}
.reset {
  background: #550000;
  color: white;
  width:14.9%;
  border-left: 1px solid #990000;
}
.reset:hover {
  background: #CC0000;
}
.lighter {
  background: #CC0000
}
