.countdown {
				margin-right: 0;
				margin-left: auto;
				text-align:center;
			}
			
		.countdown > div {
				display: inline-block;
				float: none;
				width: 130px;
				padding: 32px 8px;
				text-align: center;
				height: 98px;
				vertical-align: middle;
				padding-top: 87px;
				margin-right: 0;
				background-color: transparent;
				background-repeat: no-repeat;
				background-position: center;
			}
		
		.countdown > div > span:first-of-type {
				font-size: 40px;
				line-height: 36px;
				display: block;
				position: relative;

				text-align: center;
				color:rgba(255,255,255,.85);
				font-family: Playball,Arial,Helvetica,sans-serif;
				font-weight: 600;
				text-align: center;
		}
		
		.countdown > div > span:nth-of-type(2) {
				font-size: 16px;
				line-height: 19px;
				display: block;
				position: relative;

				font-family: "Open Sans",Arial,Helvetica,sans-serif;
				font-weight: 600;
				text-align: center;
				color:#fff;
		}