/* -------------------
 #comparison
---------------------- */
#comparison tbody tr.odd th {
	background-color: #183447;
	border-top: 1px solid #183447;
}
#comparison tbody tr.odd td {
	background-color: #183447;
}
#comparison tbody tr.even th {
	background-color: #214760;
	border-top: 1px solid #214760;
}
#comparison tbody tr.even td {
	background-color: #214760;
}
#comparison tbody tr.odd td > div {
	background-color: #fafafa;
}
#comparison tbody tr.even td > div {
	background-color: #ffffff;
}
#comparison tbody tr.odd td.this > div {
	background: #efedd8;
}
#comparison tbody tr.even td.this > div {
	background: #f2f1e0;
}