.progtable {
	position: relative;
	width: 660px;
	height: 740px;
	margin-top: 2em;
}
.item, .ls div {
	position: absolute;
	overflow: hidden;
	color: white;
	width: 193px;
	padding: 0 3px;
}
.item {
	opacity: 0.5;
	border-top: 1px solid;
	border-bottom: 1px solid;
	background: #7b93d9;
}
.item a { color: white !important; }
.item:hover { opacity: 1.0; }
.item:hover a { text-decoration: underline; }
.ls div { text-align: center; }
.days div {
	height: 100%;
	border-left: 1px solid #999;
	margin-left: -1px;
}
.times div { 
	left: 0;
	width: 60px;
	height: 60px;
}
.perjantai { left: 61px; }
.lauantai { left: 261px; }
.sunnuntai { left: 461px; }
.klo10 { top: 20px; }
.klo11 { top: 80px; }
.klo12 { top: 140px; }
.klo13 { top: 200px; }
.klo14 { top: 260px; }
.klo15 { top: 320px; }
.klo16 { top: 380px; }
.klo17 { top: 440px; }
.klo18 { top: 500px; }
.klo19 { top: 560px; }
.klo20 { top: 620px; }
.klo21 { top: 680px; }

