 
.triangle-right.left {
    margin-left: 40px;
    float: right;
}
.triangle-right p {
    margin-bottom: 0;
}
.triangle-right {
    width: 100%;
    position: relative;
    padding: 10px;
    margin: 2px 0 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.nobubble {
    padding: 0px;
    margin: 0px;
}

.chat-window {
    box-shadow: 0px;
}

.chatmsg {
    padding-left: 30px !important;
}

.line2 {
    font-size: .8em;
}

.who img {
    margin-bottom: -5px;
}
.who {
        position: absolute;
margin-left: -95px;
    margin-top: -14px;
}

.time {
    
    float: right;
    font-size: .8em;
    
}

.statusline {
    position: absolute;
    z-index: 1000;
        font-size: .9em;
}

.chat p { margin: 0; }


.triangle-right.left:not(.nobubble):after {
    top: 16px;
    left: -30px;
    bottom: auto;
    border-width: 15px 30px 0 0;
    border-color: transparent #336a86;
}
.triangle-right:not(.nobubble):after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50px;
    border-width: 20px 0 0 20px;
    border-style: solid;
    border-color: #336a86 transparent;
    display: block;
    width: 0;
}

.userlist li {
    line-height: 36px;
    padding-left: 5px;
    border-bottom: 1px solid #d9edf7;
    border-left: 1px solid #d9edf7;
}

.triangle-right.right {
    margin-right: 25px;
}

.triangle-right .who {
    display: none;
}

.nobubble {
    float: left;
    width: calc(100% + 25px);
    margin-left: -25px !important;
}

.triangle-right.right:after {
    top: 16px;
    right: -30px;
    bottom: auto;
    left: auto;
    border-width: 15px 0 0 30px;
    border-color: transparent #336a86;
}

.triangle-right.alert-success:after { 
    border-color: #557946 transparent;
}

.triangle-right.left.alert-success:after {
    border-color: transparent #557946;
}

.triangle-right.right.alert-success:after {
    border-color: transparent #557946;
}