.ccf-form {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f9f9f9;
}

.ccf-form label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.ccf-form input,
.ccf-form textarea,
.ccf-form select {
    width: 100%;
    padding: 8px;
    margin-top: 4px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.ccf-form button {
    background: #000;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.ccf-form button:hover {
    background: #005177;
}
.form-table th {
    vertical-align: top;
    text-align: left;
    padding: 0px;
    width: 100%;
    line-height: 1.3;
    font-weight: 600;
}
table.form-table input {
    width: 100%!important;
    padding: 0px 5px;
}
.form-table td {
    margin-bottom: 9px;
    padding: 0px 0px;
    line-height: 1.3;
    vertical-align: middle;
}
table.form-table tr td input {
    width: 100%;
}