/*
$Id: main.css,v 1.0 Exp $
vim: set ts=2 sw=2 sts=2 et:
*/
@media (min-width: 1200px) {
    .container{
        max-width: 100%;
    }
}

.comments .container div.iv-box {
    margin-top: 15px;
    font-size: 13px;
    line-height: normal;
    text-align: center;

}

.comments .container .iv-img {
    margin-top: 6px;
}

.panel-body  {
    word-break:normal;
}
#comment_message_err, #comment_message_suc {
    font-weight: bold;
}
