.minutes {
	display: none;
	list-style-type: none;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
	margin-top: -1px;
	background-color: #FFDEAD;
}

.hours_col {
	font-size: 10px;
	font-family: Arial sans-serif;
	list-style-type: none;
	position: absolute;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background-color: #FFDEAD;
}

.hovered {
	background-color: orange;
}

#hours_col2 {
	left: 48px;
}

#myClock {
	position: absolute;
}

.hours_col li {
	position: relative;
	border: 1px solid black;
	width: 48px;
	text-align: center;
	margin-bottom: -1px;
}