@charset "utf-8";

table.zebra {
	border: 1px solid #414040;
	border-collapse: collapse;
}

table.zebra th,
table.zebra td {
	border-bottom: 1px solid #414040;
	padding: 5px 1.5em 5px 0.5em;
	text-align: left;
}

table.zebra th {
	font-weight: bold;
}

table.zebra thead tr {
	background: #dce4ee;
}

table.zebra tbody tr.alt {
	background: #eef2f7;
}
