#the_best .container.std {
    width: 97%;
}
#the_best .container.std td {
    padding: 0 0 0 15px;
}
#the_best .container.std td:last-child {
    padding-right: 15px;
}
#the_best td.price {
    font-style: italic;
    color: #666;
}
#the_best td.active {
    font-weight: bold;
    font-style: normal;
    color: black;
}
#the_best td.active, #the_best  td.notactive {
    cursor: pointer;
}

#the_best select.STATEFROM {
    visibility: hidden;
}

#the_best.PACKET-0 select.STATEFROM + .chosen-container {
    display: none;
}

#the_best.PACKET-2 select.TOWNFROMINC + .chosen-container {
    display: none;
}

#the_best.PACKET-3 select.STATEFROM + .chosen-container {
    display: none;
}

#the_best.PACKET-5 select.STATEFROM + .chosen-container {
    display: none;
}