/* Comment extension, https://github.com/GiovanniSalmeri/yellow-comment */
/* jacmgr modified the "clear:both in .comment.  messes with sidebar....  */
.comment {
    /* clear:both; */
    margin-bottom: 1em;
    padding: 0.5em;
    background-color: #f7f7f7;
    border-radius: 3px;
}
.comment-icon {
    float: left;
    margin-right: 1em;
}
.comment-message {
    display: none;
}
input:focus, textarea:focus {
    background-color: #FFFFCC;
}
.comment-name, .comment-date {
    display: inline;
}
.comment-name {
    font-weight: bold;
}
.comment-info {
    font-size: 0.85em;
}
form div {
    margin-bottom: 0.5em;
}
.separate {
    margin-bottom: 2em;
}
.comment-main {
    display: table-cell;
}
.comment-icon {
    display: table-cell;
}
.comment-form .form-control {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.incomplete, .invalid, .error {
    color: red;
    font-weight: bold;
}
.none, .done, .closed {
    font-weight: bold;
}
.comment-charcount {
    display: block;
    text-align: right;
}
