/* Increase last post by column on forum page */
.forumbit_nopost .forumhead .forumtitle { min-width: 66%; }
.forumbit_post .foruminfo {
min-width:30%;
width:47%;
}
.forumbit_nopost .forumhead span.forumlastpost, .forumbit_post .forumhead span.forumlastpost, .forumbit_post .forumrow .forumlastpost {
width:32%;
}
.lastpostby, .lastpostdate {
color: gray;
}

.ability_table {
    width: 100%;
    border-style: none;
    margin: 0px; display: inline-block;
    margin-bottom: 5px;
    border-style: outset;
    border-width: 1px;
    border-color: #CCCCCC;
    color: black;
    background-color: #FFF8C6;
   -moz-border-radius: 5px;
    padding: 1px 4px 1px 4px;
    line-height: 1.4em;
}

.ability_table td {
   border-style: none;
   padding: 0px;
}

.ability_desc_table {
   width: 100%;
   border-width: 0px;
   border-spacing: 0px;
   margin: 0px; display: inline-block;
}

.ability_desc_table td {
   padding: 0px;
   border-style: none;
}
 