@charset "utf-8";
/* CSS Document */

div.timetables {
	margin-top: 5px;
	width: 100%;
	height: 151px;
	}
	div.timetables img {
		float:left;
		margin: 2px 5px 2px 2px;
		border: 1px solid black;
		height: 147px;
	}
	.timetables h1 {
		margin-left: 86px;
	}
	.timetables table {
	  border: 0;
	}
	.timetables td.descriptor {
		font-weight: bold;
	}

caption {
  font-weight: bold;
  font-size: 1.5em;
}