/* CSS Document */
main {
	width:100%;
}
table {
	border-collapse: collapse;
	width:auto;
	margin-top: 20px;
}
table, th, td {
	border: 1px solid #cdccc5;
	padding: 5px;
}
table th {
	background: #edebe8;
}
table td img{
	width: 100%;
	max-width: 240px;
	height: auto;
	display:block;
}

tr td:nth-child(2) {
	text-align: right;
}
tr td:nth-child(3) {
	text-align: center;
}
table tr:nth-child(even) {
	background: #edebe8;
}