body.forums h1.page-title {
    font-size: 190%;
}

/* Element level classes */

/* Standard classes for use in any page */
/* PhorumDesignDiv - a div for keeping the forum-size size */

.PDDiv {
    color: #333;
    font-size: 12px;
    width: 100%;
    text-align: left;    
}

.PDDiv p {
    margin: 0 0 10px 0;
}

.PDDiv td, .PDDiv th {
    color: #333;
    font-size: 12px;
    
}

.PDDiv img {
    border-width: 0px;
    vertical-align: middle;
}

.PDDiv a {
    text-decoration: none;
}

.PDDiv a:hover {
    color: #5C5CA6;
}

.PDDiv input[type=text], input[type=password], input[type=file], select {
    background-color: White;
    color: Black;
    font-size: 12px;
    

    vertical-align: middle;

}

.PDDiv textarea {
    background-color: White;
    color: Black;
    font-size: 12px;
    font-family: Lucida Console, Andale Mono, Courier New, Courier;
}

.PDDiv input[type=submit] {
    border: 1px dotted #808080;
    background-color: #5f95c4;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
}

.PDDiv input {
    vertical-align: middle;
}


/* new styles */

#phorum-index {
    width: 100%;
    border: 1px solid #ddd;
    border-bottom-width: 0px;
    text-align: left;
}

#phorum-index th {
        font-weight: bold;
        font-size: 90%;
    border-bottom: 1px solid #ddd;
        background: #FDEFB3; 
    padding: 3px 0 3px 0;
    vertical-align: middle;
}

#phorum-index td {
    padding: 3px 0 3px 0;
    vertical-align: middle;
}

#phorum-index .folder th {
    
}        

#phorum-index tr.folder th {
    padding: 10px 15px;
    color: #fff;
    background-color: #3E78A6;
}
#phorum-index .forum-bottom td {
    border-bottom: 1px solid  #ddd;
    padding: 0px 0px 0px 25px;
    font-size: 120%;
}

#phorum-index th.forum-name {
    font-size: 16px;
    font-weight: bold;
    padding: 6px 0px 6px 6px;
}

#phorum-index th.forum-name a {
    color: #fff;
}

#phorum-index th.forum-threads {
      width: 70px; 
    text-align: center;
}

#phorum-index th.forum-posts {
      width: 70px; 
    text-align: center;
    vertical-align: middle;
}

#phorum-index th.forum-last-post {
        text-align: center;
    padding: 3px 15px 3px 3px;
}

#phorum-index td.forum-name {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0 5px 15px;
}

#phorum-index td.forum-name a {
    color: #004E61;
}


#phorum-index td.forum-name small {
}

#phorum-index td.forum-threads {
    /* width: 120px; */
    text-align: center;
}

#phorum-index td.forum-posts {
   /* width: 120px; */
    text-align: center;
}

#phorum-index td.forum-last-post {
        text-align: right;
    width: 120px;
    padding: 0 15px 0 0;
}

#phorum-index tr.forum td {
    padding-top: 10px;
}

#phorum-index .forum-stats-links {
    font-size: 80%;
    color: #666;
    display: none;
}

#phorum-menu-table {
    width: 100%;
    border-width: 0px;
}

#phorum-menu {
    padding: 5px 3px 0 0;
    vertical-align: top;
    width: 200px;
}

#phorum-content {
    padding: 5px 0 0 2px;
    vertical-align: top;
}

div.phorum-menu {
    font-size: 12px;
    
    background-color: White;
    padding: 3px;
}

div.phorum-menu ul {
    font-weight: bold;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

div.phorum-menu li {
    font-weight: bold;
    font-family: Lucida Sans Unicode, Lucida Grande, Arial;
    font-size: 12px;
    padding: 0 0 0 15px;
    margin-top:3px;
    background-image: url("/templates/mysql/images/square_bullet.png");
    background-repeat: no-repeat;
    background-position: 1px 2px;
}

div.phorum-menu a {
    font-weight: normal;
    color: #000000;
}

div.phorum-menu a:hover {
    color: #5C5CA6;
}

div.phorum-menu a.phorum-current-page {
    font-weight: bold;
}

#phorum-post-form ul {
    padding: 0 0 0 20px;
    margin: 3px 0px 8px 0px;
    font-size: 11px;
}

