body.db {
	background: white;
	color: black;
}
table.db {
	table-layout: fixed;
	border-collapse: collapse;
}
table.db, td.db, th.db {
	border: 1px solid;
	padding: 2px;
}
tr.db:nth-child(even) {
	background: #ececec;
}
