#comments > article.comment.even {
    background: rgba(0,0,0,0.07);
}

#comments div.indented {
    border-left:4px solid #002c62;
    background-color: rgba(0,0,0,0.07);
}

.comment .submitted {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #808080;
}

#comments > article.comment .comment-header {
    background-color: #93cffb;;
    color: #002c62;
    font-family: sans-serif;
    padding: 5px 10px;
}

#comments > article.comment .comment-header a {
    color: #002c62;
    font-family: sans-serif;
}

.indented .comment-header {
    background-color: rgba(0,0,0,0.2);
    padding-left: 10px;
    font-family: sans-serif;
    color:#002d62;
    padding:5px 10px;
}

.indented .comment-header a {
    font-family: sans-serif;
    color:#002d62;
}

.submitted {
    margin-top: 6px;
}

.submitted, .comment-content, nav.clearfix {
    margin-left: 10px;
}

article.comment {
    padding-bottom: 10px;
}

nav .links .comment-add {
    display: none;
}

section#comments h2.comment-title::after {
    content: " (visible to sponsors only)";
}