
#qiikchat-container{
    background-color: #fff;
    position: fixed;
    z-index: 9999995;
    animation: a2aFadeIn .2s ease-in;
    display: block;
    
    border-radius: 23px;
    float: left;
    background-repeat: no-repeat;
    background-image: url('qiikchat.svg');
    height: 46px;
    width: 46px;
    cursor: pointer;
    background-size: 41px 41px;
    background-position: center; 
    bottom: 10px;
    right: 10px;
    
    -moz-box-shadow:    inset 0 0 4px #000000;
    -webkit-box-shadow: inset 0 0 4px #000000;
    box-shadow:         inset 0 0 4px #000000;
}
#qiikchat-container:hover{
    background-color: #E6E6E6;
}
#qiikchat-a{
    padding: 4px;
    cursor: pointer;
    float: left;
    bottom: 0px;
    right: 0px;
}