/* Smart Timer And Counter v2.6 http://www.smartplugins.info/plugin/javascript/smart-timer-and-counter/ Copyright 2008 - 2013 Milan Petrovic (email: milan@gdragon.info) http://www.dev4press.com http://www.millan.rs */ .smart-timer-and-counter .stc-group-label.stc-label-top{margin-top:3px;margin-bottom:7px}.smart-timer-and-counter .stc-group-label.stc-label-bottom{margin-top:7px;margin-bottom:3px}.smart-timer-and-counter .stc-digit{display:inline-block}.smart-timer-and-counter .stc-divider-dot,.smart-timer-and-counter .stc-divider-space,.smart-timer-and-counter .stc-divider-period,.smart-timer-and-counter .stc-divider-line,.smart-timer-and-counter .stc-divider-colon{position:relative}.smart-timer-and-counter .stc-divider-dot:after,.smart-timer-and-counter .stc-divider-period:after,.smart-timer-and-counter .stc-divider-colon:before,.smart-timer-and-counter .stc-divider-colon:after{opacity:1;background-color:#000;border-radius:50%;content:"";height:5px;width:5px;left:50%;top:66%;margin-left:-3px;position:absolute}.smart-timer-and-counter .stc-divider-dot:before{top:50%}.smart-timer-and-counter .stc-divider-colon:before{top:33%}.smart-timer-and-counter .stc-divider-line:after{opacity:1;background-color:#000;border-radius:100%;content:"";height:50%;width:2px;left:50%;top:25%;margin-left:-1px;position:absolute}.smart-timer-and-counter .stc-divider-dot.stc-off:after,.smart-timer-and-counter .stc-divider-dot.stc-off:before,.smart-timer-and-counter .stc-divider-period.stc-off:after,.smart-timer-and-counter .stc-divider-colon.stc-off:before,.smart-timer-and-counter .stc-divider-colon.stc-off:after,.smart-timer-and-counter .stc-divider-line.stc-off:after{opacity:.1}