@media (min-width: 880px) and (min-height: 730px) {

    #passhelper {
        height: calc(100% - 120px);
        display: block;
        right: 0;
        bottom: 0;
        font-family: "Helvetica Neue";
    }

        #passhelper #mainWindow {
            display: none;
            width: 25%;
            min-width: 350px;
            height: 59em;
            position: fixed;
            right: 4%;
            top: 11em;
            overflow: auto;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
            background-color: white;
        }

        #passhelper #bottomNav {
            display: none;
            position: fixed;
            right: 4%;
            top: 70em;
            width: 25%;
            min-width: 350px;
            height: 35px;
            border-radius: 0 0 8px 8px;
            background-color: #f4f4f4;
            font-family: "Open Sans", sans-serif;
            /*box-shadow: 0 -10px 10px 1px rgba(0, 0, 0, 0.1);*/
        }

            #passhelper #bottomNav span {
                margin: 5px 15px;
                padding: 5px;
                border-radius: 16px;
                color: #9c9c9c;
                cursor: pointer;
                transition: all 0.3s ease-in-out;
            }

        #passhelper #show_me {
            position: absolute;
            width: 100px;
            left: 50%;
            margin-left: -50px;
            border-radius: 16px;
            color: #132c6e;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            text-align: center;
            font-size: initial;
        }

            #passhelper #show_me:hover {
                text-decoration: underline;
            }

        #passhelper #fakeShowMe {
            position: absolute;
            width: 100px;
            left: 50%;
            margin-left: -50px;
            border-radius: 16px;
            color: #132c6e;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            text-align: center;
            font-size: initial;
        }

    @media (min-width: 1200px) {
        #passhelper #buttonArea {
            position: absolute;
            right: 28%;
            top: 7.5em;
        }
    }

    @media (max-width: 1200px) {
        #passhelper #buttonArea {
            position: fixed;
            right: 400px;
            top: 42.5em;
        }
    }

    #passhelper #mainButton {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: #05d6ee;
        color: white;
        text-align: center;
        font-size: 17px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        font-family: "Open Sans", sans-serif;
    }

        #passhelper #mainButton span {
            height: 60px;
            align-content: center;
        }

    #passhelper .img_btn {
        font-style: italic;
        text-decoration: underline;
        transition-duration: 300ms;
        cursor: pointer;
    }

        #passhelper .img_btn:hover {
            color: white;
            background-color: #5f88d0;
            border-radius: 8px;
            padding: 5px;
            text-decoration: none;
            font-style: normal;
        }

    #passhelper .rotated {
        transform: rotate(-45deg);
    }

    #passhelper .unselectable {
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Chrome/Opera */
    }

    #passhelper .pointerBubble {
        transform: rotate(-12.5deg);
        position: absolute;
        float: right;
        height: 0;
        width: 0;
        border-radius: 50%;
        transition: all 0.5s ease;
        color: white;
        text-align: center;
    }

    #passhelper .unclicked {
        height: 40px;
        width: 40px;
        padding-top: 10px;
        padding-left: 6.5px;
        font-size: 20px;
        background-color: #05d6ee;
    }

    #passhelper .clicked {
        height: 30px;
        width: 30px;
        padding-top: 7px;
        padding-left: 4px;
        font-size: 15px;
        background-color: #06c2d8;
    }
}

@media (max-width: 879px), (max-height: 729px) {
    #passhelper {
        display: none;
    }
}
