/* -- ssg34 comment engine related styles -- */

#ssg34-comment-form {
    display: none;
}
#ssg34-comment-error {
    color: brown;
}
#ssg34-comment-container {

}
.ssg34-comment-entry {
    margin-top: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-top: thin dotted lightgray;
}

.ssg34-comment-entry a {
    font-size: small;
    color: gray;
    cursor: pointer;
    text-decoration: none;
}

.ssg34-comment-entry a:hover {
    color: dimgray;
    text-decoration: underline;
}

.ssg34-comment-title {
    color: black;
    font-size: large;
}

.ssg34-comment-title a {
    color: black;
    font-size: large;
}

.ssg34-comment-reply {
    padding-left: 40px;
}
.ssg34-comment-time {
    color: gray;
    font-size:small;
}
