tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
    border-left: 0;
}

tr td.trow1:last-child,
tr td.trow2:last-child,
tr td.trow_shaded:last-child {
    border-right: 0;
}

.tborder tbody tr:last-child td {
    border-bottom: 0;
}

.thead_left {
    border-top-right-radius: 0;
}

.thead_right {
    border-top-left-radius: 0;
}

.tcat_menu {
    border-radius: 0 !important;
}

#iconbouton {
    padding: 10px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 14px;
    background: #2ECC71;
    color: #FFF;
}

.teammember {
    background: #F0F0F0;
    border-bottom: 4px solid #E3E3E3;
    margin: 18px;
    display: inline-block;
    padding: 55px 0;
    width: 24%;
    font-size: 17px;
}

.logo_mobile,
#nav_active {
    display: none;
}

.forum {
    width: 77%;
}

@media (max-width: 1280px) {
    .wrapper {
        width: 100%;
    }

    #threads, #views, #replies, #lastpost,
    .star_rating_container, #rating {
        display: none;
    }

    #menu_mobile {
        display: block !important;
    }

    #menu_desktop, .hide_mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    #threads, #views, #replies, #lastpost,
    .side, .useroptions {
        display: none;
    }

    #profile_desktop, #desktop_post,
    #menu_desktop, #notif_desktop, .hide_mobile {
        display: none;
    }

    #mobile_profile, #mobile_post, #mobile_menu {
        display: block !important;
    }

    .post_flexible {
        display: block;
    }

    .headerlist {
        display: none;
    }

    .navigation, #header_block, .nav_link {
        display: none;
    }

    .forum, .wrapper {
        width: 100%;
    }

    .post.classic .post_author {
        float: none;
        width: 100%;
        padding: 20px 0;
    }

    .teammember {
        display: block;
        width: 60%;
    }

    #nav_width, #content_width {
        float: none;
        width: 100% !important;
        margin-top: 15px;
    }
}
		