#mapid {
    width: 80%;
    height: 100%;
    position: fixed;
}

#sidepanel {
    padding-left: 1%;
    display: inline;
    width: 20%;
    height: 100%;
    left: 80%;
    position: absolute;
}

button {
    display: flex;
    align-items: center;
    justify-content: center;
}

button img {
    margin-right: auto;
}

button span {
    margin-left: auto;
}

.answer-question {
    width: 100%;
}

.sb-left-border {
    border-left: 1px solid var(--bulma-table-cell-border-color) !important;
}