﻿.today {
		position: absolute;
		top: 830px;
		left: 735px;
		
}						
		
/* Styles for website counter container */
.website-counter {
		position: absolute;
		top: 846px;
		left: 830px;
	height: 20px;
	width: 40px;
	color: #000000;
  border-radius: 0px;
  	text-align: center;	
  font-size: 16px;
  background: #ffffff;
}

/* Styles for reset button */
#reset {
	position: relative;
	top: 840px;

	cursor: pointer;
	font-size: 18px;
	color: white;
	border: 2px;
	background: #008cba;  
}


