
body {
	font-family: sans-serif;
	margin: 100px 200px;
}

table.grid td {
	width: 400px;
	height: 300px;
}

table td {
	background-color: orange;
	border: 5px dashed white;
	padding: 10px;
	color: white;
}

table.grid th {
	width: 300px;
	text-align: right;
}

.detail {
	font-size: 80%;
}


