.five9-chat-button {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: inline-block;
    position: relative;
    height: 38px;
    border: none;
    border-radius: 10px 10px 0 0;
    margin: 0;
    padding: 10px 12px 0 39px;
    /* background: #c00 !important;*/
    color: white;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    cursor: pointer;
}

/* this can't be done because the view is loaded inside an iframe 
.ui-page-theme-a.ui-btn:hover, .five9-action-btn.ui-btn{
     background: #c00 !important; 
}
*/

/* This make sure chat button doesn't overlap the chat window that popups */
#five9-minimize-button {
    z-index: 10;
}
.five9-frame #embedded-frame {
    z-index: 20;
    position: relative;
}