.is-countdown {
  padding: 1em 0 1.5em 0;
  line-height: 0.7em;
}
.countdown-rtl {
  direction: rtl;
}
.countdown-holding span {
  color: #888;
}
.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}
.countdown-show1 .countdown-section {
  width: 98%;
}
.countdown-show2 .countdown-section {
  width: 48%;
}
.countdown-show3 .countdown-section {
  width: 32.5%;
}
.countdown-show4 .countdown-section {
  width: 24.5%;
}
.countdown-show5 .countdown-section {
  width: 19.5%;
}
.countdown-show6 .countdown-section {
  width: 16.25%;
}
.countdown-show7 .countdown-section {
  width: 14%;
}
.countdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
}
.countdown-amount {
  font-size: 200%;
}
.countdown-period {
  display: block;
}
.countdown-descr {
  display: block;
  width: 100%;
}
.countdown_timer {
  line-height: 1em;
}
.countdown_timer .minutes,
.countdown_timer .seconds,
.countdown_timer .hours {
  display: inline-block;
  margin: 10px;
}
.countdown_timer .countdown_label {
  text-transform: uppercase;
  letter-spacing: 0.085em;
  line-height: 1.6em;
}
.countdown_timer .countdown_box {
  border: solid 1px #bbb;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 5em;
  font-weight: bold;
  color: #555;
  padding: 0.1em;
  height: 1.2;
  line-height: 1.2em;
}
.countdown_timer .countdown_box .divider {
  border-left: solid 1px #d4d4d4;
  width: 1px;
  margin-left: 0.1em;
  margin-right: 0.1em;
}
.countdown_timer .countdown_box span {
  font-family: Times, serif;
  white-space-collapse: discard;
}