/*
Стили блока обратной связи
*/

.container-right {
    text-align:right;
    padding-top:0px;
}

.comment-body {
    float:right;width:250px;
}

.comment-container {
    width:250px; padding:0px;background:#fff; border-radius:10px;margin-bottom:5px;border:1px solid #003a78;
}

.comment-container .blockquote {
    border:0px;padding:5px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.blockquote p {
    margin:0px !important;
}

.blockquoute p, .blockquoute footer {
    font-size:14px !important;

}

.comment-container hr {
    border-color:#888;margin:5px;
}

.container-right img{
    margin-bottom:5px;
}


