﻿html, body {
    margin:0;
    padding:0;
}

#TDOCloudChatBot #TDOCloudChatBotInner a {
    color:#fff!important;
}

#TDOCloudChatBot {
    border:5px solid #b1b1b1;    
    width:300px;
    height:400px;
    overflow-y:scroll;
    box-sizing:border-box;
}

#TDOCloudChatBotInner {
    min-height:400px;
    display:flex;
    align-items:flex-end;
    background-color:#fff;
}

@media all and (max-width:380px)
{
    
}