.counter-2col {
  max-width: 525;
  margin: 0 auto;
}
.counter-3col {
  width: 500px;
  margin: 0 auto;
}
.counter-compact {
  width: 290px;
}
.counter-compact .timer {
  margin-left: 45px;
}
.counter-2col .timer {
  padding: 10px 0;
}
.counter-3col .timer {
  padding: 10px 0;
}
.counter-3col .timer #note {
  margin-top: 2px;
}
.timer #note {
  float: left;
  white-space: nowrap;
  margin-right: 20px;
}
.timer #note .uppertext {
  line-height: 14px;
  font-size: 21px;
  color: #D33431;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.timer #note .small {
  line-height: 12px;
  float: right;
  font-size: 10px;
  color: #474747;
  font-weight: bold;
  text-transform: none;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.timer .countdownHolder {
  float: left;
  margin: 0;
  font-size: 20px;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  text-align: center;
  letter-spacing: -2px;
}
.counter-compact .timer .countdownHolder {
  float: left;
  margin: 0;
  font-size: 18px;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  text-align: center;
  letter-spacing: 0;
}
.timer .position {
  display: inline-block;
  height: 1.6em;
  overflow: hidden;
  position: relative;
  width: 1.2em;
}
.timer .digit {
  position: absolute;
  display: block;
  width: 1em;
  background-color: #474747;
  border-radius: 0.2em;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
}
.timer .digit.static {
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
  background-color: #D33431;
}
.timer .countDiv {
  display: inline-block;
  width: 16px;
  height: 1.6em;
  position: relative;
}
.timer .countDiv:before,
.timer .countDiv:after {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #474747;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.5em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: '';
}
.timer .countDiv:after {
  top: 0.9em;
}
@media only screen and (max-width: 450px) {
  .timer #note .uppertext {
    font-size: 100%;
  }
  .timer #countdown {
    width: 51%;
    float: left;
  }
  #cntcompact {
    height: 10% !important;
  }
  .timer #note {
    margin-right: 0px;
    width: 49%;
  }
  .timer #note .small {
    font-size: 0.7em;
    float: left;
    position: absolute;
  }
  .timer .countdownHolder {
    font-size: 100%;
  }
  .timer .digit {
    line-height: 1.4em;
    width: 90%;
  }
  .timer .position {
    width: 1em;
    height: 1.4em;
  }
}