.gform_next_button, .gform_previous_button, .gform_button {
    background-color: #b57232;
    color: #ffffff;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 12px;
}

.gform_wrapper .gform_page_footer {
    text-align: right;
}

.gform_wrapper .gf_progressbar {
    background-color: #5e6a71 !important;
}

.gform_wrapper .gf_progressbar_percentage span {
    font-weight: bold;
}

table.gsurvey-likert {
    border-left: 3px solid #000000;
    border-bottom: 3px solid #000000;
    border-top: 3px solid #000000;
}

table.gsurvey-likert th.gsurvey-likert-choice-label {
    border-right: 3px solid #000000;
}

table.gsurvey-likert .gsurvey-likert-row-label, table.gsurvey-likert .gsurvey-likert-choice {
   /* border-top: 3px solid #000000; */
    border-right: 3px solid #000000;
}

table.gsurvey-likert .gsurvey-likert-row-label, table.gsurvey-likert .gsurvey-likert-choice {
    border-top: 0px solid #CCC; 
}

table.gsurvey-likert th.gsurvey-likert-choice-label {
    background-color: #dddddd;
}

.entry-content th, .comment-content th {
    color: #000000;
}

table.gsurvey-likert th.gsurvey-likert-choice-label {
    padding: 20px !important;
}

td.gsurvey-likert-choice {
    padding: 20px !important;
}


table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected {
    background-color: #b57232 !important
}

table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-focus {
    background-color: #b57232 !important
}

table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-hover {
    background-color: #b57232 !important
}

.entry-content th, .comment-content th {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: inherit;
}

@media only screen and (max-width: 761px) {
   table.gsurvey-likert td.gsurvey-likert-choice {
      height:unset !important;
   }
}

.sectitle {
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    color: #c06f1b;
    break-after: avoid-page;
    page-break-after: avoid;
}

.sectitleu {
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    color: #c06f1b;
    break-after: avoid-page;
    page-break-after: avoid;
}

div.reporttitle {
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    color: #c06f1b;
}

.dochandlingbar {
    text-align: right;
    background-color: #dedddd;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

span.bulletp {
    color: #c06f1b ;
}

h1.surveytitle {
    font-weight: 700;
    font-size: 1.25em;
    color: #c06f1b ;
}

.CAPTCHAPROTECT {
    float: right;
    padding-bottom: 15px;
}