
	
.well {
	margin-top:0px !important;
	margin-left:10px !important;
}
	
#timerdiv {
	margin-top:0px !important;
	margin-left:auto !important;
	margin-right:auto !important;
	/*float:right;*/
	text-align:center;
	padding:5px;
	
	width:260px;
	height:260px;
	background-color: #005369;
	margin-bottom:10px;
	
border: double 0.5em transparent;
border-radius: 150px;
background-image: linear-gradient(#003947, #00667f), 
				linear-gradient(to left, #003947, #00667f);
background-origin: border-box;
background-clip: content-box, border-box;	
	
 
	/*border-top:3px solid #512D6D;
	border-right:3px solid #512D6D;
	border-bottom:3px solid #E71316;
	border-left:3px solid #E71316;*/
	}
	
#timerdivinner {
	position: relative;
	top: 40%;
	transform: translateY(-40%);
}


@media (min-width: 710px) and (max-width: 939px) {
	#timerdiv {
		margin-top:0px !important;
		}

}
@media (max-width: 709px) {

	
	#timerdiv {
		margin-top:0px !important;
		display:block;
		float:none;
		width:auto;
		margin-left:0px !important;
		border-radius:0px;
		margin-bottom:15px;
		}

}
