#defaultCountdown { width:240px; height:45px; }
.countdown{float:left;width:100%;text-align:center}
.is-countdown {float:left;width:100%;margin:15px 0 5px}
.countdown-rtl {direction:rtl}
.countdown-holding span {color:#888}
.countdown-row {clear:both;width:auto;padding:0px;text-align:center;display:inline-block;vertical-align:top}
.countdown-show1 .countdown-section {width:98%;background-color:#f5f5f5}
.countdown-show2 .countdown-section {width:48%}
.countdown-show3 .countdown-section {width:32.5%}
.countdown-row .countdown-section {width:48px;background-color:#f2f2f2;height:48px;padding:3px;border-radius:4px;	margin-right:5px;margin-bottom:5px}
.countdown-row .countdown-section:first-child {margin-left:0}
.countdown-row .countdown-section:last-child {margin-right:0}
.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;text-align:center}
.countdown-amount {font-size:14px;line-height:16px;font-weight:500}
.countdown-period {display:block;font-size:12px;line-height:12px}
.countdown-descr {display:block;width:100%}
@media (max-width:991px){.countdown-row .countdown-section{margin:0 5px}}
@media (max-width:480px){.countdown-period{	line-height:6px;}.is-countdown{	margin:10px 0 5px}}