
.tec-countdown-timer {
  /* The countdown */
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.tec-countdown-timer > .tecc-section {
  /* coutndown blocks */
  display: inline-block;
  position: relative;
}


.tec-countdown-timer > .tecc-section > div {
  /* countdown block inner div */
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  width: 130px;
}

.tec-countdown-timer > .tecc-section .tecc-amount,
.tec-countdown-timer > .tecc-section .tecc-word {
  display: block;
  color:#daced3;
  text-align:center;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #43474c;
   /*amounts and words */
}

.tec-countdown-timer > .tecc-section .tecc-amount {
  font-size: 40px;
  /* amounts */
}
tec-countdown-timer > .tecc-section .tecc-word {
  font-size: 10px;
  border-bottom: 4px solid #ccc;
  /* amounts */
}

@media only screen and (max-width: 480px) {
  .tec-countdown-timer > .tecc-section  {
  /* countdown block inner div */
  width: 120px;
}
}

@media only screen and (max-width: 1024px) {
	.tec-countdown-timer > .tecc-section {
  width:122px !important;
}
}