  ﻿.countdown-timer {
  margin: 0 auto;
  text-align: center;
}

.countdown-timer div {
  display: inline-block;
  font-size: 0.8em;
  padding: 0em;
  text-transform: uppercase;
}

.countdown-timer div span {
  display: block;
  font-size: 2.5rem;
  color: #FFF;
  font-family: "myriad-pro-condensed",sans-serif;
  padding: 0 .75em;
}

.countdown-timer .bold {
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0 .25em 1.25em 0;
}

.countdown-timer p {
  margin-bottom: 1rem;    
}

@media (max-width: 39.94em) {
.countdown-timer div {
  display: block;
  }
}

