﻿/* GENERAL LAYOUT */
h1 {
    margin: 15px auto;
    margin-top: 15px;
    max-width: none;
    padding: 0 15px;
}

@media screen and (max-width: 430px) {
    h1 {
        margin-top: 55px;
    }
}

span.blockedURL {
    display: inline-flex;
    background: #c0c0c0;
    color: #efefef;
    line-height: 100%;
    border-radius: 3px;
    font-weight: 500;
    font-size: 0.85rem;
    justify-content: center;
    align-items: center;
    padding: 3px 5px;
    position: relative;
    top: -1px;
}

.forumsTable .userAvatarWrapper {
    position: relative;
}

/* MAIN FORUMS WRAPPER */
ul.forumsWrapper {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.forumsWrapper li.categoryWrapper {
        margin: 0;
        padding: 3px;
        background: #fff;
        border: 1px solid #efefef;
        margin-bottom: 5px;
        border-radius: 3px;
        line-height: 100%;
    }

        ul.forumsWrapper li.categoryWrapper:last-child {
            margin-bottom: 0;
        }

        ul.forumsWrapper li.categoryWrapper .categoryToWrapper {
            background: #213140;
            -webkit-border-top-left-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            -moz-border-radius-topleft: 3px;
            -moz-border-radius-topright: 3px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            font-weight: 500;
            color: #fff;
        }

/* Table for forums display */
table.forumsTable {
    background: transparent !important;
}

    table.forumsTable tr {
        background: transparent !important;
    }

        table.forumsTable tr:hover {
            background: #fcffe3;
        }

    table.forumsTable td {
        background: transparent !important;
        padding: 0;
        margin: 0;
    }

        table.forumsTable td:nth-child(1) {
            width: 6%;
            padding-top: 7px;
            vertical-align: middle;
        }

        table.forumsTable td:nth-child(2) {
            text-align: left;
            width: 44%;
            padding-top: 7px;
            padding-bottom: 7px;
        }

        table.forumsTable td:nth-child(3) {
            width: 12%;
            text-align: center;
            font-size: 1rem;
        }

        table.forumsTable td:nth-child(4) {
            width: 12%;
            text-align: center;
            font-size: 1rem;
        }
        /* Last post */
        table.forumsTable td:nth-child(5) {
            width: 26%;
            text-align: left;
            padding-right: 10px;
            font-size: 1rem;
        }

            table.forumsTable td:nth-child(5) .userAvatarWrapper {
                float: left;
                margin-right: 8px;
                margin-bottom: 8px;
            }

            table.forumsTable td:nth-child(5) span.usernameLink {
                display: block;
                margin-top: 7px;
            }

            table.forumsTable td:nth-child(5) time {
                font-size: 0.85rem;
                font-style: italic;
            }

        table.forumsTable td:nth-child(5) {
            padding: 8px 0;
        }

            table.forumsTable td:nth-child(5) a.lastPostTopicLink {
                font-weight: 500;
                display: block;
                margin-bottom: 5px;
                line-height: 100%;
            }

            table.forumsTable td:nth-child(5) a.lastPostIco {
                display: inline-block;
                float: left;
                margin-right: 3px;
                margin-top: 2px;
            }

                table.forumsTable td:nth-child(5) a.lastPostIco img {
                    display: block;
                }

img.lastPostIco {
    margin-right: 3px;
}

/* Table layout for cat head */
ul.forumsWrapper li.categoryWrapper .categoryToWrapper table.forumsTable td {
    padding-top: 7px;
    padding-bottom: 7px;
}

ul.forumsWrapper li.categoryWrapper .categoryToWrapper table.forumsTable tr:hover {
    background: transparent !important;
}

ul.forumsWrapper a.forumCatLink {
    color: #fff;
}

ul.forumsWrapper td.responsivePadder, ul.forumsWrapper td.responsiveBreaker {
    display: none;
}

/* FORUM FORUM LIST */
ul.forumForums {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #efefef;
    border-top: 0;
}

    ul.forumForums li.forum {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #efefef;
        line-height: 100%;
        background: #fff;
    }

        ul.forumForums li.forum:nth-child(even) {
            background: #fafafa;
        }

        ul.forumForums li.forum:last-child {
            border-bottom: 0;
        }

    ul.forumForums a.forumLink {
        font-weight: 500;
    }

    ul.forumForums span.forumForumDescription {
        display: block;
        line-height: 130%;
        font-size: 1rem;
        margin-top: 4px;
    }

        ul.forumForums span.forumForumDescription + ul.subForumForums {
            margin-top: 10px;
        }

    /* SUB FORUMS */
    ul.forumForums ul.subForumForums {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: 100%;
    }

        ul.forumForums ul.subForumForums li:first-child:before {
            content: 'Subforums:';
            font-weight: 500;
        }

        ul.forumForums ul.subForumForums li.subForum {
            margin: 0;
            padding: 0;
            display: inline-block;
            font-size: 0.85rem;
            line-height: 120%;
        }

            ul.forumForums ul.subForumForums li.subForum:after {
                content: ',';
                margin-left: -2px;
                margin-right: 5px;
            }

            ul.forumForums ul.subForumForums li.subForum:last-child:after {
                display: none;
            }

            ul.forumForums ul.subForumForums li.subForum:first-child {
                margin-left: 0;
            }

    ul.forumForums a.subForumLink {
        font-weight: 500;
    }

/* Spacing */
ul.forumsWrapper + .topicsWrapper {
    margin-top: 5px;
}

/* Forum jump control */
.forumJumpWrap select {
    padding: 3px 10px;
    font-size: 1rem;
    margin-left: 5px;
}

.forumJumpWrap input[type=submit] {
    padding: 4px 10px;
    font-size: 1rem;
}

/* Bottom nav wrap */
.forumsBottomNavWrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

    .forumsBottomNavWrap .column:last-child {
        flex-grow: 1;
        text-align: right;
    }

        .forumsBottomNavWrap .column:first-child a {
            position: relative;
            padding-left: 22px;
        }

            .forumsBottomNavWrap .column:first-child a img {
                position: absolute;
                left: 0;
                top: -1px;
            }

/* Mark as read link */
a.markAsRead {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    a.markAsRead img {
        margin-right: 3px;
    }

/* Align breadcrumb and mark as read */
.forumTopNavWrap {
    display: flex;
    flex-wrap: wrap;
}

    .forumTopNavWrap .column:nth-child(2) {
        flex-grow: 1;
        text-align: right;
    }

/* Ban notice */
.forumBanNotice {
    background: #f97572;
    color: white;
    margin-top: 10px;
    border-radius: 3px;
    text-align: center;
    line-height: 100%;
    padding: 5px 20px 10px 20px;
}

    .forumBanNotice h2 {
        margin: 0;
        padding: 0;
        font-size: 1.2rem;
    }

    .forumBanNotice p {
        margin: 0;
        padding: 0;
        font-size: 1rem;
        line-height: 100%;
    }

        .forumBanNotice p.details {
            font-style: italic;
            font-size: 0.85rem;
            padding-top: 3px;
            font-weight: 500;
        }

/* Stats */
.forumStats {
    margin: 0;
    padding: 3px;
    background: #fff;
    border: 1px solid #efefef;
    margin-bottom: 5px;
    border-radius: 3px;
    line-height: 100%;
    margin-top: 5px;
}

    .forumStats .title {
        background: #213140;
        color: #fff;
        font-size: 1.1rem;
        font-weight: 500;
        padding: 7px;
    }

    .forumStats .statWrap {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        font-size: 1rem;
    }

    .forumStats .userList {
        display: flex;
    }

        .forumStats .userList .usernameLink {
            padding: 10px;
        }

    .forumStats .usernameLink a > span:first-child {
        font-size: 1rem !important;
    }

    .forumStats .statWrap .stat {
        display: block;
        padding: 20px;
        background: #f8f8f8;
        border-radius: 3px;
    }

        .forumStats .statWrap .stat:nth-child(even) {
            background: #fff
        }

    .forumStats .statWrap strong {
    }

    .forumStats .statWrap span {
        display: block;
        margin-top: 12px;
        font-size: 1.5rem;
    }

/* Search results */
span.wordMatch {
    display: inline-block;
    border-radius: 3px;
    background: #FFF275;
    padding: 0 5px;
}

/* Mods */
.modBoxWrapper {
    display: flex;
    flex-wrap: wrap;
}

    .modBoxWrapper .modBox {
        background: #fff;
        border: 1px solid #efefef;
        max-width: 350px;
        padding: 20px;
        text-align: center;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .modBoxWrapper .modBox h3 {
            margin-top: 0;
            padding-top: 0;
        }

        .modBoxWrapper .modBox a.extraLink {
            display: inline-block;
            border: 1px solid #dc0d8a;
            border-radius: 3px;
            padding: 5px 15px;
            line-height: 100%;
            margin-top: 5px;
            font-size: 0.85rem;
        }

/* Active users */
.forumStats .activeUsers {
    padding: 10px;
}

    .forumStats .activeUsers ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: 6px;
    }

        .forumStats .activeUsers ul li {
            display: inline-block;
            margin: 0;
            padding: 0;
            padding-right: 5px;
            font-size: 1rem;
        }

            .forumStats .activeUsers ul li.hidden {
                font-style: italic;
                color: #666;
            }

.forumStats span.onlineRecord {
    display: block;
    margin-top: 6px;
}

h1 {
    max-width: none;
}

    h1 img {
        vertical-align: middle;
    }

/* Forum controls */
.forumControlsWrapper {
    display: flex;
    margin-bottom: 3px;
    margin-top: 15px;
    flex-wrap: wrap;
}

    .forumControlsWrapper > div {
        display: inline-flex;
        align-self: flex-end;
        margin-right: 5px;
        line-height: 100%;
    }

        .forumControlsWrapper > div:last-child {
            margin-right: 0;
            flex-grow: 1;
            line-height: 100%;
            margin-top: 3px;
        }

            .forumControlsWrapper > div:last-child > ul {
                list-style: none;
                margin: 0;
                padding: 0;
                display: flex;
                flex-grow: 1;
                flex-wrap: wrap;
            }

                .forumControlsWrapper > div:last-child > ul > li {
                    display: inline-flex;
                    font-size: 1rem;
                    line-height: 100%;
                    line-height: 32px;
                    margin: 0;
                    flex-grow: 1;
                    margin-right: 15px;
                }

                    .forumControlsWrapper > div:last-child > ul > li:last-child {
                        margin-right: 0;
                    }

                    .forumControlsWrapper > div:last-child > ul > li:first-child {
                        flex-grow: 1000;
                    }

                        .forumControlsWrapper > div:last-child > ul > li:first-child a, .forumControlsWrapper > div:last-child > ul > li:first-child span {
                            margin-left: auto;
                        }

                    .forumControlsWrapper > div:last-child > ul > li:last-child nav {
                        margin-left: auto;
                    }

        .forumControlsWrapper > div.btnWrap a {
            height: 42px;
            line-height: 42px;
            padding: 0 15px !important;
            margin: 0;
        }

            .forumControlsWrapper > div.btnWrap a img {
                vertical-align: middle;
            }

    .forumControlsWrapper .favouriteWrap {
        margin: 0 10px !important;
    }

    .forumControlsWrapper .followLinkWrap {
        padding: 0 !important;
    }

    .forumControlsWrapper > div.search {
        clear: both;
    }

    .forumControlsWrapper > div.search {
        white-space: nowrap;
        clear: both;
        flex-grow: 1;
    }

    .forumControlsWrapper input[type=text] {
        border: 1px solid #c0c0c0;
        background-repeat: no-repeat;
        background-position: 7px 7px;
        padding: 3px 5px 3px 35px;
        border-radius: 3px;
        margin: 0;
        width: 100%;
        height: 42px;
    }

    .forumControlsWrapper input[type=submit] {
        position: absolute;
        top: -10000px;
        left: -10000px;
    }

    .forumControlsWrapper.bottom {
        margin-top: 3px;
    }

        .forumControlsWrapper.bottom > div {
            align-self: flex-start;
        }

/* RESPONSIVE */
@media screen and (max-width: 1200px) {

    .forumTopNavWrap, .forumsBottomNavWrap {
        padding-left: 6px;
        padding-right: 6px;
    }

    .forumControlsWrapper {
        padding-left: 3px;
        padding-right: 3px;
    }

    .singleCol.superWide {
        padding-bottom: 30px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.mobileTopicCounts {
    display: none;
}

@media screen and (max-width: 1050px) {
    .mobileTopicCounts {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        align-items: center;
        margin-top: 3px;
        margin-bottom: 7px;
    }

        .mobileTopicCounts li {
            margin: 0;
            padding: 0;
            line-height: 100%;
            font-size: 0.85rem;
            color: #989898;
        }

            .mobileTopicCounts li:after {
                content: "\A";
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: #c0c0c0;
                display: inline-block;
                margin: 0 6px;
                vertical-align: middle;
            }

            .mobileTopicCounts li:last-child:after {
                display: none;
            }

    h1 {
        font-size: 2rem;
        line-height: 110%;
    }


    /* Remove responsivness */
    table.forumsTable {
        display: table;
    }

        table.forumsTable tr {
            border: none;
            margin: 0;
            display: table-row;
        }

        table.forumsTable td {
            border: none;
            position: static;
            padding-left: 0 !important;
        }

            table.forumsTable td:before {
                display: none;
            }

    table tbody {
        display: table-row-group;
    }

    /* Forum render */
    table.forumsTable td:nth-child(1) {
        display: inline-block;
        width: 10% !important;
        vertical-align: top;
        text-align: center !important;
        min-width: 64px;
        max-width: 64px;
        padding-top: 10px;
    }

    table.forumsTable td:nth-child(2) {
        display: inline-block;
        width: 90% !important;
        max-width: calc(90% - 64px);
        padding: 0 !important;
        margin-top: 7px;
    }

        table.forumsTable td:nth-child(2) a.noDescription {
            display: block;
            height: 100%;
        }

    table.forumsTable td:nth-child(3) {
        display: none;
    }

    table.forumsTable td:nth-child(4) {
        display: none;
    }

    table.forumsTable td:nth-child(5) {
        display: block;
        font-size: 0.85rem;
        margin-bottom: 5px;
        text-align: left;
        color: #737373;
        width: calc(100% - 64px);
        padding-left: 64px !important;
    }

        table.forumsTable td:nth-child(5) .usernameLink {
            min-width: 100%;
        }

        table.forumsTable td:nth-child(5) a.lastPostTopicLink {
            line-height: 120%;
            margin-bottom: 1px;
        }

        table.forumsTable td:nth-child(5) em {
            display: none;
        }

        table.forumsTable td:nth-child(5) a.lastPostTopicLink:before {
            content: 'Last post:';
            color: #333;
            margin-right: 5px;
            display: inline-block;
        }

    thead tr {
        position: static !important;
        top: auto;
        left: auto;
    }

    ul.forumForums ul.subForumForums {
        margin-bottom: 5px;
    }

    /* Padding fixes */
    ul.forumForums span.forumForumDescription {
        margin-bottom: 5px;
    }

    /* Category render */
    ul.forumsWrapper li.categoryWrapper .categoryToWrapper table.forumsTable td {
        display: none;
    }

        ul.forumsWrapper li.categoryWrapper .categoryToWrapper table.forumsTable td:nth-child(1) {
            width: 10% !important;
            min-width: 64px;
            display: inline-block;
        }

        ul.forumsWrapper li.categoryWrapper .categoryToWrapper table.forumsTable td:nth-child(2) {
            display: inline-block;
            top: 0;
            position: static;
            width: 90% !important;
            max-width: calc(90% - 64px);
            margin-top: 0;
            padding: 5px 0 !important;
        }

    /* Controls */
    .forumControlsWrapper > div {
        order: 2;
        flex-grow: 0;
    }

        .forumControlsWrapper > div.search {
            order: 1;
            width: 100%;
            display: block;
            margin-right: 0;
            margin-bottom: 2px;
        }
}




@media screen and (max-width: 460px) {
    .forumControlsWrapper > div.btnWrap {
        display: block;
        width: 100%;
        margin-right: 0;
    }

        .forumControlsWrapper > div.btnWrap a {
            width: 100%;
            text-align: center;
        }

        .forumControlsWrapper > div.btnWrap .followLinkWrap, .forumControlsWrapper > div.btnWrap .objectEmailSubWrapper {
            width: 100%;
            text-align: center;
            margin-top: 3px;
        }
}


.forumsWrapper .usernameTextWrap a > span:first-child {
    font-size: 1rem !important;
}

/* Top menu */
.content {
    padding-top: 48px;
}

.forumTopMenu {
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 7;
    background: #dc0d8a;
}

    .forumTopMenu .desktop {
    }

    .forumTopMenu .mobile {
        display: none;
        padding-left: 32px;
    }

    .forumTopMenu .activator {
        height: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        line-height: 100%;
        padding: 8px 0;
        font-weight: 500;
    }

        .forumTopMenu .activator:hover img {
            animation-duration: 700ms;
            animation-name: heartBeat;
        }

        .forumTopMenu .activator:hover {
            text-decoration: underline;
        }

        .forumTopMenu .activator img {
            margin-left: 10px;
        }

@media screen and (max-width: 900px) {
    .forumTopMenu .desktop {
        display: none;
    }

    .forumTopMenu .mobile {
        display: flex;
    }

    .content {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (max-width: 430px) {
    .categoryWrapper, .forumStats {
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 0 !important;
    }
}

@media screen and (max-width: 700px) {
    .content {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.forumTopMenu ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 64px;
    position: relative;
}

.forumTopMenuInner {
    max-width: 1600px;
    position: relative;
    margin: 0 auto;
}

.forumTopMenu ul li {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 100%;
}

    .forumTopMenu ul li a {
        font-size: 1rem;
        font-weight: 500;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 12px 10px;
        line-height: 100%;
        color: #2B2B2B;
        text-align: center;
        white-space: nowrap;
    }

    .forumTopMenu ul li.selected a {
        background: #fff;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

.inlineCount {
    display: inline-flex;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    margin-left: 5px;
    background: #dc0d8a;
    color: #fff;
    text-decoration: none !important;
}


#MobileMenuActivator {
    position: absolute;
    top: -10000px;
    left: -10000px;
}

    #MobileMenuActivator:checked ~ .manualMobileMenuInnerWrap {
        display: block;
    }

    #MobileMenuActivator:checked ~ .mobileCloser {
        display: block;
    }

.mobileCloser {
    display: none;
    position: absolute;
    top: 41px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.1);
}

.manualMobileMenuInnerWrap {
    display: none;
    position: fixed;
    top: 121px;
    left: 0;
    width: 90%;
    max-width: 300px;
    border-right: 1px solid #c0c0c0;
    height: calc(100% - 121px);
    background: #fff;
    z-index: 7;
    padding: 15px;
}

    .manualMobileMenuInnerWrap img {
        filter: grayscale(100%);
        opacity: 0.8;
        margin-right: 15px;
    }

    .manualMobileMenuInnerWrap li:hover img,
    .manualMobileMenuInnerWrap li.selected img {
        filter: none;
        opacity: 1;
        transition: all 300ms ease-in-out;
    }

    .manualMobileMenuInnerWrap ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .manualMobileMenuInnerWrap ul li {
            margin: 0;
            padding: 0;
            margin-bottom: 5px;
        }

            .manualMobileMenuInnerWrap ul li:last-child {
                margin-bottom: 0;
            }

            .manualMobileMenuInnerWrap ul li a {
                display: flex;
                align-items: center;
                font-size: 1rem;
                transition: all 300ms ease-in-out;
                color: #2B2B2B;
            }

            .manualMobileMenuInnerWrap ul li.selected a,
            .manualMobileMenuInnerWrap ul li:hover a {
                color: #dc0d8a;
                text-decoration: none;
                text-shadow: -0.06ex 0 #dc0d8a, 0.06ex 0 #dc0d8a;
            }

@media screen and (max-width: 750px) {
    .forumTopMenu {
        top: 64px;
    }

    .manualMobileMenuInnerWrap {
        top: 105px;
    }
}


.postsRenderTotalWrapper {
    max-width: 1100px;
    margin: 0 auto;
}

/* Main forum post wrapper */
ul.forumPostList {
    list-style: none;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #efefef;
    padding: 3px;
    margin: 0;
}

    /* Forum post list item */
    ul.forumPostList li.post {
        padding: 0;
        margin: 0;
        border: 1px solid #efefef;
        margin-bottom: 3px;
        border-radius: 3px;
        background: #f8f8f8;
        position: relative;
    }

    ul.forumPostList li.C3l {
        margin: 0;
        padding: 0;
        margin-bottom: 3px;
    }

    ul.forumPostList a.postQuickLink {
        position: absolute;
        top: -112px;
        left: 0;
    }

    ul.forumPostList li.post div.postContentWrap {
        display: flex;
    }

    ul.forumPostList li.post:nth-child(even) {
        background: #fff;
    }

    ul.forumPostList li.post:last-child {
        margin-bottom: 0;
    }

    ul.forumPostList li.post.highlighted {
        background: rgba(255, 244, 183, 0.5);
    }

    /* Forum post permission denid */
    ul.forumPostList li.post.noPermission {
    }

        ul.forumPostList li.post.noPermission p {
            font-size: 0.85rem;
            padding: 0;
            margin: 0;
            font-style: italic;
            padding-left: 10px;
        }

    /* Avatar column */
    ul.forumPostList li.post .column:first-child {
        min-width: 175px;
        max-width: 175px;
        text-align: Center;
        padding: 10px 0;
    }

        ul.forumPostList li.post .column:first-child ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            ul.forumPostList li.post .column:first-child ul li {
                margin: 0;
                padding: 0;
            }

                ul.forumPostList li.post .column:first-child ul li.username {
                    line-height: 100%;
                    padding-bottom: 7px;
                }

                    ul.forumPostList li.post .column:first-child ul li.username span.username {
                        font-weight: 500;
                        font-size: 1.1rem;
                    }

                        ul.forumPostList li.post .column:first-child ul li.username span.username span.groupLabel {
                            width: 100%;
                        }

                    ul.forumPostList li.post .column:first-child ul li.username span.group {
                        max-width: 85%;
                        margin: 0 auto;
                    }

                    ul.forumPostList li.post .column:first-child ul li.username span.groupLabel {
                        width: 100%;
                    }

        ul.forumPostList li.post .column:first-child .userAvatarWrapper {
            border-width: 3px;
            padding: 2px;
        }

        ul.forumPostList li.post .column:first-child span.online {
            width: 10px;
            height: 10px;
            left: 1px;
            top: 1px;
            z-index: 6;
        }

        ul.forumPostList li.post .column:first-child ul li.avatar .userAvatarWrapper img.c3medal {
            top: -5px;
            right: -12px;
        }

        ul.forumPostList li.post .column:first-child ul li.avatar {
            line-height: 100%;
            padding-bottom: 10px;
            position: relative;
        }

ul.topicControlsWrap .followWrapper {
}

    ul.topicControlsWrap .followWrapper .followLinkWrap {
        padding: 0;
        margin: 0;
    }

    ul.topicControlsWrap .followWrapper a {
        height: 38px;
        line-height: 38px;
        padding-left: 10px;
        padding-right: 10px;
    }

/* Mod badge */
ul.forumPostList span.modBadge {
    font-size: 0.85rem;
    line-height: 100%;
    background: #dc0d8a;
    color: white;
    text-align: Center;
    display: inline-block;
    font-weight: 500;
    padding: 3px 5px;
    border-radius: 3px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 80px;
    bottom: 5px;
    overflow: hidden;
}

    ul.forumPostList span.modBadge.mobile {
        display: none;
    }

/* Baned avatar */
ul.forumPostList span.banned {
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: -48px;
    top: 5px;
    width: 96px;
    height: 96px;
    margin-left: 50%;
    color: #c0c0c0;
    font-weight: 500;
    font-size: 1rem;
    line-height: 96px;
}

/* User stats */
ul.forumPostList li.post .column:first-child ul li.userStats ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 100%;
}

    ul.forumPostList li.post .column:first-child ul li.userStats ul li {
        font-size: 0.85rem;
        margin: 0;
        padding: 0;
        line-height: 100%;
        margin-bottom: 5px;
    }

        ul.forumPostList li.post .column:first-child ul li.userStats ul li:last-child {
            margin-bottom: 0;
        }

        ul.forumPostList li.post .column:first-child ul li.userStats ul li.break {
            display: none;
        }

/* Post column */
ul.forumPostList li.post .column:last-child {
    flex-grow: 1;
    font-size: 1.1rem;
    position: relative;
}

/* Post tools */
ul.forumPostList ul.postTools {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    display: flex;
    padding: 7px;
    line-height: 100%;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-radius: 3px;
}

    ul.forumPostList ul.postTools li {
        margin: 0;
        padding: 0;
        font-size: 0.85rem;
        font-weight: 500;
        margin-right: 10px;
        display: flex;
        align-items: center;
        line-height: 100%;
    }

        ul.forumPostList ul.postTools li:first-child {
            flex-grow: 1;
            text-align: left;
            font-weight: normal;
        }

            ul.forumPostList ul.postTools li:first-child a {
                display: inline-block;
            }

    ul.forumPostList ul.postTools img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

img.noRm {
    margin-right: 0 !important;
}

ul.forumPostList ul.postTools li:first-child a:hover {
    text-decoration: none;
}

ul.forumPostList ul.postTools li:first-child, ul.forumPostList ul.postTools li:last-child {
    margin-right: 0;
}

    ul.forumPostList ul.postTools li:last-child a {
        position: relative;
        top: 1px;
    }

/* Post approval controls */
.postApprovalControls {
    text-align: center;
    background: #fff;
    line-height: 100%;
    padding: 10px;
    display: inline-block;
    float: right;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 2px solid rgb(252, 178, 175);
}

    .postApprovalControls h2 {
        font-size: 1rem;
        margin: 0;
        line-height: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .postApprovalControls .disapprove {
        background: #dc0d8a;
        color: #fff;
    }

    .postApprovalControls .approve {
        background: #7df972;
        color: #377931;
    }

    .postApprovalControls .disapproveAndBan {
        background: #000000;
        color: #fff;
    }

/* Post text */
ul.forumPostList .postText {
    padding-right: 30px;
    font-size: 1.1rem;
    padding-left: 10px;
    padding-top: 17px;
    min-height: 107px;
    padding-bottom: 26px;
}

    ul.forumPostList .postText > *:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    ul.forumPostList .postText.edited {
        padding-bottom: 48px;
    }

ul.forumPostList .column.postPendingApproval {
    background: rgb(255, 231, 230);
}

ul.forumPostList .editInfo {
    font-size: 0.8rem;
    background: #ededed;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    padding-right: 5px;
    color: #7b7b7b;
    text-align: right;
    padding-top: 3px;
    line-height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: Center;
    flex-wrap: wrap;
}

    ul.forumPostList .editInfo .usernameLink {
        display: inline-flex;
        margin-left: 5px;
    }

    ul.forumPostList .editInfo time {
        margin-left: 5px;
        margin-right: 5px;
    }

    ul.forumPostList .editInfo .usernameLink a > span:first-child {
        font-size: 0.85rem !important;
    }

/* Pending approval */
ul.forumPostList .pendingApproval {
    background: #dc0d8a;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
}

/* Voting */
ul.forumPostList li.post .column:first-child ul li.vote {
    text-align: center;
}

ul.forumPostList .voteWrapper {
    display: inline-flex;
    padding: 0;
    margin-top: 10px;
}

    ul.forumPostList .voteWrapper span {
        font-size: 1.1rem;
        margin: 0 5px;
        line-height: 100%;
        padding: 0;
        padding-top: 2px;
    }

    ul.forumPostList .voteWrapper a img {
        height: 20px;
        width: 20px;
    }

/* Username reference */
ul.forumPostList .postText .usernameReference {
    display: inline-block;
    background: #efefef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1rem;
    padding: 1px 5px;
    position: relative;
    padding-left: 18px;
}

    ul.forumPostList .postText .usernameReference:before {
        content: '@';
        font-size: 0.8rem;
        opacity: 0.5;
        position: absolute;
        left: 5px;
    }

ul.forumPostList .postText a.usernameReference {
    padding-left: 0;
    -webkit-border-radius: 12px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius: 12px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-radius: 12px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    vertical-align: middle;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    line-height: 24px;
}

    ul.forumPostList .postText a.usernameReference:before {
        display: none;
    }

ul.forumPostList .postText .usernameReference img {
    display: block;
    border-radius: 50%;
    float: left;
    margin-right: 4px;
}

ul.forumPostList .postText a.usernameReference.self {
    background: #dc0d8a;
    color: #fff !important;
    font-weight: 500;
    padding-right: 8px;
}

ul.forumPostList .postText blockquote {
    margin: 0;
    border-left: 5px solid #aad1ff;
    margin-left: 12px;
    background: #ecf4ff;
    border-radius: 3px;
    padding: 5px 16px !important;
    padding-left: 48px !important;
    background-size: 48px 48px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

    ul.forumPostList .postText blockquote p {
        font-size: 1.1rem !important;
        margin: 5px 0;
    }

/* Recpatcha */
.recaptchaWrap {
    text-align: center;
    margin: 0 auto;
    max-width: 550px;
}

    .recaptchaWrap p {
        font-size: 1rem;
        line-height: 120%;
        text-align: left;
        margin-top: 7px;
    }

/* Deleted post */
ul.forumPostList li.post.deleted {
    background: #efefef;
    color: #666;
}

    ul.forumPostList li.post.deleted .postContentWrap {
        display: none;
    }

ul.forumPostList a.deletedPostExpander {
    background: #efefef;
    font-size: 0.7rem;
    line-height: 100%;
    display: block;
    padding: 3px 10px;
    padding-left: 175px;
}

    ul.forumPostList a.deletedPostExpander:hover {
        background: #fff;
        text-decoration: none;
    }

/* Youtube */
ul.forumPostList li.post .youtubeWrap .controls span {
    height: 100%;
    display: inline-block;
    position: relative;
    top: -1px;
}

/* Nav to topic in post search results */
.contextTopicNav {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 100%;
    background: #efefef;
    padding-left: 7px;
}

    .contextTopicNav li {
        display: inline-block;
        margin: 0;
        padding: 0;
        line-height: 100%;
    }

        .contextTopicNav li:after {
            content: '>';
            padding: 0 5px;
            font-size: 0.7rem;
            vertical-align: middle;
            color: #c0c0c0;
            font-weight: 500;
        }

        .contextTopicNav li:last-child:after {
            display: none;
        }

        .contextTopicNav li a {
            font-size: 0.85rem;
        }

@media screen and (max-width: 1050px) {
    ul.forumPostList {
        border-left: 0;
        border-right: 0;
    }

    .articleRender p, .articleRender li, dl {
        font-size: 1.15rem !important;
        line-height: 140% !important;
    }

    .forumsBottomNavWrap {
        padding-left: 3px;
        padding-right: 3px;
    }

    ul.forumPostList .postText {
        min-height: 0;
    }

    ul.forumPostList .articleRender p:last-child {
        margin-bottom: 0 !important;
    }

    ul.forumPostList .postText {
        padding-bottom: 17px;
    }
}

/************ 
    MOBILE
*************/
@media screen and (max-width: 750px) {



    ul.forumPostList li.post div.postContentWrap {
        flex-direction: column;
    }

    ul.forumPostList li.post .column:first-child {
        min-width: 0;
        max-width: 100%;
    }

    ul li.userStats {
        display: none;
    }

    ul.authorDetails li.username span.group {
        display: inline-block;
        padding: 2px;
    }

        ul.authorDetails li.username span.group span {
            display: block;
            width: 100%;
            padding: 0;
            margin: 0;
        }

    ul.authorDetails {
        background: #efefef;
    }

    /* Author bar */
    .postContentWrap ul.authorDetails {
        display: flex;
    }

        .postContentWrap ul.authorDetails li {
            order: 2;
        }

            .postContentWrap ul.authorDetails li.avatar {
                order: 1;
            }

                .postContentWrap ul.authorDetails li.avatar .userAvatarWrapper img:last-child {
                    width: 67px;
                    height: 67px;
                }

    .postContentWrap li.avatar {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 67px;
        height: 67px;
        z-index: 3;
    }

    ul.forumPostList li.post .column:first-child {
        padding: 0;
        position: relative;
    }

    .postContentWrap .userAvatarWrapper img.c3medal {
        height: 25px !important;
        width: 16px !important;
        right: -5px !important;
        z-index: 6;
    }

    .postContentWrap li.vote {
        flex-grow: 1;
        text-align: right !important;
        padding-right: 5px !important;
    }

    .postContentWrap ul.authorDetails li.username {
        padding-left: 77px !important;
        align-self: center;
        padding-bottom: 0 !important;
    }

    .postContentWrap ul.authorDetails span.modBadge {
        z-index: 5;
        font-size: 11px;
        height: 13px;
        line-height: 13px;
        width: 67px;
        border-radius: 0;
        padding: 0;
        border-right: 2px solid #c23e3b;
        border-left: 2px solid #d64945;
        position: absolute !important;
        top: 58px;
        left: -2px;
    }

    .postContentWrap ul.authorDetails span.online {
        bottom: -1px !important;
        left: -1px !important;
        width: 7px !important;
        height: 7px !important;
    }

    .postContentWrap ul.authorDetails span.banned {
        left: 5px;
        z-index: 5;
        width: 57px;
        line-height: 57px;
        height: 57px;
        font-size: 0.85rem;
        position: absolute;
        margin: 0;
    }

    /* Post tools */
    ul.postTools {
        padding-left: 77px !important;
    }

    /* Article render wrap */
    ul.forumPostList .articleRender {
        max-width: 100%;
        padding: 10px;
    }

    /* Image wrapper */
    ul.forumPostList li.post .imageWrapper {
        margin-left: -35px;
        margin-right: -34px;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
        padding: 3px;
        background: #fff;
    }

        ul.forumPostList li.post .imageWrapper img {
            margin: 0;
            display: block;
        }

    /* Youtube */
    ul.forumPostList li.post .youtubeWrap {
        margin-left: -24px;
        margin-right: -24px;
        border-radius: 0;
    }
}

@media screen and (max-width: 650px) {
    ul.postTools {
        height: 30px;
        line-height: 30px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

        ul.postTools a {
            font-size: 0 !important;
            line-height: 30px;
        }

        ul.postTools time {
            display: none;
        }

        ul.postTools li {
            padding: 0;
            margin: 0;
            height: 30px;
            line-height: 30px;
        }

    ul.authorDetails li.vote {
        height: 37px;
    }
}

@media screen and (max-width: 430px) {


    /* Article render wrap */
    ul.forumPostList .articleRender {
        padding: 5px;
    }

    /* Image wrapper */
    ul.forumPostList li.post .imageWrapper {
        margin-left: -9px;
        margin-right: -9px;
        display: inline-block;
    }

        ul.forumPostList li.post .imageWrapper a {
            display: block;
        }

    /* Youtube */
    ul.forumPostList li.post .youtubeWrap {
        margin-left: -9px;
        margin-right: -9px;
    }
}

.topicTagWrap {
}

    .topicTagWrap h4 {
        margin: 0;
        font-family: 'Roboto', Arial, sans-serif;
        padding: 0;
        font-size: 1rem !important;
        font-weight: normal;
        text-transform: none !important;
        line-height: 100% !important;
        margin-bottom: 3px !important;
    }

ul.forumPostList span.reportLink span.reportedTxt {
    color: #dc0d8a;
    opacity: 0.5;
}


.topicsWrapperResponsive {
    margin: 0;
    padding: 3px;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 3px;
    line-height: 100%;
    position: relative;
}

    .topicsWrapperResponsive .noTopics {
        text-align: Center;
        padding: 15px 0;
    }

    .topicsWrapperResponsive .topicNoPermission {
        font-style: italic;
        font-size: 0.9rem;
        text-align: Center;
        color: #c0c0c0;
        padding: 2px 0;
    }

.topicCols {
    display: flex;
}

    .topicCols > div {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 7px;
        width: 12%;
    }

    /* Header specific */
    .topicCols.head a {
        position: relative;
        color: #ffffff;
    }

        .topicCols.head a img {
            position: absolute;
            right: -24px;
            top: 4px;
        }

    .topicCols.head {
        font-size: 1.1rem;
        font-weight: 500;
    }

        .topicCols.head > div {
            background: #213140;
            height: 32px;
            line-height: 32px;
            color: #ffffff;
        }

/* Topic list specific */
.topicsWrapperResponsive ul.topics {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .topicsWrapperResponsive ul.topics li {
        font-size: 1rem;
    }

/* Icon col */
.topicCols > div:nth-child(1) {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    width: 88px;
    padding: 0;
}
/* Title col */
.topicCols > div:nth-child(2) {
    justify-content: left;
    padding-left: 0;
    width: 47%;
}
/* Last post col */
.topicCols > div:last-child {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    justify-content: left;
    width: 29%;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.topicsWrapperResponsive ul.topics > li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    background: #ffffff;
}

    .topicsWrapperResponsive ul.topics > li:last-child {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .topicsWrapperResponsive ul.topics > li:nth-child(even) {
        background: #fafafa;
    }

/* Topic icon */
ul.topics .topicIconWrapper {
    display: inline-block;
    position: relative;
}

    ul.topics .topicIconWrapper img {
        display: block;
    }

        ul.topics .topicIconWrapper img.locked {
            position: absolute;
            bottom: -2px;
            right: -5px;
        }

    ul.topics .topicIconWrapper .postsRequiringApproval {
        position: absolute;
        bottom: 0;
        right: 0;
        background: #dc0d8a;
        color: #fff;
        font-weight: 500;
        font-size: 0.7rem;
        border-radius: 50%;
        overflow: hidden;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
    }

/* Last reply */
ul.topics .lastReply {
}

ul.topics .usernameLink a > span:first-child {
    font-size: 1rem !important;
}

/* Main topic details */
ul.topics .mainTopicDetails {
    display: flex;
    line-height: 100%;
    flex-grow: 1;
    padding: 10px 0;
}

    ul.topics .mainTopicDetails > div {
        display: inline-flex;
        text-align: left;
        align-items: center;
    }

    ul.topics .mainTopicDetails a.topicTitle {
        font-weight: 500;
        line-height: 110%;
        font-size: 1.1rem;
        word-break: break-word;
    }

    ul.topics .mainTopicDetails .favouriteWrap {
        display: inline-block;
        position: relative;
        top: 4px;
    }

        ul.topics .mainTopicDetails .favouriteWrap span {
            display: none;
        }

        ul.topics .mainTopicDetails .favouriteWrap img {
            width: 21px;
            height: 21px;
        }

    ul.topics .mainTopicDetails ul.topicDetails {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 4px;
    }

        ul.topics .mainTopicDetails ul.topicDetails > li {
            margin: 0;
            padding: 0;
            display: inline-flex;
            line-height: 100%;
            font-size: 0.85rem;
            align-items: center;
        }

        ul.topics .mainTopicDetails ul.topicDetails .usernameLink {
            margin: 0 5px;
        }

        ul.topics .mainTopicDetails ul.topicDetails > li:after {
            content: '»';
            margin: 0 3px 0 0;
            color: #c0c0c0;
        }

        ul.topics .mainTopicDetails ul.topicDetails > li:last-child:after {
            display: none;
        }

ul.topics .pagination {
    font-size: 0.85rem;
    flex-grow: 1;
    padding-left: 10px;
}

    ul.topics .pagination ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: 1px solid #efefef;
        border-radius: 3px;
        display: flex;
        background: #fff;
        font-size: 0;
        align-items: center;
        margin-left: auto;
        flex-shrink: 0;
    }

        ul.topics .pagination ul li {
            margin: 0;
            padding: 0;
            background: #fff;
            display: inline-flex;
            border-radius: 3px;
            flex-shrink: 0;
        }

            ul.topics .pagination ul li:first-child {
                padding-left: 5px;
                padding-right: 3px;
                line-height: 20px;
            }

            ul.topics .pagination ul li a {
                display: block;
                height: 22px;
                line-height: 22px;
                font-size: 0.85rem;
                text-align: center;
                min-width: 22px;
                color: #666666;
                font-weight: 100;
                border-radius: 3px;
                padding-left: 3px;
                padding-right: 3px;
            }

                ul.topics .pagination ul li a:hover {
                    text-decoration: none;
                    background: #dc0d8a;
                    color: #fff;
                }

            ul.topics .pagination ul li.dotDot {
                font-size: 0.7rem;
                padding-right: 2px;
                line-height: 100%;
                position: relative;
                top: -2px;
            }

ul.topics a.duplicateLink {
    display: block;
    font-size: 0.85rem !important;
    font-weight: normal !important;
    margin-top: 2px;
}

    ul.topics a.duplicateLink:before {
        content: 'Duplicate of:';
        color: #666;
        display: inline-block;
        padding-right: 5px;
        font-style: italic;
    }

ul.topics .mainTopicDetails .pagination.mobile {
    display: none;
}

ul.topics ul.mobileTopicStats {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

    ul.topics ul.mobileTopicStats li {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-size: 0.85rem;
        line-height: 100%;
    }

        ul.topics ul.mobileTopicStats li:after {
            content: '»';
            color: #c0c0c0;
            margin-right: 5px;
            margin-left: 3px;
        }

        ul.topics ul.mobileTopicStats li:last-child:after {
            display: none;
        }

.mobileOrder {
    display: none;
    width: 100%;
    text-align: right;
    padding: 0 3px;
    position: absolute;
    right: 4px;
    top: 5px;
}

    .mobileOrder select {
        padding: 2px 5px;
        border: 1px solid #efefef;
        font-size: 1rem;
        border-radius: 3px;
    }

    .mobileOrder input[type=submit] {
        position: absolute;
        top: -10000px;
        left: -10000px;
    }

/* Topic tags */
.mainTopicDetails .tagOuterWrap span {
    display: inline-block;
    font-size: 0.8rem;
    line-height: 100%;
    font-style: italic;
}

.mainTopicDetails ul.tagViewer {
    display: inline-block;
}

    .mainTopicDetails ul.tagViewer li a {
        padding: 3px 5px;
        line-height: 100%;
        font-size: 0.8rem;
    }


@media screen and (max-width: 1200px) {

    .topicsWrapperResponsive {
        border-left: 0;
        border-right: 0;
    }
}

@media screen and (max-width: 1050px) {

    /* Thin the last post col widen topic col */
    .topicCols > div {
        width: 100px;
    }

        .topicCols > div:nth-child(2) {
            flex-grow: 1;
        }

        .topicCols > div:last-child {
            width: 175px;
        }


    /* Last reply avatar */
    ul.topics .lastReply a.avatarWrap {
        display: none;
    }

    ul.topicDetails span.by {
        display: none;
    }
}


@media screen and (max-width: 900px) {
    ul.topics .mainTopicDetails {
        display: block;
    }

        ul.topics .mainTopicDetails .pagination {
            display: none;
        }

            ul.topics .mainTopicDetails .pagination.mobile {
                display: block;
                padding-left: 0;
                margin-top: 3px;
            }

                ul.topics .mainTopicDetails .pagination.mobile ul {
                    display: inline-flex;
                }
}

@media screen and (max-width: 700px) {
    .topicCols > div:nth-child(3), .topicCols > div:nth-child(4) {
        display: none;
    }

    .topicCols > div:nth-child(1) {
        width: 64px;
    }

    ul.topics .mainTopicDetails ul.topicDetails li {
        display: block;
    }

        ul.topics .mainTopicDetails ul.topicDetails li:after {
            display: none;
        }

        ul.topics .mainTopicDetails ul.topicDetails li:last-child {
            display: none;
        }

    ul.topics ul.mobileTopicStats {
        display: block;
    }

    .mobileOrder {
        display: block;
    }

    .topicCols > div:nth-child(5) {
        font-size: 0;
    }

        .topicCols > div:nth-child(5) img {
            display: none;
        }
}

@media screen and (max-width: 550px) {
    .topicCols > div:nth-child(5) {
        displaY: none;
    }
}

@media screen and (max-width: 460px) {
    .mobileOrder {
        font-size: 0;
    }
}

@media screen and (max-width: 350px) {
    .topicCols > div:nth-child(1) {
        width: 48px;
    }

        .topicCols > div:nth-child(1) img {
            height: 24px;
            width: 24px;
        }
}

.assetTopicWrap {
    background: #fff;
    border: 1px solid #efefef;
    margin-bottom: 5px;
    border-radius: 3px;
    margin-top: 5px;
}

    .assetTopicWrap > div:first-child {
        font-size: 0.85rem;
        font-weight: 500;
        line-height: 100%;
        background: #efefef;
        margin-bottom: 3px;
        border-radius: 3px;
        padding: 5px;
    }

    .assetTopicWrap > div:last-child {
        padding: 3px 5px;
    }

.assetWrapper .assetImageWrap {
    margin-bottom: 0 !important;
    margin-right: 10px;
    flex-grow: 0
}

.assetWrapper {
    max-width: 100% !important;
    width: 100%;
    display: flex;
    margin: 0 !important;
    align-items: flex-start;
}

.assetImageWrap {
    max-width: 120px !important;
}

.assetWrapper a.assetName {
    font-size: 1.15rem !important;
}

@media screen and (max-width: 450px) {
    .assetWrapper {
        display: block;
    }

    .assetImageWrap {
        width: 100% !important;
        max-width: 100% !important;
        max-height: 64px;
        overflow: hidden;
    }

        .assetImageWrap a {
            width: 100%;
        }

            .assetImageWrap a img {
                width: 100%;
            }

    .itemNameWrap {
        margin-top: 3px;
    }
}
