
table.zebra { width: 100%; }

table.zebra th {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

table.zebra th,
table.zebra td { padding: 5px; }

table.zebra tbody,
table.zebra tfoot { font-size: 12px; }

table.zebra .bold { font-weight: bold; }
table.zebra .center { text-align: center; }

table.zebra td * { vertical-align: middle; }

table.zebra tfoot { font-style: italic; }

table.zebra caption {
	font-size: 11px;
	text-align: left;
	font-style: italic;
}


table.zebra tbody td { border-bottom: 1px solid #ddd; }
table.zebra tbody tr:first-child td { border-top: 1px solid #ddd; }
table.zebra tbody tr.odd { background: #fafafa; }
table.zebra tbody tr:nth-of-type(odd) { background: #fafafa; }
table.zebra caption { color: #999; }

table.zebra {
	border: 1px solid #dddddd;
}

table.zebra th {
	background-color: #eeecec;
}

table.zebra tbody tr:nth-of-type(2n+1) {
	background: none repeat scroll 0 0 #ffffff;
}
