.btn {
    margin: 0px;
    color: white;
    border-radius: 0px;
    background: #279080;
    opacity: 0.9;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: #E6E7E8;
    background-color: #E6E7E8;
}

.btn:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

.btn-row div:first-child {
    padding: 0px;
}

.info-bar {
    background: #a6adac;
    color: #FFFFFF;
    text-align: left;
    padding: 10px 10px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    font-size: 1em;
}

.info-bar a {
    text-decoration: none;
    color: #279080;
    padding: 5px;
}

.site-content {
    display: none;
}

#floor3-container,
.site-footer {
    display: none;
}

.ast-container {
    max-width: 100%;
    padding: 0px;
}

.container-fluid .btn-row {
    padding: 0px 10px;
}

.container-fluid .btn-row {
    margin-top: 10px;
}

.info-tab .title {
    padding: 5px 0px;
    font-size: 1.2em;
    font-weight: 500;
}