/* #content { margin: 0; } */
/*  */
/* a { border: 0; } */
/* a:hover { text-decoration: underline; } */

#djangoForumList,
#djangoForumThreadList,
#djangoForumThreadPosts {
    border-collapse: collapse;
    margin-bottom: 10px;
/*     width: 100%;  */
}

#djangoForumList td,
#djangoForumThreadList td,
#djangoForumThreadPosts td {
    border: solid #c6c6c6 1px;
    padding: 6px;
    text-align: left;
}

#djangoForumList .djangoForumListDetails {
    width: 70%;
}

#djangoForumList .djangoForumListDetails .djangoForumStats {
    font-size: 80%;
}

.djangoForumListLastPost,
.djangoForumThreadLastPost {
 border-bottom: solid #c6c6c6 1px;
 text-align: center;

}

#djangoForumList th,
#djangoForumThreadList th,
#djangoForumThreadPosts th {
    background-color: #4F9EC9;
    border: solid #c6c6c6 1px;
    color: #fff;
    text-align: left;
    padding: 4px;
    vertical-align: top;
}

#djangoForumList th,
#djangoForumThreadList th{
    border-bottom:2px solid #79B933;
}

#djangoForumThreadPosts th { 
    border-right:2px solid #79B933; 
}
#djangoForumBreadcrumbs {
    margin-bottom: 20px;
}

.djangoForumThreadPostDetail {
    width: 100px;
    font-size: 80%;
    text-align: center;
}

.djangoForumPagination {
    display: inline;
}
#djangoForumNewThread input{
    width: 100%;
}
