.compare
{

    width:auto;
}
.compare, .compare tr, .compare td, .compare th
{
    border-collapse:collapse;
    border:1px solid #A7A7A7;
    margin-left:1px;
    padding:5px;
}
.compare tr td:first-child
{
    background-color: #D7E1EE;
    font-weight:bold;
}
.compare thead th
{
   background-color:#E2F3AB;
   padding:5px;
}
.compare tbody tr td img
{
    cursor:pointer;
}
.compare .winner_column
{
    background-color:#fcfad2;
}

