#reciteme-button {
    /* Button Styling and Placement */
    /*background: #00344c;*/
    width: 55px;
    height: 55px;
    top: 2%;
    right: 0;

    position: fixed;
    border-radius: 50%;
    z-index: 99999;
    cursor: pointer;
    display: none;
}

#reciteme-button:hover {
    /* Hover Color */
    /*background: #e9322e;*/
}

#reciteme-button img {
    /** Button Image Size */
    width: 55px;
    height: 55px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}