body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

img[src="assets/image.png"] {
    margin: auto;
}

p {
    max-width: 99vw !important;
    word-break: break-word;
}

hr {
    border-style: solid;
    border: none;
    border-top: 1.5px solid black;
}

map area {
    cursor: pointer;
}

.popup {
    background: #fafafa;
    border: 1px solid #444;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    display: none;
    width: auto;
    z-index: 100;
}

.popup-text {
    display: none;
}

.header,
.content {
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.mobileList {
    display: none;
}

.collapsible {
    display: none;
}

.active,
.collapsible:hover {
    background-color: #555;
}

.mobile-list {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

[id^="tabs-"] {
    position: absolute;
}

[id^="tabs-button-"] {
    position: initial;
    width: 32vw;
}

[id^="tabs-button-"]:hover {
    opacity: 0.8 !important;
    transition: all 0.1s ease-out;
}

#tabs-button-0 {
    background-color: #5B9BD5;
}

#tabs-button-1 {
    background-color: #C70000;
}

#tabs-button-2 {
    background-color: #F08B6A;
}


#tabs-0 {
    z-index: 10;
}

#tabs-1, #tabs-2, #tabs-button-1, #tabs-button-2 {
    opacity: 0.25;
}

@media (max-width: 700px) {
    .collapsible {
        display: block;

        background-color: #777;
        color: white;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
    }

    .mobileList {
        display: block;
    }

    img[src="assets/image.png"] {
        display: none;
    }
}
