/* Chat.css */

#chat-button {
    position: fixed;
    bottom: 0px;
    right: 35px;
    font-family: Entypo;
    font-size: 56pt;
    color: #008cff;
    cursor: pointer;
}

#chat-button:hover {
    color: #ec008b;
}

#chat-button:hover::before {
    content: 'Get some help!';
    font-family: 'Source Sans Pro';
    font-size: 12pt;
    vertical-align: middle;
    margin-right: -1em;
}
