select {
    color: black;
}

.inner {
    background: none !important; /* Background not needed on forum we override! */
}

h3 {
    font-size: 150%;
}

.postFormHolder {
    margin: 30px 0 0 0;
}

.label {
    font-size: 100%;
    vertical-align: middle;
}

.mobileOnly {
    display: none;
}

.moderator {
    width: 100%;
    padding: 10px;
    border: 2px solid #111;
    margin: 10px 0 10px 0;
    background: #2b2b2b;
}


/* POPUP IMAGE */

#popupImageHolder {
    width: 100%;
    height: 100%;
    display: none;
    z-index: 200;
    overflow: hidden;
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: url('http://fpscreator.thegamecreators.com/assets/css/images/black75.png') repeat;
}

#imageInsideHolder {
    position: relative;
    margin: 0 auto;
    background: #fff;
    padding: 15px;
    box-shadow: 2px 2px 18px #000;
    border-radius: 4px;
    max-width: 90%;
    max-height: 90%;
}

#imageInsideHolder img {
    max-width: 100%;
    max-height: 100%;
}

.closePopOver{
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    background: black;
    color: white;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.closePopOver:hover {
    background: #111;
}

.imagePopupHook {
    cursor: zoom-in;
}

/* POPUP IMAGE END */



#forumContents {
    min-height: 600px;
    padding: 0 20px 20px 20px;
    background: #333;
    -webkit-box-shadow:  0px 0px 32px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 32px 0px rgba(0, 0, 0, 0.5);
}

.boardItem {
    height: 35px;
    color: white;
    font-size: 14px;
    display: table-row;
}
.boardItem:hover {
    background: #414141;
}
.boardSeperator {
    background: #111;
    height: 1px;
    display: table-row;
}
.boardItem a {
    color: #eb8a18;
    text-decoration: none;
}
.boardItem a:hover {
    color: #ff961a;
    text-decoration: underline;
}
.boardItem>.board {
    padding: 0 0 0 10px;
    overflow: hidden;
    line-height: 16px;
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #111;
}
.boardItem>.topics {
    width: 60px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border-left: 1px solid #111;
    border-bottom: 1px solid #111;
}
.boardItem>.posts {
    width: 60px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border-left: 1px solid #111;
    border-bottom: 1px solid #111;
}
.boardItem>.last {
    width: 180px;
    display: table-cell;
    overflow: hidden;
    text-align: center;
    padding: 5px 0 5px 0;
    border-left: 1px solid #111;
    font-size: 11px;
    border-bottom: 1px solid #111;
}

#threadsHolder {
    margin: 0 0 0 0;
    overflow: hidden;
}

.threadsHeader {
    height: 25px;
    background: #111;
    line-height: 25px;
    font-weight: bold;
    color: white;
    display: table;
    width: 100%;
}

.threadsHeaderRow {
    display: table-row;
}

.threadsHeader .subject {
    display: table-cell;
    padding: 0 0 0 10px;
}

.threadsHeader .lastPost {
    width: 150px;
    display: table-cell;
    text-align: center;
}

.threadsHeader .views {
    width: 100px;
    display: table-cell;
    text-align: center;
}

.threadsHeader .author {
    width: 150px;
    display: table-cell;
    text-align: center;
}

.threadsHeader .posts {
    width: 100px;
    display: table-cell;
    text-align: center;
}

.threadItemHolder {
    display: table;
    width: 100%;
    border-bottom: 1px solid #111;
}

.threadItem {
    min-height: 35px;
    font-weight: normal;
    color: white;
    overflow: hidden;
    display: table-row;
}

.newPosts {
    background: #272a2d;
}

.newPostsSticky {
    background: #41454a;
}

.threadItem:hover {
    background: #414141;
}

.threadItem a {
    color: #eb8a18;
    text-decoration: none;
}
.threadItem a:hover {
    color: #ff961a;
    text-decoration: underline;
}

.threadItem>.subject {
    overflow: hidden;
    display: table-cell;
    min-height: 35px;
    vertical-align: middle;
    border-bottom: 1px solid #111;
}

.threadItem .icon {
    border-left: 1px solid #111;
    width: 24px;
    display: table-cell;
    padding: 4px 0 0 5px;
    vertical-align: middle;
    border-bottom: 1px solid #111;
}

.threadItem .icon img {
    max-width: none !important;
}

.threadItem .mod {
    width: 16px;
    display: table-cell;
    padding: 0 0 0 10px;
    padding: 6px 0 0 0;
    vertical-align: middle;
    border-bottom: 1px solid #111;
}

.threadItem .lastPost {
    width: 150px;
    display: table-cell;
    text-align: center;
    border-left: 1px solid #111;
    border-right: 1px solid #111;
    font-size: 10px;
    padding: 4px 0 4px 0;
    vertical-align: middle;
    border-bottom: 1px solid #111;
}

.threadItem .views {
    width: 100px;
    display: table-cell;
    text-align: center;
    line-height: 35px;
    border-left: 1px solid #111;
    vertical-align: middle;
    border-bottom: 1px solid #111;
}

