.comment-moderation-rules {
    padding: 20px;
    background: #e2e7ea;
}

.comment-moderation-logo {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #c0c7cc;
}

.comment-moderation-rules h3 {
    font-family: "Helvetica Neue",arial,sans-serif;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}

.comment-moderation-rules p {
    margin-bottom: 14px;
    font-size: 14px;
}

.comment-moderation-rules-link {
    text-align: center;
    margin-bottom: 12px;
}

.comment-moderation-rules-link a {
    display: inline-block;
    background: #68b040;
    color: #fff;
    font-family: "Helvetica Neue",arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.comment-moderation-rules-details {
    padding: 20px;
    background: #737e86;
}

.comment-moderation-rules-details p {
    color: #f2f2f2;
    margin-bottom: 0;
}
.comment_moderation_rules_image {
    float: left;
    margin-right: 20px;
}
