#mx-countdown-container {
	padding-bottom: 10px;
}

#ad-image-div{
	background-image: url("https://www.mountainx.com/custom/countdown-clock/givelocal-countdown-banner.png");
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	height: 300px;
	background-color: #ffffff;
}

#ad-image-div h1{
  color: #396;
  font-weight: 100;
  font-size: 40px;
  margin: 40px 0px 20px;
}

#clockdiv{
	font-family: arial, sans-serif;
	color: #662d91;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 16px;
	padding-top:2px;
	margin-left:-30px;
}

#clockdiv > div{

	border-radius: 3px;
	/*background: #662D91;*/
	display: inline-block;
}

#clockdiv div > span{
	padding: 2px;
	border-radius: 3px;
	display: inline-block;
	font-size:30px;
}

span.days{padding-right:20px;}

.smalltext{
	padding-top: 15px;
	font-size: 16px;
	float:right;
	margin-left:5px;
}   