table.MenuTable {
	width: 100%;
}
table.MenuTable td {
	border: none;
	border-bottom: 1px dotted #6E6E6E;
}
table.MenuTable td:nth-child(2) {
	white-space: nowrap;
	text-align: right;
}
table.MenuTable td:nth-child(2) em {
	font-size: 2rem;
	font-style: italic;
	margin-right: 0.2em;
}