div#main {
    width: 90%;
    margin: auto;
    margin: auto;
    border: 1px #ebebeb solid;
    border-radius: 12px;
    padding: 0px;
    box-shadow: 0px 1px 3px 0px #ebebeb;
}
nav.links.nav.links-inline {
    background-color: #f9f8fc;
    padding: 12px 6px;
    margin-bottom: 12px;
}
div#main .row.row-offcanvas {
    padding: 20px 35px;
}
h1.title {
    text-align: center;
}
fieldset label.js-form-required.form-required {
    font-size: 18px;
}
div#edit-actions {
    margin: auto;
    text-align: center;
}


.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(255 255 255 / 5%) !important;
}
.table-hover tbody tr:hover {
    background-color: rgb(255 255 255 / 8%) !important;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: rgb(250 250 250) !important;
}
.table-hover tbody tr:hover {
    background-color: rgb(250 250 250 / 0%) !important;
}
tbody fieldset label.js-form-required.form-required {
    font-size: 14px !important;
}
span.webform-likert-label.visually-hidden {
    font-size: 14px;
}
table.required:before {
    display: none;
}