.threadItem .author {
    width: 150px;
    height: 35px;
    overflow: hidden;
    display: table-cell;
    text-align: center;
    line-height: 35px;
    border-left: 1px solid #111;
    vertical-align: middle;
    border-bottom: 1px solid #111;
}

.threadItem .posts {
    width: 100px;
    display: table-cell;
    text-align: center;
    line-height: 35px;
    border-left: 1px solid #111;
    vertical-align: middle;
    border-bottom: 1px solid #111;
}

.messageHeader {
    height: 25px;
    background: #111;
    line-height: 25px;
    font-weight: bold;
    color: white;
    display: table;
    width: 100%;
}

.messageHeaderRow {
    height: 25px;
    background: #111;
    line-height: 25px;
    font-weight: bold;
    color: white;
    display: table-row;
}

.messageHeader .author {
    display: table-cell;
    width: 160px;
    padding: 0 10px 0 10px;
}

.messageHeader .message {
    display: table-cell;
    text-align: center;
}

.messageItemHolder {
    display: table;
    width: 100%;
}

.messageItem {
    color: white;
    overflow: hidden;
    display: table-row;
    border-bottom: 12px solid #111;
    border-left: 3px solid #111;
    border-right: 3px solid #111;
}

.messageItem>.author {
    display: table-cell;
    width: 180px;
    padding: 0px 10px 10px 10px;
    margin: 0 10px 0 0;
    overflow: hidden;
    border-left: 3px solid #111;
    position: relative;
    border-bottom: 13px solid #111;
}

.messageItem>.author>.authorName {
    padding: 10px 0 0px 0;
    margin: 0 0 10px 0;
    font-size: 1.1em;
}

.messageItem>.author>.authorName>.authorLink {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.messageItem>.author .authorDetails {
    font-size: 12px;
}

.messageItem>.author>.authorProfilePic {
    padding: 0 0 0 0;
    font-size: 12px;
}

.messageItem>.message {
    margin: 0 0 0 200px;
    border-left: 1px solid #111;
    min-height: 250px;
    display: table-cell;
    border-right: 3px solid #111;
    border-bottom: 13px solid #111;
    position: relative;
}

.messageFooter {
    overflow: hidden;
    margin: 0 0 10px 0;
}





/*
*
*   START RESPONSIVE!!!
*
*/


@media (max-width: 900px) {
    /*mobile/tablet*/
    #forumContents {
        padding: 0 5px 10px 5px;
    }

    .hideMobile {
        display: none !important;
    }
    .mobileOnly {
        display: block !important;
    }

    .boardItem {
        height: auto;
        display: block;
    }
    .boardItem>.board {
        display: block;
        padding: 10px 10px 10px 10px;
        border: none;
    }
    .boardItem>.topics {
        display: none;
    }
    .boardItem>.posts {
        display: none;
    }
    .boardItem>.last {
        width: 100%;
        display: block;
        overflow: hidden;
        text-align: center;
        padding: 0px 10px 5px 10px;
        font-size: 11px;
        border-left: none;
        border-bottom: 1px solid #111;
    }

    .threadItem>.subject {
        overflow: hidden;
        display: table-cell;
        min-height: 35px;
        vertical-align: middle;
        border-bottom: 1px solid #111;
        border-right: 1px solid #111;
    }

    .threadItem .icon {
        border-left: 1px solid #111;
        width: 24px;
        display: table-cell;
        padding: 4px 0 0 5px;
        vertical-align: middle;
        border-bottom: 1px solid #111;
    }

    .threadItem .mod {
        width: 16px;
        display: table-cell;
        padding: 0 0 0 10px;
        padding: 6px 0 0 0;
        vertical-align: middle;
        border-bottom: 1px solid #111;
    }

    .threadItem .lastPost {
        display: none;
    }

    .threadItem .views {
        display: none;
    }

    .threadItem .author {
        display: none;
    }

    .threadItem .posts {
        display: none;
    }

    .messageHeader {
        display: none;
    }

    .messageItemHolder {
        display: block;
    }

    .messageContents {
        margin: 0 10px 10px 10px !important;
    }

    .messageItem {
        display: block;
        color: white;
        overflow: hidden;
        border-top: 3px solid #111;
        border-bottom: 3px solid #111;
        border-left: 3px solid #111;
        border-right: 3px solid #111;
        margin: 0 0 10px 0;
    }

    .messageItem>.message>.messageBody {
        min-height: 120px !important;
    }

    .messageItem>.author {
        display: block;
        width: 100%;
        padding: 0px 10px 50px 10px;
        margin: 0 10px 0 0;
        overflow: hidden;
        position: relative;
        border: 0;
        border-bottom: 1px solid #111;
        background: #222;
    }

    .tgcStoreProfile {
        display: none !important;
    }

    .messageItem>.message {
        margin: 0 0 0 0;
        position: relative;
        border: 0;
        display: block;
    }
}