#info{ right:1px;display:inline-block;
	width:700px;vertical-align:top;
    font-size: 14px;
    padding:15px;margin:15px;
}
.container section{ 
	width:100%;
    font-size: 14px;padding:15px;margin: 15px;
}
#infobel{
    width:100%;
}
#adresses{
    width:100%;
}
.chat_action{
    padding: 10px;
    background: #fff0c3;
    color: #333;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
    text-align: left;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    word-wrap: break-word;
    max-width: 80%;
    text-align: right;
    list-style: none;
}
.chat_reaction{
    padding: 10px;
    background: #fff;
    color: #333;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    word-wrap: break-word;
    max-width: 80%;
    box-sizing: inherit;
    list-style: none;
}