@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'MontserratRegular';
    src: url('montserrat-regular-webfont.eot');
    src: url('montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('montserrat-regular-webfont.woff') format('woff'),
         url('montserrat-regular-webfont.ttf') format('truetype'),
         url('montserrat-regular-webfont.svg#MontserratRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


p.time{
font-family: 'MontserratRegular', sans-serif;
color:#748b28;
font-size: 25px;
text-align: center;
}


p.time .cd-time{
font-family: 'MontserratRegular', sans-serif;
display:inline;
/*display:block;*/
color:#748b28;
font-size: 11px;
font-size:0.8em;
}

#countdown-container{
margin: 10px auto;
width:110px;
height: 90px;
/*border: 1px solid #000000;*/
/*padding:10px;*/
}