#phorum-post-form li {
    margin-bottom: 3px;
}

#phorum-attachment-list td {
    font-size: 11px;
}



/* new class for layouting the submit-buttons in IE too */
.PhorumSubmit {
    border: 1px dotted #808080;
    color: Black;
    background-color: #EEEFDE;
    font-size: 12px;
    
    vertical-align: middle;
}

.PhorumTitleText {
    color: #555F55;
}

.PhorumStdBlock {
    font-size: 12px;
    border: 1px solid #ddd;
    background-color: White;
    padding: 3px;
    text-align: left;
}

.PhorumStdBlockHeader {
    font-size: 12px;
    
    background-color: #eee;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 3px;
    text-align: left;
}

.PhorumHeaderText {
    font-weight: bold;
}

.PhorumNavBlock {
    font-size: 12px;    
    border: 1px solid #ddd;
    margin-top: 1px;
    margin-bottom: 4px;
    background: #eee;
    /*background: url("/common/images/insideshadow.gif");*/
    padding: 4px;
}

.PhorumNavHeading {
    font-weight: bold;
}

.fbuttonbox {
    float: left; 
    padding-bottom: 20px; 
    margin-right: 20px;
}

.forumbutton, .PhorumNavLink {
    background: #eee;
    /*background: url("/common/images/insideshadow.gif");*/
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 8px 2px 8px;
    color: #222;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    text-decoration: none;
}

