@charset "UTF-8";
.wpcf7 .formbtn input {
    width: unset;
    height: unset;
    text-indent: unset;
    border: gray 1px solid;
    padding: 0.5rem 4rem;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: bold;
}
.wpcf7 .formbtn input[type="submit"] {
    background-color: #eba216;
    color: white;
}
.wpcf7 .formbtn input[type="reset"] {
    background-color: #a2a4aa;
    color: white;
    padding-left: 3rem;
    padding-right: 3rem;
}
.wpcf7 .table-ctf7 .contractChangeTableTwo .row1,
.wpcf7 .table-ctf7 .contractChangeTableTwo .row2 {
    display: none;
}
.wpcf7 .table-ctf7 .contractChangeTableOne .row1,
.wpcf7 .table-ctf7 .contractChangeTableOne .row2 {
    display: none;
}
.wpcf7 #wpcf7cpcnf table {
    margin: 0 auto;
}
.wpcf7 #wpcf7cpcnf table th {
    text-align: right;
    padding-right: 0.5rem;
}
.wpcf7 #wpcf7cpcnf table th:after {
    content: ' :';
}
.wpcf7 #wpcf7cpcnf table th p {
    display: inline;
}
.wpcf7 #wpcf7cpcnf table td {
    text-align: left;
    padding-left: 0.5rem;
}
.wpcf7 #wpcf7cpcnf .wpcf7cp-btns {
    text-align: center;
}
.wpcf7 #wpcf7cpcnf .formbtn input {
    width: unset;
    height: unset;
    text-indent: unset;
    border: gray 1px solid;
    padding: 0.5rem 4rem;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: bold;
}
.wpcf7 #wpcf7cpcnf .wpcf7-form-control {
    padding: 0.5rem 2rem;
    border-radius: 3px;
    border: 1px solid black;
}
.wpcf7 #wpcf7cpcnf .wpcf7cp-cfm-edit-btn {
    background-color: #eba216;
    color: white;
}
.wpcf7 #wpcf7cpcnf .wpcf7cp-cfm-submit-btn {
    background-color: #a2a4aa;
    color: white;
}