table{
	width: 100%;
	height: 100%;
	border-spacing: 0px;
	border: 1px solid #009EE0;	
}


table tr{
	height: 108px;
	border-top-color: #009EE0;
	border-right-color: #009EE0;
	border-bottom-color: #009EE0;
	border-left-color: #009EE0;
}
table tr td{
	text-align: center;
	border: 1px solid #009EE0;
	color: #999;
	font-family: verdana;
	font-size: 12px;
	padding: 5px 0px;
	cursor: pointer;
	width: calc(100% / 7);
	min-width: calc(100% / 7);
	max-width: calc(100% / 7);
}
table tr td:hover{
	color: #009EE0;
}