a.forumbutton, a.PhorumNavLink { color: #222; }
a.forumbutton:hover { 
    color: #004E61;
    border: 1px solid #666;
    }
a.forumbutton:active { color: #E2E9EB; }

.PhorumNavLink {
    font-size: 12px;
}

a.PhorumNavLink {
    font-weight: normal;
    padding: 3px;
}

.PhorumNavBlock a.PhorumNavLink, .PhorumReadNavBlock a.PhorumNavLink {
    color: #004E61;
    border: none;    
    margin-right: 8px;
    background: none;
}

A.PhorumNavLink:hover {
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #aaa;
    border-width: 1px;
}



.PhorumSelectedFolder {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-family: Lucida Sans Unicode, Lucida Grande, Arial;
    font-size: 12px;
    border-style: solid;
    border-color: #EEEFDE;
    border-width: 1px;
    padding: 0px 4px 0px 4px;
}


.PhorumFloatingText {
    padding: 10px;
    font-family: Lucida Sans Unicode, Lucida Grande, Arial;
    font-size: 12px;
}

.PhorumHeadingLeft {
    padding-left: 3px;
    font-weight: bold;
}

.PhorumUserError {
    padding: 10px;
    text-align: center;
    color: Red;
    font-size: 16px;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
}

.PhorumOkMsg {
    padding: 10px;
    text-align: center;
    color: DarkGreen;
    font-size: 16px;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
}

.PhorumNewFlag {
    
    font-size: 10px;
    font-weight: bold;
    color: #CC0000;
}

.PhorumNotificationArea {
    float: right;
    border-style: dotted;
    border-color: #808080;
    border-width: 1px;
}

/* PSUEDO Table classes                                       */
/* In addition to these, each file that uses them will have a */
/* column with a style property to set its right margin       */

.PhorumColumnFloatXSmall {
    float: right;
    width: 75px;
}

.PhorumColumnFloatSmall {
    float: right;
    width: 100px;
}

.PhorumColumnFloatMedium {
    float: right;
    width: 150px;
}

.PhorumColumnFloatLarge {
    float: right;
    width: 200px;
}

.PhorumColumnFloatXLarge {
    float: right;
    width: 400px;
}

.PhorumRowBlock {
    background-color: White;
    border-bottom: 1px solid #F2F2F2;
    padding: 15px 0px 5px 0px;
}

.PhorumRowBlockAlt {
    border-bottom: 1px solid #F2F2F2;
    padding: 15px 0px 5px 0px;
}

/************/


/* All that is left of the tables */

.PhorumStdTable {
    border-style: double;
    border-color: #ddd;
    border-width: 1px;
      width: 100%;
}

.PhorumTableHeader {
    background: #eee;
    /*background-color: #FFFFCC;*/
    /*background: url("/common/images/insideshadow.gif");*/
    border-bottom-style: solid;
    border-bottom-color: #ddd;
    border-bottom-width: 1px;
    font-size: 12px;
    font-family: Lucida Sans Unicode, Lucida Grande, Arial;
    font-weight: bold;
    padding: 3px;
}

.PhorumTableRow {
    background: white;
    border-bottom-style: solid;
    border-bottom-color: #F2F2F2;
    border-bottom-width: 1px;
    color: Black;
    font-size: 12px;
    
    height: 35px;
    padding: 3px;
    padding-top: 6px;
}

.PhorumTableRowAlt {
    background: white;
    border-bottom-style: solid;
    border-bottom-color: #F2F2F2;
    border-bottom-width: 1px;
    color: #000000;
    font-size: 12px; 
    height: 35px;
    padding: 3px;
    padding-top: 6px;
}

.PhorumTableRow.thread {
    font-weight: bold;
}

.PhorumTableRowAlt.thread {
    font-weight: bold;
}

.PhorumStdTable tr.thread td {
    border-top: 1px solid #999;
    background: #DAE6EA;
}

.PhorumStdTable tr.post td:first-child {
    padding-left: 15px;
}

.PhorumStdTable th.subject {
    padding-left: 8px;
}

table.PhorumFormTable td {
    height: 26px;
}

/**********************/


/* Read Page specifics */

.PhorumReadMessageBlock {
    margin-bottom: 5px;
}

.PhorumReadBodySubject {
    background: #eee;
    /*background: url("/common/images/insideshadow.gif");*/
    border: 1px solid #ddd;
    color: Black;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 4px;
    margin-bottom: 6px;
}

.PhorumReadBodyHead {
    background: #eee;
    padding: 3px 5px 3px 10px;
}

.PhorumReadBodyText {
    font-size: 105%;
    /*border: 1px dashed #ccc;*/
    line-height: 1.6;
    padding: 6px;
}

.PhorumReadNavBlock {
    font-size: 12px;
    
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #eee;
    padding: 2px 3px 2px 3px;
}

/********************/

/* List page specifics */

.PhorumListSubText {
    color: #707070;
    font-size: 10px;
    font-family: "Bitstream Vera Sans", Arial, sans-serif;
}

.PhorumListPageLink {
    color: #707070;
    font-size: 10px;
    font-family: "Bitstream Vera Sans", Arial, sans-serif;
}

.PhorumListSubjPrefix {
    font-weight: bold;
}

/********************/

/* Posting editor specifics */

.PhorumListModLink, .PhorumListModLink a {
    color: #707070;
    font-size: 10px;
    font-family: "Bitstream Vera Sans", Arial, sans-serif;
}

.PhorumAttachmentRow {
    border-bottom: 1px solid #EEEFDE;
    padding: 3px 0px 3px 0px;
}

/********************/

/* PM specifics */

.phorum-recipientblock {
    border: 1px solid black;
    position:relative;
    float:left;
    padding: 1px 1px 1px 5px;
    margin: 0px 5px 5px 0px;
    font-size: 11px;
    background-color: White;
    border: 1px solid #808080;
    white-space: nowrap;
}

.phorum-pmuserselection {
    padding-bottom: 5px;
}

.phorum-gaugetable {
    border-collapse: collapse;
}

.phorum-gauge {
    border: 1px solid #808080;
    background-color: #EEEFDE;
}

.phorum-gaugeprefix {
    border: none;
    background-color: white;
    padding-right: 10px;
}

/********************/

/* Class to make forum list in "Move Thread" readable in IE */

.MoveToForumList {
    font-size: 12px;
    font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
}

/********************/

/* Override classes - Must stay at the end */

.PhorumNarrowBlock {
    margin: 0 auto;
    max-width: 600px;
    border: 1px solid #ccc;
}

.PhorumSmallFont {
    font-size: 11px;
}

.PhorumLargeFont {
    color: Black;
    font-size: 16px;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
}


.PhorumFooterPlug {
    margin-top: 10px;
    font-size: 10px;
    font-family: "Bitstream Vera Sans", Arial, sans-serif;
}



/*   BBCode styles  */

blockquote.bbcode {
    font-size: 11px;
    margin: 0 0 0 10px;
}

blockquote.bbcode div {
    margin: 0;
    padding: 5px;
    border: 1px solid #808080;
}

blockquote.bbcode strong {
    font-style: italic;
    margin: 0 0 3px 0;
}

/* Remove display: table* so overflow-x will work */
#page,
#main {
    display: block;
}

#content {
    padding-top: 0;
}

