﻿#chatParent {
 
    width: 300px;
    height: auto;
}

.chatWr {
    float: left;
    text-align: right;
}
.chatItem {
    clear: both;
    width: 304px;
    padding: 20px 20px;
    position: relative;
    margin: 30px auto;
    text-align: right;
    background-color: #fff9f4;
 
}


#sArtText p strong {
    font-size: 22px;
    font-family: almoniTzar700;
    margin: 27px 0 12px;
    font-weight: normal;
}