/* hide the original widget - that there were no two labels on the screen*/
#jivo_chat_widget{
	display: none;
}

/* the default style - for offline messages if no one is online */
#jivo_custom_widget{
position: fixed;
    right: 25px;
    bottom: 25px;
    width: 65px;
    height: 65px;
    z-index: 300000;
    border-radius: 50%;
    cursor: pointer;
    background-image: url(images/jivo_widget1.jpg);
    background-size: cover;
    border: 5px solid green;
}