/* Header button box */
.hbuttonbox {
    float:left;
    margin-right: 30px;
    padding-top: 20px;
}

/* Pagination Styles */
.forum-pagination {
    display: inline-block;
    float: left;
    padding-bottom: 20px;
    padding-top: 20px;
}

.hbuttonbox .forum-pagination {
    padding-top: 0;
}
.forum-pagination a,
.forum-pagination .spacer,
.forum-pagination .page-label {
    color: #333;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;    
}

.forum-pagination .spacer {
    padding: 8px 0;
}

.forum-pagination .page-label {
    font-size: 140%;
    padding-left: 0px;
}

.forum-pagination a.active {
    background-color: #5f95c4;
    color: #fff;
    border-radius: 5px;
}

.forum-pagination a:hover:not(.active) {
    background-color: #285a86;
    border-radius: 5px;
    color: #fff;
}



/* Override some callout styles */
.callout{
    width: 100%;
    margin: 40px 0 30px 0;
    float: left;
    clear: both;
    font-size: 85%;
}

/* Default Button Style */
.PDDiv input[type="submit"].forum-btn,
a.forum-btn, input.forum-btn,
a.forum-btn-small {
    background-color: #5f95c4;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    padding: 8px 20px;
    display: inline-block;
    cursor: pointer;
    font-size: 100%;
    -webkit-border-radius: 4;
       -moz-border-radius: 4;
            border-radius: 4px;    
    -webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;    
}

a.forum-btn-small {
    padding: 3px 10px;
    margin: 0 5px;
}

input.forum-btn.disabled,
input.forum-btn.disabled:hover {
    background-color: #f7f7f7;
    color: #888;
}

.PDDiv input[type="submit"].forum-btn:hover,
a.forum-btn:hover, input.forum-btn:hover,
a.forum-btn-small:hover {
    text-decoration: none;
    background-color: #285a86;
    color: #fff;
}

.header-search-box {
    font-size: 140%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 7px 12px;
}

#header-search-form {
    /*float: right;*/
    position: absolute;
    top: 255px;
    right: 60px;
}

#header-search-form a {
    display: inline-block;
    float: right;
    padding: 6px 13px 0 0;
}

.header-banner {
    padding: 30px 60px;
    vertical-align: middle;
    line-height: 1.0;
    background: rgb(230,230,230); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(230,230,230) 0%, rgb(255,255,255) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgb(230,230,230) 0%,rgb(255,255,255) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgb(230,230,230) 0%,rgb(255,255,255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.header-banner-icon,
.header-banner-text {
    display: inline-block;
    vertical-align: middle;
}

.header-banner-icon {
    font-size: 500%;
    color: #5f95c4;
}

.header-banner-text {
    font-size: 250%;
    font-weight: normal;
    padding: 0 10px 0 30px;
    line-height: 1.1;
}

.header-banner-subtitle {
    font-size: 50%;
}

.phorum-subject-prefix {
    font-weight: bold;
}

.phorum-subject-posts {
    display: none;
}

.phorum-new-flag {
    font-size: 10px;
    font-weight: bold;
    color: #CC0000;
}

.phorum-list-mod-link, a.phorum-list-mod-link,
.phorum-list-sub-text {
    color: #707070;
    font-size: 75%;
}

.phorum-topic-next-prev {
    float: right; 
    padding-bottom: 10px;
    margin-top: -40px;
}

.phorum-message-wrapper {
    border: 1px solid #ddd;
}

.phorum-message-subject,
.phorum-message-subject-smaller {
    font-size: 180%;
    font-weight: 400;
    padding: 15px 20px;
    background: #eaf4f7;
    line-height: 1.6;
}

.phorum-message-subject-smaller {
    font-size: 140%;
    padding: 10px 20px;
}

.phorum-message-envelope {
    color: #777;
    font-size: 90%;
    padding: 10px 20px;
    background: #f2f2f2;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.phorum-message {
    padding: 10px 20px;
    font-size: 115%;
    line-height: 1.5;
    overflow: auto;
    width: 99%;
}

.phorum-message-navigate {
    float: right;
}

.attention {
    text-align: center;
    padding-bottom: 20px;
}

#phorum-post-form {
    font-size: 110%;
    width: 800px;
    margin: 0 auto;
    background: #f0f0f0;
    padding: 0 35px 15px 0;
}

.posting-header {
    font-size: 180%;
    font-weight: 400;
    padding: 25px 0;
    text-align: center;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    margin-left: 35px;
}

.posting-row input,
.posting-row select,
.posting-row textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 3px 5px;
}

