body {
	background-color:#fff;
	color:#888888;
	font-family: 'Montserrat', courier, sans-serif;
	font-size: 16px;
}

h2 {
	font-style: italic;
	font-weight: 500;
	font-size: 22px;
}

h4 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
}

.pure-g [class*=pure-u] {
    font-family: 'Montserrat', courier, sans-serif;
}

img {
	height: auto;
	max-width: 100%;
}

.ad-outer {
	max-width:900px;
	margin:20px auto;
	padding-left:20px;
	padding-right:20px;
	text-align: center;
}

.badge {
	text-align: center;
}

.badge img {
	margin: 0 auto;
	max-width: 160px;
	height: auto;
}

.planner-column {
	max-width: 300px;
	margin: 0 auto;
	padding:20px;
}

.planner-img {
	max-height: 200px;
	margin:0 auto;
}

.retail {
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.pure-button {
	display: block;
	text-align: center;
	font-weight: 600;
    background-color: rgb(243, 184, 10);
    background-color: #f15e23;
    
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    color: #fff;
    border-radius: 0px;
    padding:10px 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    
}

.payment-icons {
	margin-top:20px;
}

.payment-icons img {
	width: 100px;
	max-width: 100%;
}



/* Countdown
 * ========================================================================== */

.countdown {
	display: inline-block;
	font-weight: 700;
	text-align: center;
	font-size: 22px;
	line-height: 1;
}

.countdown > div {
	border-right: 1px solid #eee;
	padding: 4px 15px;
	display: inline-block;
}
	
.countdown > div:last-child {
	border-right:none;
}
	
.countdown div > span {
	color: #f15e23;
	display: inline-block;
}
	
.countdown .smalltext {
	padding-top: 3px;
	font-size: 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
}