section table {
	width: 75%;
	border: thin black solid;
	border-radius: 15px;
	box-shadow: 8px 8px 0px #aaa;
}

section td {
	padding: 10px;
}

section td img {
	width: 52px;
	height: 52px;
}

section td span:first-child {
	font-weight: bold;
}

section td:last-child {
	width: 100px;
	text-align: right;
}

section ul {
	padding-left: 0px;
	display: inline;
}

section li {
	margin-left: 20px;
}