.posting-row {
    padding-bottom: 8px;
    text-align: left;
    vertical-align: top;
}
#phorum-post-form textarea {
    vertical-align: top;
    width: 600px;
}
.posting-row label {
    display: inline-block;
    width: 130px;
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
}

.posting-captcha {
    padding-left: 135px;
}

.posting-captcha label {
    width: auto;
    padding-right: 10px;
    font-weight: normal;
    padding-top: 10px;
}

.posting-row label.label-left {
    width: auto;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

#spamhurdles_captcha_title {
    font-weight: bold;
    padding: 5px 0;
}

#spamhurdles_captcha_explain {
    padding-bottom: 15px;
}

.announcements td,
.announcements th {
    font-size: 105%;
    color: #333;
    padding: 5px 10px;
    height: auto;
}

table.announcements {
    border-right: none;
    border-left: none;
    margin-bottom: 20px;
}

.not-found {
    margin-top: -20px;
    font-size: 120%;
}

.tbl { display: table; }
.tbl-row, .tbl-head-row { display: table-row; }
.tbl-cell, .tbl-head-cell { display: table-cell; }

#tbl-phorum-index,
#tbl-std {
    width: 100%;
    border-bottom: 2px solid #4479a1;
    text-align: left;
    line-height: 1.6;
    color: #333;
}

#tbl-phorum-index .tbl-head-row,
#tbl-std .tbl-head-row {
    font-size: 130%;
    /*
    color: #fff;
    background: #4479a1;
    */
}
#tbl-phorum-index .tbl-head-cell,
#tbl-std .tbl-head-cell {
    background: #f2f2f2;
    border-bottom: 2px solid #4479a1;
    font-size: 100%;
    vertical-align: middle;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
}

.tbl-read-thread {
    border-bottom: 1px solid #ddd !important;
}

.tbl-read-thread .tbl-head-cell {
    border-bottom: none !important;
}

#tbl-phorum-index .tbl-folder .tbl-forum-name {
    font-size: 140%;
}

#tbl-phorum-index .tbl-cell,
#tbl-std .tbl-cell {
    display: table-cell;
    padding: 15px 25px;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    font-size: 105%;
}

#tbl-std .tbl-cell {
    padding: 5px 10px 5px 15px;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

#tbl-std .thread {
    background: #eaf4f7;
}

#tbl-std .thread .tbl-list-subject {
    font-weight: normal;
}

#tbl-std .tbl-list-written-by,
#tbl-std .tbl-list-posted {
    white-space: nowrap;
}

#tbl-phorum-index .tbl-forum .tbl-forum-name {
    font-size: 120%;
}

#tbl-phorum-index .tbl-forum-links,
#tbl-phorum-index .tbl-forum-threads,
#tbl-phorum-index .tbl-forum-posts,
#tbl-phorum-index .tbl-forum-last-post {
    text-align: center;
}

#tbl-phorum-index .tbl-forum-links {
    min-width: 125px;
}

#tbl-phorum-index .tbl-forum-threads,
#tbl-phorum-index .tbl-forum-posts {
    width: 70px;
}

#tbl-phorum-index .tbl-forum .tbl-forum-last-post {
    text-align: right;
    white-space: nowrap;
}

