
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #e2f1f7;
}

th {
    border: 1px solid #e2f1f7;
    box-sizing: border-box;
    background-color: #e6f4fa;
    color: #53555a; 
    padding: 15px 1.25%;
    text-align: left;
}

td {
    border: 1px solid #e2f1f7;
    box-sizing: border-box;
    padding: 15px 1.25%;
    text-align: left;
}

.table-striped>tbody>tr:nth-of-type(odd), main#product table.compare-table>tbody>tr:nth-of-type(odd) {
     background-color: #fff; 
}

.button_pay {
    width: 300px;
    height: 60px;
    padding: 20px;
    background-color: Transparent;
    background-image: url(/images/alipay.jpg);
    text-align: left;
    float: left;
}