/**
 * Countdown4PP CSS
 */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) */
@font-face {
    font-family: 'LCDMono2Bold';
    src: url('../fonts/lcdmono-webfont.eot');
    src: url('../fonts/lcdmono-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lcdmono-webfont.woff') format('woff'),
         url('../fonts/lcdmono-webfont.ttf') format('truetype'),
         url('../fonts/lcdmono-webfont.svg#LCDMono2Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.countdown {
	display: inline-block;
	padding-bottom: 20px
}
.countdown_section {
	float: left;
	font-size: 20px;
	line-height: 1em;
	margin: 0 40px 0 0;
	text-align: right;
	text-transform: uppercase;
}
.countdown_section:last-of-type {
	margin-right: 0;
}
.countdown_amount {
	font-family: 'LCDMono2Bold', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 75px;
	line-height: 1.1em;
}
