table.forumh {
        background: #24140c;
        width: 100%;
        margin: 0px auto auto;
        clear: both;
}

table.forumh h3 hr{
   width:98%;
   filter:alpha(opacity=60);
   opacity:0.6;
}

table.forumh h3.forumdisplay{
   text-align:center;
}

table.forumh h3  img {
   margin-right:1px;
   vertical-align:text-bottom;
   max-width:30px;
   max-height:25px;
   filter:alpha(opacity=60);
   opacity:0.6;
}

table.forumh h3 span {
    font-size: 12px;
    color: #c58b45;
}

table.forumh ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
}

table.forumh ul li {
        width: 50%;
        list-style: none;
        margin-bottom: 3px;
        float: left;
}

table.forumh ul li table {
        background: #3a2416;
        width: 98%;
        min-height: 300px !important;
        margin: auto auto;

        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: 250px;
}

table.forumh ul li table td img {
   max-width:150px;
   max-height:120px;
}

table.forumh ul li table div {
    font-size: 20px;
    color: #ead0a1;
}

table.forumh ul li table div.last {
    font-size: 12px;
    color: #c8a878;
}

.subforums {
    height: 60px;
    overflow: auto;
    background: #24140c;
}

.subforums::-webkit-scrollbar {
    width: 2px;
    background: #3a2416;
    border-radius: 5px;
}

.subforums::-webkit-scrollbar-thumb {
    background: #c58b45;
}

.topics {
  padding: 7.5px 0;
  text-align: center;

  margin-top: 5px;
  margin-left: 45px;
  float: left;
  font-size: 12px;
  font-family: 'Open Sans';
  box-sizing: border-box;
  color: #ead0a1;
}