#timerContainer {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    width:700px;
    margin:20px auto;
    min-height: 60px;
    border-top:0px;
  }
  .timer, .reset {
    float:left;
    width: 22%;
    padding: 20px 0;
    font-size: 24px;
    text-align:center;
    color: #fff;
    background: #A90000;
    cursor: pointer
  }
  .reset {
    background: #550000;
    color: white;
    width:14.9%;
    border-left: 1px solid #990000;
  }
  .reset:hover {
    background: #CC0000;
  }
  .lighter {
    background: #CC0000
  }