
table td {
    width: 100px;
}

table tr {
    height: 40px;
}

table td, table th {
    padding: 10px 10px;
}

table th {
    text-align: center;
    vertical-align: top;
    border: 1px solid #A7A37E;
}

table.pay td:first-child {
    text-align: center;
}

table.pay td:last-child {
    text-align: right;
}