.stream p {
    margin: 0;
    padding: 0;
}

.stream_item {
    /*border-bottom: 1px solid #ccc;*/
    /*padding-bottom: .5em;*/
    margin-bottom: 1.5em;
}

.stream_answers {
    float: left;
    width: 5.25em;
    background: #eee;
    color: #666;
}

.stream_main {
    margin-left: 6em;
}

.stream_answers p {
    font-size: 2em;
    line-height: 1.5;
    text-align: center;
}

.stream_answers_none {
    background: #fcc;
}

.stream_author {
    float: left;
    white-space: nowrap;
}

.stream_author p {
    
}

.stream_lastPost {
    float: right;
}

.stream_lastPost p {
    
    text-align: right;
}

.stream_title h2 {
    margin: 0;
    padding: 0;
}

.stream_title h2 a:visited {
    color: #999;
}

.stream_subforum {
    background: #eee;
    padding: 1px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
}
