<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.barContainer {
    top: 0;
    text-align: center;
    right: 2.5%;
    position: fixed;
    background-color: #59bee3;
    border-radius: 0 0 4px 4px;
    min-width: 0;
    z-index: 100;
    color: white;
    min-height: 38px;
}


.barIcon {
    display: block;
    float: left;
    margin: 5px 5px 10px 17px;
    height: 28px;
    width: 28px;
}

.barImage {
    margin: 0 0 0 0;
}

.barText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    display: block;
    float: left;
    margin: 10px 20px 5px 5px;
}

.barEntry {
    display: block;
    float: left;
    min-height: 28px;
}

    .barEntry:hover {
        background-color: #96D6ED;
        cursor: pointer;
    }

#barWelcome:hover, #welcomeBar:hover {
    background-color: #59bee3;
    cursor: default;

}

.barEntryDark {
    background-color: #23A3D1;
}

.barEntryDarker {
    background-color: #1B7A9D;
}

.barEntryDarkest {
    background-color: #125169;
}


@media screen and (max-width:1200px) {
    .barContainer {
        right: 0;
    }

}</pre></body></html>