.form-style {
    margin: auto;
    padding: 0;
    width: 90%;
    color: #ffffff;
}
.form-style table {
    margin-top: 2%;
    padding: 0;
    width: 100%;
    text-align: left;
}
.form-style th, .form-style td {
    padding: 10px 25px;
    border-bottom: 1px solid #474747;
    text-align: left;
}
.form-style th {
    font-weight: 500;
    font-size: 1.14286em;
    vertical-align: top;
    width: 30%;
    position: relative;
}
.form-style th::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 70%;
    display: inline-block;
    right: 0;
    background: #474747;
    margin: auto;
    top: 0;
    bottom: 0;
}
.form-style th .required {
    border: solid 1px #feef00;
    font-size: 0.75em;
    padding: 5px;
    color: #feef00;
    margin-left: 5px;
}
.form-style td select,
.form-style td input,
.form-style td textarea {
    border-radius: 0;
}
.form-style td select,
.form-style td input {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2.0% 3%;
}
.form-style td textarea {
    width: 100% !important;
}
.form-style td ol {
    margin: 2% 0 0 0;
    padding: 0;
    list-style: none;
}
.form-style .mfp_buttons button.btn-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #feef00;
    border: 1px solid #feef00;
    color: #333;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 600;
    padding: 13px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    max-width: 240px;
    width: 100%;
    text-shadow: none;
    border-radius: 0;
}
@media screen and (max-width: 1023px) {
    .form-style {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .form-style tr {
        display: block;
    }
    .form-style th,
    .form-style td {
        margin: 0;
        width: 100%;
        display: block;
    }
    .form-style th{
        padding: 3% 0 0 0;
        border-bottom: 0;
    }
    .form-style td {
        padding: 0 0 3% 0;
    }
    .form-style th::after {
        width: 0;
        background: none;
    }
}