table {
    width: 100%;
    color: #000
}

table tr {
    border-top: 1px solid #e4e2da
}

table tr:nth-child(odd) {
    background: #f7f7f7
}

table tr [rowspan="2"] {
    text-align: left
}

table tr td {
    padding: 12px 10px
}

table tr td:first-child {
    text-align: left
}

table tr td:last-child {
    border-bottom: 1px solid #e4e2da
}
table.info-table {
    text-align: center;
    color: #000;
    border: 1px solid #e4e2da
}

table.info-table tr [rowspan="2"] {
    background: #fff;
    border-right: 1px solid #e4e2da;
    text-align: left
}

table.info-table tr:first-child {
    text-align: left
}

table.info-table tr th {
    padding: 10px
}

table.info-table tr:nth-child(2) td {
    padding: 10px
}