body{

	background: #2d2d2d;
}
#design_7_wrapper{
	margin:100px 50px;
}

#design_7_wrapper .timer_wrapper{
	border:1px solid transparent;
	width:300px;
	height:300px;
position: relative;
display: inline-block;
}
#design_7_wrapper  .timer{
	margin-top:70px;
	text-align: center;
	font:80px century;
	text-shadow: 0px 0px 10px #0fb4e7;
	color:#0fb4e7;
}
#design_7_wrapper .circle{
	margin-top:20px;
	position: absolute;
	width:3px;
	height:20px;
background: #a9e4f7;
box-shadow: 0px 0px 10px #a9e4f7;
}
#design_7_wrapper .label{
	font:40px sans-serif;
	text-align: center;
	text-shadow: 0px 0px 10px #0fb4e7;
	color:#0fb4e7;
}
