﻿.btnZoomin {
    background-color: transparent;
    border: none;
    color: white;
    padding: 5px;
    font-size: 22px;
    cursor: pointer;
    float: right;
    padding-top: 25px;
}

    .btnZoomin:before {
        content: attr(data-hover);
        visibility: hidden;
        opacity: 0;
        width: max-content;
        background-color: black;
        color: white;
        text-align: center;
        border-radius: 5px;
        padding: 5px 5px;
        transition: opacity 1s ease-in-out;
        position: absolute;
        z-index: 1;
        right: 50px;
    }

    .btnZoomin:hover:before {
        opacity: 0.8;
        visibility: visible;
    }

.HelpIcon {
    width: 32px;
    height: 32px;
}

#community-links {
    display: none;
}

    #community-links ul {
        padding-top: 10px;
    }

        #community-links ul li {
            padding-top: 5px;
        }

    #community-links a {
        color: white;
        text-decoration: underline;
        padding-top: 5px;
    }

.community-hidden {
    background-color: black;
    color: white;
    top: 550px;
    right: 50px;
    height: 100px;
    width: 250px;
    position: fixed;
    z-index: 9999999;
}

#iph-container {
    z-index: 2147483647
}

#iph-wrapper .zdOpenWidgetButtonContainer .zdOpenWidgetButton {
    display: none;
}


#helpbar {
    right: 0px;
    height: 200px;
    width: 50px;
    background-color: black;
    position: fixed;
    top: 500px;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
    z-index: 9999999;
}
