
.countdownHolder { float: right; font: 700 24px "Open Sans",sans-serif; letter-spacing: -3px; margin: 15px auto 0; text-align: right; }
.position { display: inline-block; height: 40px; overflow: hidden; position: relative; width: 33px;  }
.digit { color: #121318; left: 11px; margin-top: 2px; position: absolute; text-align: center; }
    .digit.static { }
#note { clear: both; float: right; }
/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays { /* display:none !important;*/ }
.countDiv0 { /* display:none !important;*/ }
.countHours { }
.countDiv1 { }
.countMinutes { }
.countDiv2 { }
.countSeconds { }
.countDiv { display: inline-block; width: 16px; height: 1.6em; position: relative; }
/*.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; }*/
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