#tbl-phorum-index .tbl-folder a {
    /*color: #fff;*/
    color: #333;
}
#tbl-phorum-index .tbl-forum .tbl-forum-name a {
    font-weight: bold;
    font-size: 110%;
    margin-left: -10px;
}

@media (min-width: 1601px) { #header-search-form { right: 160px; } }
@media (min-width: 1801px) { #header-search-form { right: 260px; } }
@media (min-width: 2001px) { #header-search-form { right: 360px; } }
@media (min-width: 2201px) { #header-search-form { right: 460px; } }
@media (min-width: 2401px) { #header-search-form { right: 560px; } }

@media (max-width: 920px) {
    #tbl-phorum-index .tbl-forum .tbl-forum-last-post {
        white-space: normal;
        min-width: 140px;
    }
    .header-search-box {
        width: 130px;
    }
    
    #header-search-form {
        float: left;
        position: relative;
        top: 0px;
        left: 0px;
        display: inline-block;
        clear: both;
        padding-right: 20px;
    }
    #advanced-search-link {
        display: none;
    }
    #phorum-post-form {
        width: 600px;
    }
    #phorum-post-form textarea {
        vertical-align: top;
        width: 400px;
    }
    #header-search-form.page-post {
        display: none;
    }
    .phorum-topic-next-prev {
        float: none;
        display: block; 
        padding-bottom: 15px;
        margin-top: 0;
        clear: both;
    }
}

/* Reduce header banner */
@media (max-width: 800px) {
    .header-banner {
        font-size: 85%;
        padding: 25px 15px 15px 15px;
    }
}

@media (max-width: 700px) {
    #tbl-phorum-index .tbl-row, 
    #tbl-phorum-index .tbl-head-row,
    #tbl-phorum-index .tbl-cell, 
    #tbl-phorum-index .tbl-head-cell,
    #tbl-std .tbl-row, 
    #tbl-std .tbl-head-row,
    #tbl-std .tbl-cell, 
    #tbl-std .tbl-head-cell { 
        display: block; 
    }
    #tbl-phorum-index .tbl-folder .tbl-forum-links,
    #tbl-phorum-index .tbl-folder .tbl-forum-threads,
    #tbl-phorum-index .tbl-folder .tbl-forum-posts,
    #tbl-phorum-index .tbl-folder .tbl-forum-last-post,
    #tbl-std .tbl-head-row .tbl-list-views,
    #tbl-std .tbl-head-row .tbl-list-written-by,
    #tbl-std .tbl-head-row .tbl-list-posted,
    #tbl-std .tbl-head-row .tbl-list-posts,
    #tbl-std .tbl-head-row .tbl-list-started-by,
    #tbl-std .tbl-head-row .tbl-list-last-post,
    #tbl-std .tbl-row .tbl-list-views,
    #tbl-std .tbl-row .tbl-list-posts {
        display: none;
    }
    #tbl-phorum-index .tbl-forum-links,
    #tbl-phorum-index .tbl-forum-threads,
    #tbl-phorum-index .tbl-forum-posts,
    #tbl-phorum-index .tbl-forum .tbl-forum-last-post,
    #tbl-std .tbl-row .tbl-list-views,
    #tbl-std .tbl-row .tbl-list-written-by,
    #tbl-std .tbl-row .tbl-list-started-by,
    #tbl-std .tbl-row .tbl-list-last-post,
    #tbl-std .tbl-row .tbl-list-posted {
        width: 100%;
        text-align: left;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 95%;
    }

    #tbl-std .tbl-row .tbl-list-written-by,
    #tbl-std .tbl-row .tbl-list-posted {
        text-align: right;
        padding-right: 15px;
    }
    
    #tbl-std .tbl-row .tbl-list-started-by,
    #tbl-std .tbl-row .tbl-list-last-post {
        text-align: left;
        padding-left: 35px;
    }
    
    #tbl-std .tbl-row .phorum-list-sub-text {
        font-size: 100%;
    }
    
    #tbl-phorum-index .tbl-cell,
    #tbl-std .tbl-cell {
        border-top: none;
    }
    #tbl-phorum-index .tbl-head-cell {
        /*border-bottom: none;*/
    }

    #tbl-phorum-index .tbl-forum-threads,
    #tbl-phorum-index .tbl-forum-posts {
        display: inline-block;
        width: auto;
    }
    
    #tbl-phorum-index .tbl-forum-threads {
        padding-right: 0;
    }
    #tbl-phorum-index .tbl-forum-threads:before {
        content: "Threads: "
    }

    #tbl-phorum-index .tbl-forum-posts:before {
        content: "Posts: "
    }
    
    #tbl-phorum-index .tbl-forum-last-post:before {
        content: "Last Post: "
    }

    #tbl-std .tbl-list-written-by:before {
        content: "Written By: "
    }

    #tbl-std .tbl-list-posted:before {
        content: "Posted: "
    }

    #tbl-std .tbl-list-started-by:before {
        content: "Started By: "
    }

    #tbl-std .tbl-list-last-post:before {
        content: "Last Post: "
    }

    #tbl-phorum-index .tbl-forum .tbl-forum-last-post {
        padding-bottom: 15px;
    }

    #tbl-std .tbl-row .tbl-list-posted,
    #tbl-std .tbl-row .tbl-list-last-post {
        padding-bottom: 10px;
    }

    #tbl-phorum-index .tbl-forum .tbl-forum-name,
    #tbl-std .tbl-list-subject {
        border-top: 1px solid  #ddd;
        padding-top: 10px;
    }
    .phorum-subject-posts {
        display: inline;
    }
    .phorum-message-navigate {
        float: none;
        display: block;
        padding-left: 3px;
        padding-bottom: 4px;
    }

}

