.position {
  display: inline-block;
  height: 1.6em;
  overflow: hidden;
  position: relative;
  width: 1.1em;
}

.digit {
  position: absolute;
  display: block;
  width: 1em;
  background-color: unset;
  border-radius: 0;
  text-align: center;
  color: rgb(255 255 255 / 80%);
  letter-spacing: -1px;
  font-family:rubik;
  font-weight:bold;
}

.plhld{
    font-size: 20px;
    color: rgb(255 255 255 / 80%);
    position: absolute;
    margin: 0px auto;
    width: 100%;
    left: 0;
    bottom: 0px;
    font-weight: bold;
}

.digit.static {
  box-shadow: unset;
  background-image: unset;
  background-image: unset;
  background-image: unset;
  background-image: unset;
  background-image: unset;
  background-image: unset;
}

.countDiv {
  display: inline-block;
  width: 16px;
  height: 1.6em;
  position: relative;
}

#jquery-countdown-timer-note{
    display:none;
}

.countWeeks,
.countDays,
.countHrs,
.countMins,
.countSecs{
    background: #202020;
    position: relative;
    padding-top: 45px;
    padding-bottom:20px;
    padding-left:10px;
    padding-right:10px;
    margin: 0 5px;
    border-radius: 5px;
}

.countDiv:before,
.countDiv:after {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #444;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.5em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: '';
}

.countDiv:after {
  top: 0.9em;
}

#jquery-countdown-timer-note {
  color: #666666;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-size: 12px;
}
