/*
    Reactive and proactive controls
*/
#floating_chat_button {
    width:130px;
    height:46px;
    position:fixed;
    right:0px;
    bottom:0;
    cursor:pointer;
    z-index: 9999;
}

#chat_invitation_overlay {
    display:none;
    width:358px;
    height:216.5px;
    position:fixed;
    right:2px;
    bottom:2px;
    z-index: 9999;
}

#chat_invitation_overlay > img,#floating_chat_button > img {
    width:100%;
    height:100%;
}