div.Box {
	margin: 1em;
}

table.HBox, table.VBox {
	border-collapse: separate;
}

table.HBox > tr > td {
	padding: 0 1em 0 0;
	vertical-align: top;
}

table.HBox > tr > td:last {
	padding: 0;
}

table.VBox > tr > td {
	padding: 0 0 1em 0;
	vertical-align: top;
}

table.VBox > tr > td:last {
	padding: 0;
}
