table {
	width: 100%;
	padding: 5px;
	word-wrap: break-word;
}
tr:nth-child(even) {
	background-color: #f2f2f2;
}
td {
	max-width: 400px;
	max-height: 200px;
}
