table.jahitable {
	width: 100%;
}
table.jahitable th {
	padding: 3px;
}
table.jahitable td {
	padding: 3px;
}
table.jahitable tr.even td {
	background-color: white;
}
table.jahitable tr.odd td {
	background-color: #f0f0f0;
}
table.jahitable td.date {
	width: 60px;
}
