.countdown-timer {
    background-color: #ccc;
    margin: 50px;
    padding: 20px;
}

.countdown-timer p {
	margin-bottom: 0px;
}

.countdown-timer p.countdown-timer-result {
	font-weight: 800;
  font-size: 2em;
}

#countdown-days {
	color: #a526c4;
}

.early-access-notice {
	background-color: #ccc;
	margin: 20px;
	padding-top: 10px;
	padding-bottom: 1px;
}

.early-access-notice-days {
	font-weight: 800;
}