#content {
    width:562px;
}

#rightSection {
       height:27px;
}

.comparisonTable {    
    margin-top:20px;
    text-align:center;
    margin-bottom:0;
}

.comparisonTable TH {
    font-weight:normal;
    border-right:2px solid white;
    line-height:18px;
    background-color:#4cb4ca;
    color:white;
}

.comparisonTable TH#lastHeader {
    border-right:1px solid #4cb4ca;
}

.comparisonTable TH#firstHeader {
    border-bottom:1px solid white;
}

.comparisonTable TD {
    line-height:18px;

}

.comparisonTable .odd {
    background-color:#e5f8fc;
}

.comparisonTable .col1 {
    width:30%;
    background-color:#4cb4ca;
    color:white;
    border-bottom:1px solid white;
    border-right:2px solid white;
    text-align:left;
}

.comparisonTable .col2 {
    border-right:2px solid white;
}

.comparisonTable .col3 {
    border-right:2px solid white;    
}

.comparisonTable .col4 {
    border-right:2px solid white;
}
