.chat-container{
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width: 340px;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 15px;
    z-index: 999;
}

.chat-button{
    width: 100%;
    /*height: 60px;*/
    padding-left: 0px;
    margin-bottom: 20px;
    cursor: pointer;
    user-select: none;
    /*background-color: #337AB7;*/
    text-align: center;
    color: white;
    border-radius: 50%;
}

.chat-button img{
    width: 75px;
    height: 75px;
}

data-content{
    background-color: black;
}
.chat-content{
    margin: 0;
    background-color: white;
    display: none;
}