﻿#webchatContainer div#webchat ul li .webchat__stackedLayout__content .webchat__row div.bubble:not(.from-user) .webchat__bubble__content {
    background-color: #0093af;
}

#webchatContainer div#webchat ul li .webchat__stackedLayout__content .webchat__row div.from-user.bubble .webchat__bubble__content {
    background-color: #a8034f;
}

#webchatContainer div#webchat ul li .webchat__stackedLayout__content .webchat__row div.bubble div.ac-container button.ac-pushButton[style]:hover {
    background-color: #c3f5ff;
}

#webchatContainer div#webchat ul li .webchat__stackedLayout__content .webchat__row div.bubble div.ac-container button.ac-pushButton[style] > div[style] {
    color: #0093af;
}

#webchatContainer div#webchat div.main {
    border: none;
    border-top: 1px solid #383838
}

#webchatContainer div#webchat div.main > div button {
    width: 72px;
    min-width: 72px;
    max-width: 72px;
}

    #webchatContainer div#webchat div.main > div button:hover {
        background-color: white;
    }

    #webchatContainer div#webchat div.main > div button img {
        width: 60px;
        height: 30px;
        margin: 2px 6px 0px 6px;
    }
