@import url('wc-second.css');

#news_text {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px dashed #000000;
}
#news_url {
    font-size: 0.9em;
    margin-bottom: 0.5em;
}
#news_submitted {
    font-size: 0.8em;
    color: #687955;
}
#news_reviewed {
    font-size: 0.8em;
    color: #687955;
}

#comments {
    border-top: 1px solid #000000;
}
.comment {
    border-bottom: 1px dashed #000000;
    margin-bottom: 1em;
}
.comment_author {
    font-weight: bold;
}
.new_comment {
    margin-top: 1em;
}
.del_comment {
    font-weight: normal;
}
