table.legend {
	clear:both;
	width:100%;
}

.legend-header {
	margin-top:15px;
}

table.legend td.left-legend {
	width:50%;
}

table.legend td.right-legend {
	width:50%;
}

table.legend .odd {
	background-color:#F7F5F5;
	border-bottom:1px solid white;
}
table.legend .even {
	background-color:#E5E5E5;
	border-bottom:1px solid white;
}
