
    #chatbox
    {
        position: fixed;
        bottom: 0rem;
        right: 20rem;
        z-index: 99;
        width: 50rem ;
    }
    
    #chatbox-users
    {
        position: fixed;
        bottom: 0rem;
        right: 0rem;
        z-index: 99;
        width: 20rem ;
    }
    
    #chatbox-icon
    {
        position: fixed;
        bottom: 0rem;
        right: 0rem;
        z-index: 99;
        width: 70rem;
    }
    
    #users
    {
        width: 20rem ;
        height: 28.3rem;
        overflow:scroll;
    }
    
    #chat
    {
        width: 50rem ;
        height: 20rem;
        overflow:scroll;
    }
    #widget-head
    {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #fff;
        color: #ffffff;
        font-size: 13px;
        font-weight: bold;
        padding: 8px 15px;
        background: -webkit-linear-gradient(top, #3EBCA1, #20396D);
    }
