Module:ckb-conj/style.css

.ckb-conj table {
	background: #F0F0F0;
	font-size: 90%;
	width: 100%;
}

.ckb-conj .nonfinite-header {
	background: #e2e4c0;
}

.ckb-conj .number-header,
.ckb-conj .person-header {
	background: #c0c0c0;
}

.ckb-conj .indicative { /* adjoining classes are intentional */
	background: #c0cfe4;
}

.ckb-conj .subjunctive {
	background: #c0e4c0;
}

.ckb-conj .imperative { /* adjoining classes are intentional */
	background: #99cc99;
}