.clear{
			clear:both;
		}
.countDownContent div{
			float:left;
			width: auto;
			height: 100px;
			background: #0c2345;
			font-size: 60px;
			color: #fff;
			line-height: 100px;
			text-align: center;
			font-weight: bold;
			border-radius: 5px;
			margin-right: 10px;
			padding-left:20px;
			padding-right:20px;
		}