* {
	font-family: sans-serif;
}
table {
	border: 1px solid gray;
	empty-cells: show;
}
td, th {
	border: 1px solid gray;
	padding: 3px 5px;
}
div.map_container {
	position: relative;
}
img.arrow {
	position: absolute;
	left: 51px;
	top: 51px;
}
td.current {
	background-color: #CCFFCC;
}
div.notes {
/*	width: 60px;	*/
	width: 100px;
	position: absolute;
/*	left: 45px;	*/
	left: 25px;
	text-align: center;
/*	font-size: 14pt;	*/
	font-size: 11pt;
	background-color: white;
	border: 1px solid silver;
}
div.notes_top {
	top: 40px;
}
div.notes_bottom {
	top: 80px;
}
div.notes_no_wind {
	background-color: #DDDDDD;
}