/* Reduce New Topic/Reply form */
@media (max-width: 650px) {
    #phorum-post-form textarea,
    #phorum-post-form input[type="text"] {
        width: 250px;
    }
    #phorum-post-form {
        width: 450px;
    }
    .posting-buttons {
        padding-top: 15px;
        text-align: center;
    }
    .posting-buttons label {
        display: none;
    }
}

/* Reduce header banner */
@media (max-width: 600px) {
    .header-banner {
        padding-top: 15px;
    }
    .header-banner-icon {
        display: none;
    }
    .header-banner-text {
        padding-left: 0;
    }
    .hbuttonbox {
        padding-top: 0;
    }
}

/* Reduce New Topic/Reply form */
@media (max-width: 500px) {
    .posting-captcha {
        padding-left: 0;
    }
    .posting-header {
        margin: 0 0 10px 0;
        padding: 10px 0;
        text-align: left;
    }
    .posting-row label {
        float: none;
        display: block;
        text-align: left;
        padding-bottom: 5px;
    }
    .posting-row label.label-left {
        float: none;
        display: inline-block;
        padding-bottom: 0;
    }

    .posting-row label.empty-label {
        display: none;
    }
    #phorum-post-form textarea,
    #phorum-post-form input[type="text"] {
        width: 100%;
    }
    #phorum-post-form {
        width: auto;
        margin: 0;
        padding: 10px 20px;
    }
    .posting-buttons {
        padding-top: 15px;
        text-align: center;
    }
    .posting-buttons input {
        margin-bottom: 10px;
    }
}

@media (max-width: 450px) {
    #tbl-std .tbl-row .tbl-list-subject {
        padding-left: 15px !important;
    }

    #tbl-std .tbl-row .tbl-list-written-by,
    #tbl-std .tbl-row .tbl-list-posted {
        text-align: left;
        padding-left: 35px;
    }
    
}

@media (max-width: 400px) {
    #content, #content-forums, .no-sidebar #content {
        margin: 25px 0;
    }
    #phorum-index {
        border-left: none;
        border-right: none;
    }
    .hbuttonbox {
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 0;
    }
    #header-search-form {
        padding-right: 0;
    }
    a.forum-btn {
        width: 100%;
        text-align: center;
    }
    .fbuttonbox {
        width: 100%;
        padding-bottom: 10px;
    }
    .page-label {
        display: none;
    }
    .forum-pagination a,
    .forum-pagination .spacer {
        padding: 8px 10px;
    }
    .forum-pagination .spacer {
        padding: 8px 0px;
    }
    .phorum-topic-next-prev {
        padding-left: 15px; 
        padding-bottom: 15px;
    }
    .phorum-message-indent {
        margin-left: 0 !important;
    }
}