.credit-table {
    width: 100%;
    border-collapse: collapse;
}

.credit-table td,
.credit-table th {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.credit-table tr:first-child td {
    text-align: center;
    font-weight: bold;
}

.credit-table td:first-child {
    width: 217px;
}

.credit-table td:nth-child(2) {
    width: 161px;
}

.credit-table td:nth-child(3) {
    width: 161px;
}

.credit-table td:nth-child(4) {
    width: 180px;
}

.credit-table td[colspan="3"],
.credit-table td[colspan="4"] {
    text-align: center;
}