
@import "default.css";

.entry table {
	table-layout:fixed;
	border-collapse:collapse;
	empty-cells:show;
}

.entry table th {
	color:#2C7E08;
	border-bottom:1px solid #cccccc;
	padding:5px 0 5px 0;
}

.entry table td {
	border-bottom:1px solid #cccccc;
	padding:5px 0 5px 0;
}

.entry table td th {
	color:#333333;
	border:none;
	padding:0;
}

.entry table td td {
	color:#333333;
	border:none;
	padding:0;
}
