.top-links .navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
#reciteme-button {
    /* Button Styling and Placement */
    background: #00344c;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 0px;
    position: fixed;
    border-radius: 50%;
    z-index: 100;
    cursor: pointer;
}

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

#reciteme-button img {
    /** Button Image Size */
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
