#add_response{
   margin: 0 auto;
   width: 480px;
}

#add_response textarea {
   height: 100px;
}

.story_comment {
   border-bottom: 1px solid #c4c4c4;
   border-top: 1px solid #f7f7f7;
   padding: 15px 0;
}

.top_comment {
   border-top: 0;
}

.bot_comment {
   border-bottom: 0;
}

.comment_body {
   font-style: italic;
}

.comment_body, .comment_author {
   font-size: 12px;
   line-height: 18px;
}

.comment_author {
   margin-top: 10px;
}

.comment_author, .comment_time, .comment_date {
   margin-left: 10px;
}

.comment_date {
   color: #666;
   font-style: italic;
}

.comment_time {
   color: #888;
   font-style: italic;
}


.cf { clear: both; }
.cf20 { clear: both; height:20px; }
.team_list .team_box {
   background-color: #f4f4f4;
   float: left;
   margin-right: 20px;
   padding: 10px;
   max-width: 240px;
   width: 220px;
}
.team_list .team_box h3 { margin: 0 0 5px 0; }
.team_list .team_box a { display: block; }
.team_list .no_marg a { display: inline; }
.team_list .mr0 { margin-right: 0; }
