/* COMPARRISON SHEET
----------------------------------------------- */
.compare { margin-bottom:30px; width:100%; }
.compare th { background:rgb(235,235,235); padding:10px; border-bottom:1px solid rgb(200,200,200); border-right:2px solid rgb(5,86,152); border-left:2px solid rgb(5,86,152); }
.compare td.compare_left { width:130px; }
.compare td.compare_right { width:440px; }
.compare th h2 { color:rgb(80,90,100); margin:0; }
.compare td { vertical-align:top; padding:10px; border-bottom:1px solid rgb(200,200,200); border-right:2px solid rgb(5,86,152); border-left:2px solid rgb(5,86,152); }
.compare ol { margin:0 0 1em 1.5em; }
.compare li { margin:0 0 1em 0; }
.compare td.compare_spacer { border:0; width:10px; padding:0; }
.compare td.compare_last { border-bottom:none; }
