table.restaurant {
	font-size: 80%;
	width: 100%;
}

table.restaurant th, table.restaurant td {
	vertical-align: top;
}

/* name */
table.restaurant th {
	width: 24%;
	text-align: left;
}

/* address */
table.restaurant th + td {
	width: 19%;
}

/* closing time */
table.restaurant th + td + td {
	width: 6%;
	white-space: nowrap;
}

/* exceptions */
table.restaurant th + td + td +td {
	width: 32%;
}

/* phone */
table.restaurant th + td + td + td + td {
	width: 10%;
	white-space: nowrap;
}

/* comment */
table.restaurant th + td + td + td + td + td {
	width: 9%;
}

div#main h2 {
	background-color: #77AA77;
	border-style: inset;
	border-width: .1em;
	border-color: #444444;
	border-left-style: none;
	border-right-style: none;
}

div#main h3 {
	border-top-style: solid;
	border-top-width: .08em;
	border-top-color: #444444;
}

div#main h2+h3 {
	border-top-style: none;
}

ul.moreinfo {
	list-style-type: none;
}
ul.moreinfo li {
	display: inline;
}

ul.moreinfo li+li:before {
	content: " | ";
}
