.info_timetable{
	margin: auto;
	padding-top: 1em;
}

.info_tabletop th{
	border-top:  1px solid black;
}
.info_tabletop td{
	border-top:  1px solid black;
}

.info_timetable tr th{
  width: 8em;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
}
.info_timetable tr td{
  width: 11em;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
.tabletitle{
	border-bottom: 1px dotted indigo;
}