.stl-qa-wrapper {
    position: relative;
}

.stl-qa-table {
    width: 100%;
    border-collapse: collapse;
    position: relative;
}


.stl-qa-element {
    font-weight: bold;
}

.stl-qa-value {
    font-weight: bold;
    text-align: right;
}

.stl-qa-wrapper>table>tbody>tr {
    border:none;
    background:none !important;
}

.stl-qa-wrapper>table>tbody>tr>td {
    border:none;
    background:none !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #66BAD1;
}
/* .stl-qa-wrapper>table>tbody>tr:last-child>td {
    border-bottom-width: 0 !important;
} */

.stl-qa-wrapper.collapsed>table>tbody>tr:nth-child(n+5) {
    display: none;
}
.stl-qa-wrapper.extended>table>tbody>tr:nth-child(n+5) {
    display: table-row;
}

.stl-qa-extend-button {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: black;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 32px;
    line-height: 40px;
    padding: 0;
    vertical-align: middle;
}

.stl-qa-extend-button button, .stl-qa-extend-button button:hover, .stl-qa-extend-button button:focus {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    padding: 0;
    width: 100%;
    height: 100%;
}

.stl-qa-wrapper.collapsed .stl-qa-extend-button-extend {
    display: block;
}

.stl-qa-wrapper.collapsed .stl-qa-extend-button-collapse {
    display: none;
}


.stl-qa-wrapper.extended .stl-qa-extend-button-extend {
    display: none;
}

.stl-qa-wrapper.extended .stl-qa-extend-button-collapse {
    display: block;
}