﻿
#schedule table {
	border-collapse: collapse;
}

#schedule th {
	text-align: center;
	font-size: 18px;
	border-bottom: 1px solid #111;
}

#schedule tr.done td {
	border-bottom: 1px solid #111;
	background:gray;
}

#schedule td {
	border-bottom: 1px solid #111;
	padding: 0.1em 0.5em;
}

#schedule a {
    color: #0000FF;
	text-decoration: none;
}

#schedule tr.done a {
    /*color: #AAAAFF; /* 66f */
	text-decoration: none;
}

#schedule a:hover {
	background-color: yellow;
	text-decoration: none;
}

#schedule tr.done a:hover {
	background-color: #FFFF99;
	text-decoration: none;
}




