.hoa-q-no-number {
    font-weight: bold;
    margin-top: 0em;
    margin-bottom: 1em;
}

ul.hoa-q-mc-checkbox {
    padding-left: 0em;
    margin-left: 0em;
}

ul.hoa-q-mc-checkbox li {
    list-style-type: none;
}

input.hoa-checkbox {
    margin-right: 1em
}

.hoa-table-multiselect {
    border-spacing: 0px;
    border-collapse: collapse;
    width: auto;
    display: inline-block;
    margin: 0em;
}

.hoa-table-multiselect thead tr th {
    width: auto;
    padding: 3px 6px;
    text-align: left;
    font-weight: bold;
    border: 1px solid currentColor;
    background-color: rgba(95, 204, 245, 0.3) !important;
}

.hoa-table-multiselect tbody tr td {
    width: auto;
    padding: 3px 6px;
    text-align: left;
    border: 1px solid currentColor;
    background-color: transparent;
}

table.hoa-table-multiselect tr:first-child td {
    border: 1px solid currentColor !important;
    background-color: transparent !important;
}

table.hoa-table-multiselect tr td {
    border: 1px solid currentColor !important;
    background-color: transparent !important;
}

.hoa-table-multiselect thead tr th.centre {
    text-align: center;
}

.hoa-table-multiselect tbody tr td.centre {
    text-align: center;
}

.hoa-table-multiselect thead tr th.left {
    text-align: left;
}

.hoa-table-multiselect tbody tr td.left {
    text-align: left;
}

.hoa-box-blue {
    border: 3px solid #8ce0ff;
    padding: 1em;
    margin-top: 1em
}

ul.hoa-ul {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0.8em;
}

li.hoa-li {
    display: list-item;
    margin-top: 0px !important;
    font-weight: bold;
}

li.hoa-li span.hoa-li-span {
    position: relative;
    left: 1em;
}

.hoa-table-normal {
    border-spacing: 0px;
    border-collapse: collapse;
    margin: 10px 0px;
}

table.hoa-table-normal thead tr:first-child th {
    text-align: left;
    font-weight: bold;
    border-collapse: collapse;
    border-right: 1px solid currentColor;
    border-left: 1px solid currentColor;
    border-top: 1px solid currentColor;
    background-color: rgba(95, 204, 245, 0.3);
    padding: 3px 6px;
    color: currentColor;
}

table.hoa-table-normal tbody tr:first-child td {
    border: 1px solid currentColor !important;
    border-collapse: collapse;
    padding: 3px 6px;
    background-color: transparent !important;
    color: currentColor;
}

table.hoa-table-normal tbody tr td {
    border: 1px solid currentColor !important;
    border-collapse: collapse;
    padding: 3px 6px;
    background-color: transparent !important;
    color: currentColor;
}