body {
    /*background-color: lightblue;*/
}
.webform-submission-form img {
    max-width: 100%;
}
@media (min-width: 769px) {
    .webform-submission-form input {
        max-width: 75%;
    }
}
.webform-submission-form .select-wrapper {
    width: auto;
}
.webform-submission-form p {
    color: #333;
}
.webform-submission-form input[type="checkbox"]:not(:checked),
.webform-submission-form input[type="checkbox"]:checked {
    opacity: unset;
}
.webform-submission-form .table-responsive {
    border: unset;
}
.webform-submission-form table tr,
.webform-submission-form table .table-striped > tbody > tr:nth-of-type(odd),
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}
.webform-submission-form table tr td {
    border: unset;
}
@media (max-width: 768px) {
    .webform-submission-form table tr td {
        display: inline-block;
    }
}
.webform-submission-form .form-type-select .select-wrapper {
    display: block;
    max-width: 75%;
}

/* Webform confirmation page */
.webform-confirmation {
    margin-top: 50px;
    min-height: calc(100vh - 50px - 70px - 56px - 129px);
}
/* end Webform confirmation page */
