.site_logo {
  background-image: url("./images/neo-arcadia.gif");
  width: 335px;
  height: 58px;
}
.forumbg, .forabg {
  background-color: #006699;
  background-image: url("./images/cellpic3.gif");
}
li.header dt, li.header dd,
.forumbg .header a, .forabg .header a, th a {
  color: #FFA34F;
}
.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
  color: #FFA34F;
}
@media (min-width: 701px) {
  .postprofile {
    float: left;
    border: none;
  }
  .postbody {
    float: right;
    border: 1px solid #d5dbe0;
    border-width: 0 0 0 1px;
    padding-left: 5px;
  }


}

@media (max-width: 700px) {
  .post .postprofile {
    overflow: visible;
  }
  .postprofile .avatar img {
    max-height: 64px;
  }
  .postprofile dd.profile-rank, .search .postprofile dd {
    display: none;
  }
  .postprofile dd {
    display: block;
  }
  .postprofile .username {
    font-size: 1.4em;
  }  
  .postbody h3 {
    font-size: 1.2em;
  }
  .topic-poster {
    float: none;
  }
}

.post {
  padding: 0 10px;
}
.online {
  background-image: url("./images/icon_user_online_left.gif");
  background-position: -8px -8px;
}
.topiclist .pagination {
  float: left;
}
.topiclist .pagination > ul > li {
  vertical-align: top;
}
.icon.icon-red, a:hover .icon.icon-red {
  color: #FFA34F;
}
blockquote {
  background-color: #FAFAFA;
}
blockquote blockquote {
  background-color: #EFEFF9;
}
blockquote blockquote blockquote {
  background-color: #EAEAF5;
}
.bbcodeyoutube {
  width: 100%;
  max-width: 535px;
}
.row .pagination {
  margin-top: 0;
  margin-right: 5px;
}
ul.topiclist li.row dl {
  display: flex;
}

.bbcode-table-user {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.bbcode-table-user th {
    background-color: #4692BF;
    color: #ffffff;
    text-align: left;
}

.bbcode-table-user th,
.bbcode-table-user td {
    padding: 12px 15px;
}

.bbcode-table-user tr {
    border-bottom: 1px solid #dddddd;
}

.bbcode-table-user tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.bbcode-table-user tr:last-of-type {
    border-bottom: 2px solid #4692BF;
}

.bbcode-table-user-invisible {
    box-shadow: none;
}

.bbcode-table-user-invisible th {
    background-color: transparent;
}

.bbcode-table-user-invisible tr {
    border-bottom: none;
}

.bbcode-table-user-invisible tr:nth-of-type(even) {
    background-color: transparent;
}

.bbcode-table-user-invisible tr:last-of-type {
    border-bottom: none;
}





