#forum.portlet {
    padding-bottom: 10px;
}

table.forum {
    background: white;
    border-collapse: collapse;
    width: 100%;
    padding: 5px 0 10px;
}
    table.forum th, table.forum td {
        border-bottom: 1px #efefef solid;
        padding: 0.3em;
    }
    table.forum th {
        font-size: 1.1em;
        font-weight: bold;
        padding: 7px 5px;
        white-space: nowrap;
    }

    table.forum tr.odd {
        background: #E6F2FF;
    }


table.forum_posts {
    border: 0px;
    width: 100%;
}

table.forum_posts td {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px 0;
}

table.forum_posts .date {
    color: #666;
}

table.forum_posts .post_comment {
    padding-top: 5px;
    font-size: 1.2em;
}

table.forum_posts .actions {
    margin-top: 10px;
    font-size: 0.9em;
    text-align: right;
}

#forum.portlet table.forum_posts {
    background: #eee;
    border: 2px solid #efefef;
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
    padding: 3px;
}
    #forum.portlet table.forum_posts th {
        text-align: center;
        padding-bottom: 5px;
    }
    #forum.portlet table.forum_posts td {
        padding: 0;
        vertical-align: top;
        background: #fff;
        border: 1px solid #ccc;
    }
    #forum.portlet table.forum_posts h3.author {
        padding: 5px;
        border-bottom: 1px solid #eee;
        text-align: center;
    }
    #forum.portlet table.forum_posts .post-info {
        padding: 5px 5px 6px;
        margin-bottom: 5px;
        border-bottom: 1px solid #eee;
        text-align: right;
    }
    #forum.portlet table.forum_posts .date {
        color: #555;
    }
    #forum.portlet table.forum_posts .post_comment {
        padding: 5px;
    }
    #forum.portlet table.forum_posts .actions {
        padding: 5px 10px;
        border-top: 1px solid #CCC;
        height: 10px;
    }