/*
 * Showcase Content Management System
 * Styling for Comments
 *
 * Copyright (C) Damian Walker 2016
 * Created: 13-Feb-2016
 */

/* post message */
.comments .message {
    font-weight: bold;
    font-style: italic;
}

/* comment signature */
.comments .signature {
    font-style: italic;
}

/* hide honeypot field */
.comments .email_2 {
    display: none;
}
