/***** Comments *****/

.commentSection {
    margin: 1em 0 0 0;
}

.commentSection h4 {
    font-weight: bold;
    font-size: larger;
}

.commentSection form {
    margin: 0 0 1em 0;
}

.commentSection form textarea {
    width: 98%;
}

.commentSection form img {
    vertical-align: middle;
}
 
.commentSection form input[type=text] {
    width: 6em;
}

.commentSection form input.hide {
    display: none;
}

.commentSection .comment {
    border: solid 1px #999;
    margin: 0 0 1em 0;
    padding: 0.5em;
}

.commentSection .comment .delete img {
    float: right;
    width: 16px;
    height: 16px;
    padding: 0 0 4px 4px;
}

