/* vim: set ts=2 sw=2: */
#map {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 850px;
}
h1 {
	font-size: 20pt;
}
.info {
	font-size: 8pt;
	background-color: white;
	border: 1px solid #666666;
	box-shadow: 4px 4px 2px grey;
}
.titlebar {
	border: 1px solid #999999;
	border-bottom: none;
	padding: 3px;
}
.title {
	font-size: 10pt;
	font-weight: bold;
}
.close {
	float: right;
}

table {
	border-collapse: collapse;
	width: 100%;
}
table th {
	text-align: left;
	border: 1px solid #999999;
	padding: 3px;
	background-color: #eeeeee;
}
table td {
	border: 1px solid #999999;
	padding: 3px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
