#countdown {
  padding-right: 15px;
}

#countdown h3 {
  font-size: 1rem;
  line-height: 1.286;
  text-transform: uppercase;
  letter-spacing: .1rem;
  color: white;
  margin: 0;
}

#countdown .time {
  display: table-row;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1;
}

#countdown span {
  display: table-cell;
  padding-top: 1rem;
  text-align: right;
}

#countdown .time .label {
  text-align: left;
  padding-left: .5rem;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.3rem;
}

#countdown .days {
  font-size: 4.5rem;
}

#countdown .days, #countdown .days .label {
  color: #dc3545;
}
