.regfee-table {
    margin-left: 10px;
}

.regfee-table tr td {
    text-align: center;
    line-height: 35px;
}

.regentitle-table {
    margin-left: 10px;
}

.regentitle-table tr td {
    text-align: center;
    line-height: 35px;
}

.regpay-table {
    margin-left: 10px;
}

.regpay-table tr td {
    border: 1px solid #D9D9D9;
    padding: 10px;
    line-height: 20px;
}

.reg-btn {
    display: block;
    border: 3px solid #2D4385;
    line-height: 48px;
    color: #2D4385;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 20px;
    margin: 10px auto;
    cursor: pointer;
}

.reg-btn:hover {
    background-color: #20336b;
    color: white;
    transition: background-color .5s ease;
}