.column-content table {
	background-color: #ffdbab;
	width: 100%;
}
.column-content table tr td {
	padding: 5px;
}
.column-content table tr.odd {
	background-color: #fff;
}
.column-content table tr td.image {
	text-align: right;
	width: 50%;
}
.column-content table tr td.description {
	text-align: left;
	width: 50%;
}
.column-contentwide table {
	background-color: #ffdbab;
	width: 100%;
}
.column-contentwide table tr td {
	padding: 5px;
}
.column-contentwide table tr.odd {
	background-color: #fff;
}
.column-contentwide table tr td.image {
	text-align: right;
	width: 50%;
}
.column-contentwide table tr td.description {
	text-align: left;
	width: 50%;
}