
/** sh.accessibly.css **/ 


/*** /assets/253c428e/sh/sh.accessibly.css ***/

html {
    transition: transform 0.2s ease-in-out;
    transform-origin: 0 0;
}

#sh-accessibly {
    background-color: aliceblue;
    font-size: 1.5em;
    color: black;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    z-index: 9999;
}

.sh-accessibly-button {
    color: black;
    cursor: pointer;
}

.sh-accessibly-button:hover {
    color: red;
    /* no underline */
    text-decoration: none;
}