table#compare {
    width: 480px;
    float: center;
    margin-bottom: 30px;
}

table#compare td {
    text-align: center;
    vertical-align: middle;
}

table#compare td.col1 {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 10px 15px 15px;
    text-align: left;
}

table#compare th {
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 10px 15px 15px;
    text-align: center;
}


table#compare tr.top td.col1 {
    background-repeat: no-repeat;
    background-position: top left;
}

table#compare tr.bot td.col1 {
    background-repeat: no-repeat;
    background-position: bottom left;
}

table#compare td.col2,
table#compare td.col4 {
    background: #fff;
    border-bottom: 1px solid #000;
}

table#compare td.col4 {
    background: #fff;
    border-bottom: 1px solid #000;
}

table#compare td.col3 {
    border-bottom: 1px solid #000;
}

table#compare tr.bot td {
    border-bottom: none;
}
