2012-2014 ESQUE PlanetMinecraft

This userstyle restores the 2012-2014 PlanetMinecraft

/* ==UserStyle==
@name           2012-2014 ESQUE PlanetMinecraft
@namespace      https://userstyles.world/user/2013internetlover
@version        1.4.4
@description    This userstyle restores the 2012-2014 PlanetMinecraft
@author         2013internetlover
@license        CC-BY-SA-4.0
@preprocessor   less
@var select themes "Era" {
    "May-Aug 2012": "m2012",
    "Jan-Aug 2013": "e2013",
    "Sep-Dec 2013": "m2013",
    "Sep-Dec 2014*": "m2014",
}
@var select season "Season" {
    "Christmas 2012": "c2012",
    "Default*": "df",
    "Christmas 2013": "c2013",
}
==/UserStyle== */
@-moz-document domain("planetminecraft.com") {
    /*Main Website*/
    body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #252525;
    }
    .navmenu .navbar_icon.dropdown {
        display: none;
    }
    .navigation-wrap .navmenu a {
        & when (@themes =m2012) {
            font-size: 14px;
            text-shadow: -1px -1px 0 #000!important;
            text-transform: uppercase;
        }
    }
    a#nav-home::after {
        & when (@themes =m2012) {
            content: "Home";
            font-size: 14px;
            text-transform: uppercase;
        }
    }
    .navmenu .navbar_icon.home {
        & when (@themes =m2012) {
            display: none;
        }
    }
    body > #responsive728-wrap {
        display: none!important;
    }
    #member-sidebar {
        display: none!important;
    }
    #header #header-wrap #header-left #header_logo a img.notMobile {
        width: 222px;
        height: 72px;
        content: url(https://i.imgur.com/kg1puiZ.png);
        & when (@themes =m2014) {
            width: 222px;
            height: 72px;
            content: url(https://i.imgur.com/R4ZIFYC.png)!important;
        }
    }
    #header #header-wrap {
        width: 100%;
        max-width: 960px!important;
        padding-bottom: 5px;
    }
    input#keywords.default-value::placeholder {
        color: #fff0;
    }
    .search-box form button {
        display: none;
    }
    .search-box {
        margin: 4px 0 0 5px;
        position: relative;
        clear: both;
        max-width: 135px!important;
        box-shadow: none!important;
        border-radius: 0!important;
        background: #fff url('https://i.imgur.com/LbP69in.gif') repeat-x;
        border: 1px solid #83aade;
        & when (@themes =m2014) {
            margin: 4px 0 0 5px;
            position: relative;
            clear: both;
            max-width: 135px!important;
            box-shadow: none!important;
            background: #fff url('https://i.imgur.com/LbP69in.gif') repeat-x;
            border: none!important;
            border-radius: 2px!important;
        }
    }
    .search-box::after {
        content: "SEARCH";
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 14px;
        position: absolute;
        top: 5px;
        left: 143px;
        color: #fff;
        cursor: pointer;
        & when (@themes =m2014) {
            content: "SEARCH";
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 700;
            font-size: 14px;
            position: absolute;
            top: 5px;
            left: 143px;
            color: #fff;
            cursor: pointer;
            text-shadow: 0 1px 1px #142952;
        }
    }
    .breadcrumbs .material-icons.material-icons {
        display: none;
    }
    #header #header-wrap .header_text > ul > li > .material-btn.mem_submit .material-icons,
    #header #header-wrap .header_text > ul > li > a.mem_submit .material-icons,
    #mobileRightPanel .sidr-inner > ul > li > .material-btn.mem_submit .material-icons,
    #mobileRightPanel .sidr-inner > ul > li > a.mem_submit .material-icons {
        display: none;
    }
    .breadcrumbs a:hover {
        text-decoration: none;
    }
    .breadcrumbs a {
        font-size: 11px;
        display: inline-block;
        margin: 0;
        padding: 1px;
        padding-left: 1px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .breadcrumbs b {
        font-size: 0px;
        margin: 0 0px;
    }
    .breadcrumbs b::after {
        margin: 0 3px;
        content: "›";
        font-size: 11px;
        color: #252525;
        font-weight: 500;
    }
    .breadcrumbs a:first-of-type::before {
        content: "You are here:";
        font-size: 11px;
        color: #252525;
        font-weight: 500;
        padding-right: 5px;
    }
    .breadcrumbs {
        white-space: nowrap;
        font-size: 11px;
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        & when (@themes =m2014) {
            color: #252525;
        }
    }
    div.breadcrumbs.header_box.notMobile {
        background: #fff0!important;
        & when (@themes =m2014) {
            background: rgba(238, 242, 249, .8)!important;
            padding-right: 5px!important;
        }
    }
    #header #header-wrap .header_box:not(#level_panel) {
        border-radius: 5px!important;
        padding: 0px 0px;
        background: rgba(238, 242, 249, .8);
        & when (@themes =m2014) {
            border-radius: 5px!important;
            padding: 0px 0px 3px;
            background: rgba(238, 242, 249, .8);
            border: 1px solid rgba(238, 242, 249, 0.7);
            box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.4);
        }
    }
    #header-top-bar {
        margin-top: 2px;
    }
    #header #header-wrap .header_text > ul > li:nth-child(3) {
        display: none;
    }
    #header #header-wrap .header_text > ul > li:nth-child(6)::before {
        content: "MY ACCOUNT";
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        color: #36c;
        font-weight: bold;
        cursor: pointer;
    }
    #header #header-wrap .header_text > ul > li .submenu_trigger i.material-icons.account_circle {
        display: none;
    }
    #header #header-wrap .header_text > ul > li .submenu_trigger {
        color: #36c!important;
    }
    .material-icons.drafts:before {
        color: #e6510000;
        background-image: url("https://i.imgur.com/v6w5xBM.png");
        background-position: 0px -50px;
        width: 10px;
    }
    #header #header-wrap .header_text > ul > li .material-icons.material-icons {
        min-width: 0px;
        min-height: 0px;
    }
    .material-icons.arrow_drop_down:before {
        content: "";
    }
    .material-icons.arrow_drop_down {
        background-image: url(https://i.imgur.com/v6w5xBM.png);
        background-position: -32px -48px;
        min-height: 16px!important;
        min-width: 16px!important;
        & when (@themes =m2014) {
            background-image: url('https://i.imgur.com/ABk84sF.png');
            background-position: -32px -48px;
            min-height: 16px!important;
            min-width: 16px!important;
        }
    }
    .material-icons.md-24 {
        height: 16px;
        width: 16px;
    }
    #header #header-wrap .header_text > ul > li .material-icons:nth-child(1) {
        width: 16px;
        height: 11px;
    }
    #header #header-wrap .header_text > ul > li > a {
        color: #36c;
    }
    #header #header-wrap .header_text > ul > li {
        font-size: 11px!important;
    }
    #header #header-wrap .header_text > ul > li > a:hover {
        color: #187e10!important;
    }
    #header #header-wrap .header_text > ul > li > .material-btn:hover.mem_submit .material-icons,
    #header #header-wrap .header_text > ul > li > .material-btn:hover.mem_submit > span,
    #header #header-wrap .header_text > ul > li > a:hover.mem_submit .material-icons,
    #header #header-wrap .header_text > ul > li > a:hover.mem_submit > span,
    #mobileRightPanel .sidr-inner > ul > li > .material-btn:hover.mem_submit .material-icons,
    #mobileRightPanel .sidr-inner > ul > li > .material-btn:hover.mem_submit > span,
    #mobileRightPanel .sidr-inner > ul > li > a:hover.mem_submit .material-icons,
    #mobileRightPanel .sidr-inner > ul > li > a:hover.mem_submit > span {
        color: #187e10!important;
    }

    #change-status-trigger {
        display: none;
    }
    .avatar_icon {
        border-radius: 0px!important;
    }
    #header #level_panel {
        margin-top: 8px;
        margin-right: 5px;
        box-sizing: border-box;
        background: rgba(238, 242, 249, 0.8);
        border: none;
        box-shadow: none;
        border-radius: 5px;
        background-clip: padding-box;
        padding: 5px;
        font-size: .6875rem;
        & when (@themes =m2014) {
            background: rgba(238, 242, 249, .8);
            border: 1px solid rgba(238, 242, 249, 0.7);
            box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.4);
        }
    }
    #level_panel #level_bar .progressbar > .filled {
        height: 100%;
        background: #880d28;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fce8b3), color-stop(50%, #fccd4d), color-stop(51%, #f8ba11), color-stop(100%, #fadc89));
        color: #FFF;
        cursor: pointer;
        border: 1.5px solid #f8b500;
    }
    #level_panel #level_bar .xp_overlay {
        position: absolute;
        z-index: 1;
        width: 18rem;
        height: 22px;
        background: url(/images/layout/themes/modern/pmc_xpbar.png) no-repeat;
        top: -2px;
        visibility: hidden
    }
    #level_panel #level_bar .progressbar {
        height: 19px;
        border-radius: 5px;
        background: var(--feed-alt-bg);
        overflow: hidden;
        color: #333;
        font-size: 12px;
        line-height: 26px;
        text-shadow: 0 1px 0 #fff;
        border-color: #ccc #ccc #aaa;
        background-color: #e0e0e0;
        box-shadow: inset 0 0 1px #fff;
        background-image: linear-gradient(to bottom, #fdfefe 0, #fdfefe 100%);
        border: 1px solid #afcee5;
    }
    #nav-bar #pin_list > a:not(#menu_more) .navbar_icon {
        display: none;
        & when (@themes =m2014) {
            display: inline-block!important;
        }
    }
    #nav-bar {
        & when (@themes =m2012) {
            position: relative;
        }
    }
    #nav-bar.stuck {
        background: #79553a url('https://i.imgur.com/Bj5IcUb.gif') repeat-x;
        box-shadow: none!important;
    }
    .navmenu .navbar_icon.home {
        margin: 0;
        background: none;
        content: url(https://i.imgur.com/lSz5U9M.png);
        width: 18px;
        height: 18px;
        position: relative;
        top: -1px;
    }
    #nav-bar {
        background: #79553a url('https://i.imgur.com/Bj5IcUb.gif') repeat-x;
        & when (@season =c2012) {
            background: #79553a url('https://i.imgur.com/Zyzj3Zv.gif') repeat-x;
        }
        & when (@season =c2013) {
            background: #79553a url('https://i.imgur.com/Zyzj3Zv.gif') repeat-x;
        }
    }
    #header {
        background: #ABCDFF url("https://i.imgur.com/iHQjEHg.png") repeat-x;
        background-position: 50% 0;
        & when (@season =c2012) {
            background: #ABCDFF url("https://i.imgur.com/gqJSMu0.jpg") repeat-x;
            background-position: 50% 0;
        }
        & when (@season =c2013) {
            background: #ABCDFF url("https://i.imgur.com/oqKhjYN.jpg") repeat-x;
            background-position: 50% 0;
        }
    }
    body.widescreen #header {
        border-radius: 0px 0px 0 0;
    }
    #level_panel #level_bar {
        margin-top: 0px;
    }
    #container,
    #page_container {
        min-height: 600px;
        max-width: 970px!important;
        width: 100%;
    }
    #top_of_page {
        display: none;
    }
    .resource_list .r-card {
        display: none;
    }
    #container {
        min-height: 600px;
        background: #fff url('https://i.imgur.com/QUg4616.gif')!important;
        border-left: 1px solid #111;
        border-right: 1px solid #111;
        margin: 5px auto 0;
        border-radius: 0px 0px 0 0!important;
        background-clip: padding-box;
        border-bottom: 1px solid #ccc;
    }
    #popular-reel {
        position: relative;
        border-radius: 0px 0px 0 0!important;
        clear: both;
        overflow: hidden;
        height: 275px;
        background: #000;
        margin-left: 5px;
        margin-top: 5px;
        border: 2px solid #000;
        max-width: 640px!important;
        & when (@themes =m2014) {
            position: relative;
            border-radius: 0px 0px 5px 0!important;
            clear: both;
            overflow: hidden;
            height: 275px;
            background: #000;
            margin-left: 0px;
            margin-top: 0px;
            border: 2px solid #000;
            max-width: 640px!important;
        }
    }
    #popular-reel .caption {
        z-index: 4;
        text-align: left;
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 5px!important;
        padding-right: 10px!important;
        padding-bottom: 10px!important;
        color: #fff;
        text-shadow: none!important;
        background: url(https://web.archive.org/web/20131002024509im_/http://www.planetminecraft.com/java/images/opa75.png)!important;
        border-radius: 0 5px 0 0;
        backdrop-filter: none!important;
        min-width: 10px;
    }
    #popular-reel .caption > .caption-subtitle > span {
        display: none;
    }
    #popular-reel .caption > .caption-subtitle {
        display: none;
    }
    #popular-reel .caption .pop-title {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 0px 0;
        font-weight: 700;
    }
    #popular-reel .caption .pop-title:hover {
        color: #FCEE4B;
    }
    #popular-reel .profile-member {
        display: none;
    }
    .lg-video-play-button {
        width: 18%;
        max-width: 102px;
        max-height: 70px;
        z-index: 2;
        cursor: pointer;
        will-change: none;
        background: url(https://i.imgur.com/YzvQ0dz.png) no-repeat 0 -97px;
    }
    .lg-video-play-button:hover {
        width: 18%;
        max-width: 102px;
        max-height: 70px;
        z-index: 2;
        cursor: pointer;
        will-change: none;
        background: url(https://i.imgur.com/YzvQ0dz.png) no-repeat -102px -97px;
    }
    .lg-video-play-icon-bg {
        fill: none;
        stroke-width: 3%;
        stroke: #fff0;
        opacity: .6;
        will-change: opacity;
        transition: none;
    }
    .lg-video-play-icon {
        position: absolute;
        width: 25%;
        max-width: 120px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: none;
        opacity: .0;
        will-change: opacity;
        transition: none;
    }
    .lg-video-play-button:hover .lg-video-play-icon,
    .lg-video-play-button:hover .lg-video-play-icon-bg {
        opacity: 0;
    }
    .la-ball-8bits {
        display: block;
        font-size: 0;
        color: #36c;
        margin: 0 auto;
        width: 52px;
        height: 52px;
        background: url(https://i.imgur.com/EyhUpii.gif);
    }
    .lg-video-loading .lg-video-play-icon-circle {
        -webkit-animation: none;
        animation: none;
        width: 52px;
        height: 52px;
        background: url(https://i.imgur.com/EyhUpii.gif);
    }
    .content {
        box-sizing: border-box;
        padding: 0px;
        margin: 5px;
        max-width: 653px!important;
        & when (@themes =m2014) {
            max-width: 636px!important;
        }
    }
    #resource-list-header #resource-list-title > #title-desc h1 {
        display: none;
    }
    #resource-list-header #resource-list-title > #title-desc p {
        display: none;
    }
    #resource-list-header #resource-list-title span.sub_lrg_home {
        display: none;
    }
    #resource-list-header #resource-list-title {
        margin: 0px 0px 0px 0px;
        height: 34px!important;
        background: #ccc url('https://i.imgur.com/OyInZla.gif');
    }
    .site_btn_medium .material-icons {
        display: none;
    }
    #resource-list-header #resource-list-title > #title-desc {
        display: none;
    }
    #resource-list-header #resource-list-title #resources-actions .site_btn_medium {
        margin-bottom: 0px;
        background: #36C;
        color: #fff;
        white-space: nowrap;
        height: 34px;
        padding: 0px 10px 0px 10px!important;
        font-weight: 700;
        font-size: 13px;
        text-decoration: none;
        box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2);
        text-shadow: -1px -1px 0 #244993;
        border: 1px solid #333;
        border-radius: 0px!important;
        & when (@themes =m2012) {
            margin-bottom: 0px;
            color: #fff;
            white-space: nowrap;
            height: 34px;
            padding: 0px 10px 0px 10px!important;
            font-weight: 700;
            text-decoration: none;
            box-shadow: none;
            text-shadow: none;
            border: 1px solid #aaa;
            border-radius: 0px!important;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3366CC), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC));
            font-size: 14px;
            text-transform: uppercase;
        }
    }
    #resource-list-header #resource-list-title #resources-actions .site_btn_medium:hover {
        color: #FCEE4B!important;
        background: #244993!important;
        & when (@themes =m2012) {
            margin-bottom: 0px;
            color: #FCEE4B!important;
            border: 1px solid #aaa;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3366CC), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC))!important;
        }
    }
    #narrow_by #filters-set-mode {
        display: none;
    }
    .tab_options > ul > li.currentpage,
    .tab_options > ul > li.ui-state-active,
    .tab_options > ul > li:hover {
        border-bottom: none;
    }
    .tab_options {
        clear: both;
        overflow: hidden;
        margin: 10px 0 10px 0;
        padding: 0;
        background: #36C;
        & when (@themes =m2012) {
            border-radius: 0px;
        }
    }
    .controls .tab_options {
        & when (@themes =m2012) {
            border-radius: 0px;
        }
    }
    .tab_options > ul > li:nth-child(7) {
        display: none;
    }
    .tab_options > ul > li a > * {
        display: none;
    }
    .tab_options > ul > li a {
        font-size: 13px!important;
        text-shadow: 1px 1px #eee;
        color: #36c;
        font-weight: 700;
        padding: 10px 15px 7px;
        margin-top: 2px;
        background: #ccc url('https://i.imgur.com/OyInZla.gif');
        border: 1px solid #aaa;
        border-right: 1px solid #eee;
        & when (@themes =m2012) {
            font-size: 12px!important;
            text-shadow: none!important;
            color: #36c;
            font-weight: 700;
            padding: 10px 15px 7px;
            margin-top: 1px;
            background: #ccc url('https://i.imgur.com/OyInZla.gif');
            border: 1px solid #aaa;
            text-transform: uppercase;
        }
    }
    .tab_options > ul > li {
        box-sizing: border-box;
        transition: background-color .2s linear;
        display: inline-block;
        border-bottom: none!important;
        margin-right: 0px!important;
    }
    .tab_options > ul > li.currentpage > a,
    .tab_options > ul > li.ui-state-active > a {
        transition: none;
        border-radius: 0px 0px 0 0;
        color: var(--tab-selected);
        font-size: 15px!important;
        border: 1px solid #fff;
        border-bottom: none!important;
        height: 19px;
        background: #ccc url('https://i.imgur.com/2gHf4MM.gif');
        & when (@themes =m2014) {
            transition: none;
            border-radius: 0px 0px 0 0;
            color: var(--tab-selected);
            font-size: 15px!important;
            border: 1px solid #fff;
            border-bottom: none!important;
            height: 20px;
            background: #ccc url('https://i.imgur.com/2gHf4MM.gif');
        }
        & when (@themes =m2012) {
            transition: none;
            border-radius: 0px 0px 0 0;
            color: var(--tab-selected);
            font-size: 12px!important;
            border: 1px solid #fff;
            border-bottom: none!important;
            height: 17px;
            background: #ccc url('https://i.imgur.com/2gHf4MM.gif');
            text-decoration: underline;
        }
    }
    .tab_options > ul > li.currentpage > a,
    .tab_options > ul > li.ui-state-active > a,
    .tab_options > ul > li:hover > a {
        transition: none;
        border-radius: 0px 0px 0 0;
        background: #ccc url('https://i.imgur.com/2gHf4MM.gif');
    }
    #list_options {
        border-top: 1px solid #fff;
        border-bottom: none;
    }
    #resource-list-header #resource-list-title {
        border-bottom: 1px solid #ccc;
    }
    .navigation-wrap {
        max-width: 960px!important;
        margin: 0 auto;
        height: 100%;
        position: relative;
    }
    .tab_options > ul > li:first-child {
        margin-left: 2px!important;
        & when (@themes =m2012) {
            margin-left: 0px!important;
        }
    }
    .vert_menu > ul > li:only-child > a,
    .vert_menu > ul > li > a:nth-child(2) {
        display: none!important;
    }
    .vert_menu > ul > li:only-child > a,
    .vert_menu > ul > li > a {
        background: var(--input-bg);
        padding: 5px 5px 5px 8px;
        margin: 0px 0px;
        font-weight: 700;
        font-size: 12px!important;
        border-radius: 0px;
        color: #333!important;
        text-shadow: 0 1px 0 #fff;
        box-shadow: inset 0 0 1px #fff!important;
        background-image: linear-gradient(to bottom, #fafafa 0, #dcdcdc 100%);
        border: 1px solid #aaa;
        & when (@themes =m2012) {
            padding: 5px 5px 5px 8px;
            margin: 0px 0px;
            font-weight: 400;
            font-size: 12px!important;
            border-radius: 0px;
            color: #fff!important;
            text-shadow: none;
            box-shadow: inset 0 0 1px #fff!important;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3366CC), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC))!important;
            border: 1px solid #39586a!important;
        }
    }
    .resource_block > .pagination {
        float: right;
    }
    .resource_block > .num_results {
        float: left;
    }
    .num_results .stat {
        color: #b13e16!important;
        font-size: 12px;
        font-weight: 700;
    }
    .num_results {
        margin: 8px 5px;
        color: #b13e16!important;
        font-size: 12px;
        font-weight: 700;
    }
    .pagination p a,
    .pagination p > span {
        padding: 5px 8px!important;
        margin: 0 0px;
        color: #333;
        font-weight: 700;
        font-size: 12px!important;
        text-shadow: 0 1px 0 #fff;
        border-color: #ccc #ccc #aaa;
        background-color: #e0e0e0;
        background-image: linear-gradient(to bottom, #fafafa 0, #dcdcdc 100%);
        border-bottom: 1px solid transparent;
        border-left: 1px solid #fff;
        border-right: 1px solid #aaa;
        & when (@themes =m2012) {
            padding: 3px 4px!important;
            margin: 0 0px;
            color: #36c;
            font-weight: 700;
            font-size: 12px!important;
            text-shadow: none!important;
            border: none!important;
            background-color: #fff0;
            background-image: none;
            border-bottom: 1px solid transparent;
            border-left: 1px solid #fff;
            border-right: 1px solid #aaa;
        }
    }
    .pagination p a.pagination_more:hover,
    .pagination p a:not(.pagination_page):hover,
    .pagination p > span.pagination_more:hover,
    .pagination p > span:not(.pagination_page):hover {
        color: #FCEE4B;
        background: #36c;
        text-shadow: none;
        & when (@themes =m2014) {
            color: #333!important;
            background: #fff;
            text-shadow: none;
        }
    }
    .pagination p a.pagination_page,
    .pagination p > span.pagination_page {
        color: #FCEE4B;
        background: padding-box #36c;
        border-radius: 0px;
        font-weight: 700;
        text-shadow: none;
        border-left: none;
    }
    .pagination p a:first-child,
    .pagination p > span:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        & when (@themes =m2012) {
            border-radius: 0px!important;
        }
    }
    .pagination p a:last-child,
    .pagination p > span:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        & when (@themes =m2012) {
            border-radius: 0px!important;
        }
    }
    .pagination p a.pagination_next,
    .pagination p a.pagination_prev,
    .pagination p > span.pagination_next,
    .pagination p > span.pagination_prev {
        padding: 0px!important;
        padding-top: 1px!important;
        width: 40px;
        position: relative;
        top: -1px;
        & when (@themes =m2014) {
            padding: 0px!important;
            padding-top: 1px!important;
            width: 40px;
            position: relative;
            top: 0px;
        }
        & when (@themes =m2012) {
            padding: 0px!important;
            padding-top: 1px!important;
            width: 40px;
            position: relative;
            top: 0px;
            height: 21px;
        }
    }
    .pagination {
        margin: 4px 0 5px;
        border: 1px solid #aaa;
        height: 26px;
        border-radius: 5px;
        & when (@themes =m2012) {
            margin: 4px 0 5px;
            border: none!important;
            height: 24px;
            border-radius: 0px;
            & when (@themes =m2012) {
                height: 21px!important;
            }
        }
    }
    a.pagination_next i.material-icons.md-24.keyboard_arrow_right {
        width: 40px!important;
        & when (@themes =m2012) {
            height: 21px!important;
        }
    }
    a.pagination_next i.material-icons.md-24.keyboard_arrow_right::before {
        content: ' next »';
        font-size: 12px;
        visibility: visible;
        font-family: Arial, Helvetica, sans-serif;
        position: relative;
        top: -10px;
        left: 2px;
        width: 40px!important;
        & when (@themes =m2012) {
            height: 21px!important;
        }
    }
    a.pagination_prev i.material-icons.md-24.keyboard_arrow_left {
        width: 40px!important;
        & when (@themes =m2012) {
            height: 21px!important;
        }
    }
    a.pagination_prev i.material-icons.md-24.keyboard_arrow_left::before {
        content: ' « prev ';
        font-size: 12px;
        visibility: visible;
        font-family: Arial, Helvetica, sans-serif;
        position: relative;
        top: -10px;
        left: 2px;
        width: 40px!important;
        & when (@themes =m2012) {
            height: 21px!important;
        }
    }
    .pagination p a.pagination_next.holder,
    .pagination p a.pagination_prev.holder,
    .pagination p > span.pagination_next.holder,
    .pagination p > span.pagination_prev.holder {
        display: none;
    }
    .resource .r-preview {
        padding: 0px;
        border: 2px solid #eee;
        outline: 1px solid #aaa;
    }
    .resource .r-preview:hover {
        border: 2px solid #FCEE4B;
    }
    .resource .r-preview > a img {
        border-radius: 0px!important;
    }
    .resource .unique-flag {
        display: none;
    }
    .resource .c-actions .material-icons {
        display: none;
    }
    .resource .r-info {
        box-sizing: border-box;
        width: 100%;
        padding: 0px 10px;
        color: var(--text-color-medium);
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .resource {
        position: relative;
        border-radius: 5px;
        background: #fff url("https://i.imgur.com/OyInZla.gif")!important;
        box-shadow: none!important;
        display: -webkit-flex;
        display: flex;
        margin: 15px 0;
        border-bottom: none!important;
        & when (@themes =m2012) {
            position: relative;
            border-radius: 0px;
            background: #fff url("https://i.imgur.com/OyInZla.gif")!important;
            box-shadow: none!important;
            display: -webkit-flex;
            display: flex;
            margin: 15px 0;
            border-bottom: none!important;
        }
    }
    .resource .r-info .r-title {
        font-size: 14px!important;
        border-bottom: 1px solid #aaa;
        color: #3366CC!important;
        margin: 0px 0;
        margin-bottom: 5px;
        padding: 7px 0;
        font-weight: 700;
        width: 100%;
    }
    .resource .r-info .r-title::after {
        content: "Resource";
        font-size: 11px;
        color: #777;
        font-weight: 400;
        float: right;
        cursor: text;
    }
    .resource .r-info .r-title:hover {
        color: #187e10!important;
    }
    .resource .r-info .r-details .r-attr > span,
    .resource .r-info .r-details .r-stats > span {
        cursor: default;
        color: #b13e16;
        font-weight: 700;
        user-select: none;
        display: flex;
        align-items: center;
        font-size: 14px;
        margin: 0 0px;
    }
    .material-icons.photo:before {
        content: 'none';
    }
    .material-icons.photo {
        background-image: url(https://i.imgur.com/v6w5xBM.png);
        background-position: -102px -97px;
        width: 22px;
        height: 23px;
    }
    .material-icons.archive {
        background-image: url(https://i.imgur.com/v6w5xBM.png);
        background-position: 5px -96px;
        width: 25px;
        height: 23px;
    }
    .material-icons.photo:before {
        content: 'none';
    }
    .material-icons.ondemand_video:before {
        content: 'none';
    }
    .material-icons.ondemand_video {
        background-image: url(https://i.imgur.com/v6w5xBM.png);
        background-position: -78px -95px;
        width: 25px;
        height: 23px;
    }
    .material-icons.explore:before {
        content: 'none';
    }
    .material-icons.explore {
        background-image: url(https://i.imgur.com/v6w5xBM.png);
        background-position: -124px -96px;
        width: 20px;
        height: 24px;
    }
    .material-icons.insert_drive_file:before {
        content: 'none';
    }
    .material-icons.insert_drive_file {
        background-image: url(https://i.imgur.com/v6w5xBM.png);
        background-position: 0 -96px;
        display: block;
        width: 20px;
        height: 24px;
    }
    .material-icons.archive:before {
        content: 'none';
    }
    .material-icons.spa:before {
        display: none;
    }
    .material-icons.spa {
        content: 'none';
    }
    .resource .r-info .r-details .r-attr > *,
    .resource .r-info .r-details .r-stats > * {
        color: #252525;
    }
    .resource .unique-flag {
        display: none;
    }
    .resource .r-subtitle {
        display: flex;
    }
    .resource .r-subtitle .r-subject {
        display: none!important;
    }
    .resource .r-subtitle .pbar {
        margin: 5px 0;
        width: 162px;
        display: block!important;
        float: right;
        position: absolute;
        right: 1px;
        margin-right: 8px;
    }
    .resource .r-subtitle .pbar .progressbar {
        border-radius: 5px;
        height: 15px;
        overflow: hidden;
        border: 1px solid #4297d7;
        background: #fcfdfd url('https://web.archive.org/web/20141118012026im_/http://www.planetminecraft.com/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png') 50% bottom repeat-x;
    }
    .resource .r-subtitle .pbar .progressbar > .filled {
        height: 100%;
        background-color: #86b5d9;
        border-right: 1px solid #4297d7;
    }
    .resource .r-subtitle .pbar .progresstext {
        font-size: .6875rem;
        color: #000;
    }
    .resource .contributed .activity_name .activity_icon {
        display: none;
    }
    div.contributed i.material-icons {
        display: none;
    }
    div.contributed abbr.timeago {
        color: #252525;
        text-decoration: underline dotted;
        font-size: 11px;
    }
    .resource .contributed .activity_name .activity_icon {
        display: none;
    }
    .resource .r-info .contributed a::before {
        font-weight: 400;
        content: "by";
        font-size: 11px;
        color: #252525;
        cursor: text;
        margin-right: 3px;
    }
    .resource .contributed {
        padding-top: 5px;
        margin: auto 0 5px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-content: flex-start;
    }
    .material-icons.update:before {
        display: none;
    }
    .resource .contributed span:nth-child(4) {
        display: none;
    }
    .resource .contributed span:nth-child(2) {
        display: none;
    }
    .resource .c-actions {
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 5px 5px 5px 0;
    }
    .resource .c-actions > .c-action {
        cursor: default;
        color: #b13e16;
        font-weight: 700;
        user-select: none;
        display: flex;
        align-items: center;
        font-size: 14px;
        margin: 0 0px;
    }
    .resource .c-actions .material-icons {
        display: none;
    }
    .resource .c-actions .c-text {
        display: none;
    }
    .resource .c-actions {
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        justify-content: center;
        margin: 5px 0px 0px 0;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
    }
    .resource .r-info .r-details .r-stats {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .resource .r-info .r-details {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        margin: 0px 0;
    }
    .resource .c-actions > .c-action:first-child::after {
        margin-left: 5px;
        font-weight: 400;
        content: " diamonds";
        font-size: 11px;
        color: #252525;
        cursor: default;
    }
    .material-icons.visibility {
        width: 0;
        height: 0;
    }
    .material-icons.get_app {
        font-size: 0px;
    }
    .resource .c-actions .c-vote .c-icon {
        display: none;
    }
    .resource .c-actions > .c-action:nth-child(2)::after {
        margin-left: 5px;
        font-weight: 400;
        content: " favorites";
        font-size: 11px;
        color: #252525;
        cursor: default;
    }
    .resource .c-actions .c-fav .c-icon {
        display: none;
    }
    .resource .r-info .r-details .r-attr > span,
    .resource .r-info .r-details .r-stats > span {
        cursor: default;
        color: #b13e16;
        font-weight: 700;
        user-select: none;
        display: flex;
        align-items: center;
        font-size: 14px;
        margin: 0 0px;
    }
    .resource .r-info .r-details .r-stats > span:nth-child(2)::after {
        margin-left: 5px;
        color: #333;
        content: "views";
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: 400;
        position: relative;
    }
    .resource .r-info .r-details .r-stats > span:nth-child(4)::after {
        margin-left: 5px;
        color: #333;
        content: "downloads";
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: 400;
    }
    .resource .r-info .r-details .r-stats > span:nth-child(6)::after {
        margin-left: 5px;
        color: #333;
        content: "comments";
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: 400;
    }
    .resource .r-info .r-details .r-stats .material-icons.material-icons {
        display: none;
    }
    .resource .c-actions > .c-action .grid-only {
        margin-left: 0px;
    }
    #section-title-img {
        display: none;
    }
    h2 {
        display: none;
    }
    h1 + p,
    h2 + p {
        display: none;
    }
    .faq_list {
        display: none;
    }
    #prefooter {
        display: none;
    }
    #footer #footer-subjects {
        display: none;
    }
    #footer .megamenu {
        display: none;
    }
    #footer {
        width: 100%;
        max-width: 970px!important;
        background: #ccc url('https://i.imgur.com/WK90gcd.gif')!important;
        border-top: 1px solid #fff;
    }
    div.line_divider {
        clear: both;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #ccc;
        margin: 0;
    }
    #footer #footer-legal {
        background: none!important;
        padding: 5px 10px;
        color: #aaa;
    }
    #footer #footer-legal #copyright {
        font-size: 0px;
        display: block!important;
        max-width: 422px!important;
        padding: 0px 0px 0 6px;
    }
    #footer #footer-legal #copyright::after {
        font-size: 11px;
        content: "© 2013 Planetminecraft.com. All rights reserved. All creations copyright of the creators. Minecraft is copyright Mojang AB and is not affiliated with this site. Get the game! ";
        color: #252525;
        cursor: text;
        max-width: 422px!important;
        display: block!important;
        & when (@themes =m2014) {
            font-size: 11px;
            content: "© 2014 Planetminecraft.com. All rights reserved. All creations copyright of the creators. Minecraft is copyright Mojang AB and is not affiliated with this site. Get the game! ";
            color: #252525;
            cursor: text;
            max-width: 422px!important;
            display: block!important;
        }
        & when (@themes =m2012) {
            font-size: 11px;
            content: "© 2012 Planetminecraft.com. All rights reserved. All creations copyright of the creators. Minecraft is copyright Mojang AB and is not affiliated with this site. Get the game! ";
            color: #252525;
            cursor: text;
            max-width: 422px!important;
            display: block!important;
        }
    }
    #footer a {
        color: #36c;
        font-weight: 400;
    }
    #footer a:hover {
        color: #187e10;
    }
    #footer #footer-legal #legal-links a::after {
        content: "";
        width: 1px;
        height: 7px;
        background-color: #000;
        display: block;
        margin: -10px;
        cursor: text;
        & when (@themes =m2014) {
            display: none;
        }
    }
    #footer #footer-legal #legal-links a {
        & when (@themes =m2014) {
            border-right: 1px solid #aaa;
        }
    }
    #footer #footer-legal #legal-links a:hover {
        & when (@themes =m2014) {
            background: #e8e8e8 url('https://i.imgur.com/MMlUkWj.gif')!important;
        }
    }
    a.currentpage.pinned.ui-sortable-handle[href="/projects/"] {
        font-size: 0px;
    }
    a.currentpage.pinned.ui-sortable-handle[href="/projects/"]:after {
        content: 'Projects';
        transition: none;
        margin: 0;
        display: inline-block;
        font-size: .9375rem;
        vertical-align: top;
        text-align: center;
    }
    a.pinned.ui-sortable-handle[href="/projects/"] {
        font-size: 0px;
    }
    a.pinned.ui-sortable-handle[href="/projects/"]:after {
        content: 'Projects';
        transition: none;
        margin: 0;
        display: inline-block;
        font-size: .9375rem;
        vertical-align: top;
        text-align: center;
    }

    a.pinned.ui-sortable-handle[href="/skins/"] {
        font-size: 0px;
    }
    a.pinned.ui-sortable-handle[href="/skins/"]:after {
        content: 'Skins';
        transition: none;
        margin: 0;
        display: inline-block;
        font-size: .9375rem;
        vertical-align: top;
        text-align: center;
    }
    #resource-list-header #resource-list-title span.sub_lrg {
        display: none;
    }
    .vert_menu > ul > li:only-child > a,
    .vert_menu > ul > li > a:hover {
        color: #36c!important;
        & when (@themes =m2014) {
            background: #fff!important;
            background-image: none;
        }
        & when (@themes =m2012) {
            color: #FCEE4B!important;
        }
    }
    .vert_menu > ul > li:only-child > a.current_select,
    .vert_menu > ul > li > a.current_select {
        z-index: 448;
        font-weight: 700;
        color: #fff;
        border: 1px solid #aaa;
        background: #fff;
        & when (@themes =m2012) {
            z-index: 448;
            font-weight: 700;
            color: #333!important;
            border: 1px solid #aaa;
            background: #fff!important;
        }
    }
    .forum_replies_container {
        clear: both;
        padding: 5px;
        background: url(https://i.imgur.com/aFBhu6O.jpeg);
        border-radius: 5px;
        background-clip: padding-box;
    }
    .forum_replies_container > .forum_reply {
        border: 1px solid #aaa;
        background: #ccc url(https://i.imgur.com/OyInZla.gif);
        padding-right: 3px;
    }
    .forum_reply .avatar {
        display: none;
    }
    .forum_reply > .content_box > .member_box {
        display: flex;
        position: relative;
        margin-bottom: 4px;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        width: auto;
        align-content: flex-start;
        align-items: flex-start;
        float: left;
    }
    .forum_reply .say_arrow {
        display: none;
    }
    .forum_reply > .content_box > .member_box > .rank_box {
        transition: none;
        opacity: 100%;
    }
    .forum_reply > .content_box > .member_box > .rank_box {
        display: block;
        margin-left: 0px;
        overflow: visible;
    }
    .forum_reply > .content_box > .member_box > .time_box > abbr {
        color: #333;
        vertical-align: middle;
    }
    .forum_reply > .content_box > .contents {
        overflow: hidden;
        margin: 10px 0px 2px 1px;
        padding: 5px 5px;
        box-sizing: border-box;
        background: #fff url(https://i.imgur.com/2gHf4MM.gif);
        box-shadow: none;
        border-radius: 5px;
        background-clip: padding-box;
        min-height: 44px;
        word-wrap: break-word;
        position: relative;
        top: 0;
        width: auto;
    }
    .forum_reply > .content_box > .member_box {
        display: flex;
        position: relative;
        margin-bottom: 4px;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: flex-start;
    }
    .forum_reply > .content_box > .member_box > .rank_box > .member_rank {
        color: #000;
    }
    .forum_replies_container .score_box,
    .thread_container .score_box {
        box-sizing: border-box;
        text-align: center;
        margin-left: 2px;
        padding: 3px;
        border-radius: 0px;
        box-shadow: none;
        border: 1px solid var(--border-color);
    }
    .options_box.inline_mode .option .opt_text {
        color: #36c;
        opacity: 1;
    }
    .options_box.inline_mode .option .opt_text:hover {
        color: #36c;
        opacity: 1;
    }
    .options_box.inline_mode .option .opt_text:active {
        color: #187e10!important;
    }
    .options_box.inline_mode .option:hover {
        background: #0000;
        color: #187e10!important;
    }
    .options_box.inline_mode .option .material-icons {
        display: none!important;
    }
    div.option.option_link.js_link,
    div.option.option_reply_vote_log {
        display: none!important;
    }
    .forum_replies_container {
        clear: both;
        padding: 5px;
        background: url(https://i.imgur.com/aFBhu6O.jpeg);
        border-radius: 5px;
        background-clip: padding-box;
    }
    .forum_replies_container > .forum_reply {
        border: 1px solid #aaa;
        background: #ccc url(https://i.imgur.com/OyInZla.gif);
        padding-right: 3px;
    }
    .options_box.inline_mode {
        margin: 0px 0px 0 0;
        float: right;
        margin-left: 0!important;
    }
    .forum_replies_container .score_container.sc-reply,
    .thread_container .score_container.sc-reply {
        display: none;
    }
    .forum_reply .expander {
        display: none;
    }
    .forum_reply > .content_box > .member_box > .r-header > .rank_box {
        transition: none!important;
        opacity: 1;
        display: flex;
        margin-left: 5px;
    }
    .forum_reply > .content_box > .member_box > .r-header {
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
    div.r-header {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .md-form select {
        font-size: 0.875rem;
        background: #fff url(https://web.archive.org/web/20130924064849im_/http://cdn2.planetminecraft.com/images/layout/input_bg.gif) repeat-x;
        border: 1px solid #aaa;
        color: #333;
        border-radius: 0px;
    }
    .md-form .website_input {
        box-sizing: border-box;
        border: 0;
        border-radius: 5px;
        background-clip: padding-box;
        padding: 0px;
    }
    .md-form .md-space,
    .md-form .side-by-side,
    .md-form .website_input {
        margin-top: 0px;
    }
    .md-form .website_input .inputs .md-input-inline {
        margin-top: 35px;
        width: 50%;
    }
    .md-form .md-input input {
        margin-top: 0px;
    }
    .md-form select {
        margin: 0px;
    }

    .md-form .md-input input {
        box-sizing: border-box;
        display: block;
        width: 40%;
        font-size: 11px;
        padding: 5px;
        background: #fff url(https://web.archive.org/web/20130924064849im_/http://cdn2.planetminecraft.com/images/layout/input_bg.gif) repeat-x;
        border: 1px solid #aaa;
        color: #333;
        border-radius: 0px 0px 0 0;
        background-clip: padding-box;
    }
    .md-form .md-input input:focus {
        outline: 0;
        border: 1px solid #aaa;
    }
    .md-form .md-input input:focus:not(:read-only) ~ .md-bar:after,
    .md-form .md-input input:focus:not(:read-only) ~ .md-bar:before {
        display: none;
    }
    .md-form .md-input input:focus {
        outline: 0;
        border: 1px solid #aaa;
    }
    .md-form .md-input label {
        left: 0!important;
        top: -18px!important;
        font-size: .6875rem;
        color: #252525;
    }
    .md-form .md-input {
        left: 0!important;
        top: -18px!important;
        font-size: .6875rem;
        color: #252525;
    }
    .md-form .md-input label {
        color: #252525;
        font-weight: 400;
        position: absolute;
        pointer-events: none;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .md-form select {
        font-size: .875rem;
        background: #fff url(https://web.archive.org/web/20130924064849im_/http://cdn2.planetminecraft.com/images/layout/input_bg.gif) repeat-x;
        border: 1px solid #aaa;
        color: #333;
        border-radius: 0px;
    }
    .md-form select:focus {
        border: 1px solid #aaa;
    }
    .popup {
        max-width: 700px;
        color: #333 !important;
        text-align: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
        border-radius: 3px !important;
        font-size: 12px !important;
        background: #f9edbe !important;
        border: 1px solid #f0c36d !important;
        box-sizing: border-box;
        overflow: auto;
        overflow-y: auto;
        transition: none;
    }
    div.site_btn.wide_btn.popup-close {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        display: inline-block;
        padding: 5px 8px;
        border-radius: 0px;
        box-sizing: border-box;
        border: 1px solid #999;
        background: #36c;
        color: #fff;
        & when (@themes =m2014) {
            box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2)!important;
            border: 1px solid #24478f!important;
            color: #fff!important;
            text-shadow: 0 1px 1px #142952!important;
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e5cb8), color-stop(1, #4775d1))!important;
            border-radius: 4px!important;
        }
    }
    a.site_btn.wide_btn {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        display: inline-block;
        padding: 0px 0px;
        border-radius: 0px;
        box-sizing: border-box;
        border: 1px solid #999;
        background: #36c;
        color: #fff;
        & when (@themes =m2014) {
            box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2)!important;
            border: 1px solid #24478f!important;
            color: #fff!important;
            text-shadow: 0 1px 1px #142952!important;
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e5cb8), color-stop(1, #4775d1))!important;
            border-radius: 4px!important;
        }
    }
    div.egg_dismiss.site_btn.wide_btn {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        display: inline-block;
        padding: 5px 8px;
        border-radius: 0px;
        box-sizing: border-box;
        border: 1px solid #999;
        background: #36c;
        color: #fff;
        & when (@themes =m2014) {
            box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2)!important;
            border: 1px solid #24478f!important;
            color: #fff!important;
            text-shadow: 0 1px 1px #142952!important;
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e5cb8), color-stop(1, #4775d1))!important;
            border-radius: 4px!important;
        }
    }
    #widgets .widget .widget_header .edit_widget,
    #widgets .widget .widget_header .moderate_widget,
    #widgets .widget .widget_header .report_widget {
        background-image: url(https://i.imgur.com/v6w5xBM.png);
        background-position: -32px -48px;
        min-height: 16px!important;
        min-width: 16px!important;
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 81;
        cursor: pointer;
    }
    .popup .popup-content .site_btn,
    .popup .popup-content a.popup-close {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        display: inline-block;
        padding: 5px 8px;
        border-radius: 0px;
        box-sizing: border-box;
        border: 1px solid #999;
        background: #36c;
        color: #fff;
        & when (@themes =m2014) {
            box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2)!important;
            border: 1px solid #24478f!important;
            color: #fff!important;
            text-shadow: 0 1px 1px #142952!important;
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e5cb8), color-stop(1, #4775d1))!important;
            border-radius: 4px!important;
        }
    }
    .resource.simple_resource .r-info .r-details,
    .simple_resource .r-info .r-details {
        display: none!important;
    }
    .r-card .resource_list .resource,
    .r-card .resource_list .simple_resource {
        border-bottom: 1px dashed #aaa;
    }
    .simple_resource .r-preview {
        border-radius: 0px;
    }
    #content_graphic_header {
        text-align: center;
        overflow: hidden;
        padding: 0px 0px;
        box-sizing: border-box;
        background: none;
    }
    #container.fill_screen #content_graphic_header {
        border-radius: 0px 0px 0 0;
        background-clip: padding-box;
    }
    #content_graphic_header {
        text-align: center;
        overflow: hidden;
        padding: 0px 0px;
        box-sizing: border-box;
        background: #fff0;
    }
    #content_graphic_header h1,
    #content_graphic_header h2 {
        color: #59402d;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 1px 1px #fff;
        padding-bottom: 0px;
        float: left;
        & when (@themes =m2014) {
            color: #333!important;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            text-shadow: none!important;
            padding-bottom: 0px;
            float: left;
        }
    }
    .center_of_attention {
        box-sizing: border-box;
        width: 75%;
        min-width: 400px;
        max-width: 800px;
        margin: 0;
        padding: 10px;
    }
    .custom_input,
    input,
    select,
    textarea {
        background: #fff url(https://web.archive.org/web/20130924064849im_/http://cdn2.planetminecraft.com/images/layout/input_bg.gif) repeat-x;
        border: 1px solid #aaa;
        margin: 5px 0;
        padding: 5px;
        font-size: .75rem;
        border-radius: 0px;
        background-clip: padding-box;
        color: var(--text-color);
    }
    .custom_input:focus,
    input:focus,
    select:focus,
    textarea:focus {
        border: 1px solid #aaa;
        outline: 0;
    }
    .vert_menu > ul > li > a:active {
        background: #fff;
        background-image: none!important;
        border: 1px solid #666;
        z-index: 999;
        & when (@themes =m2012) {
            background: #fff!important;
            background-image: #fff!important;
            border: 1px solid #666;
            color: #333!important;
        }
    }
    .vert_menu > ul > li > a:focus {
        background: #fff;
        background-image: none!important;
        border: 1px solid #666;
        border-bottom: #fff;
        z-index: 999;
        & when (@themes =m2012) {
            background: #fff!important;
            background-image: #fff!important;
            border: 1px solid #666;
            color: #333!important;
        }
    }
    .vert_menu > ul > li .submenu {
        min-width: 140px;
        max-height: 420px;
        overflow-x: hidden;
        overflow-y: auto;
        margin-top: 16px;
        z-index: 998;
    }
    .submenu ul li:hover:not([data-disabled]),
    .submenu ul li[data-selected="1"] {
        background: #ABCDFF;
        color: var(--menu-selected-color);
    }
    .submenu {
        cursor: default;
        position: absolute;
        z-index: 9005;
        background: var(--menu-bg);
        height: auto;
        box-shadow: none;
        border-radius: 0px;
        background-clip: padding-box;
        border-top: 1px solid var(--border-highlight-color);
        overflow: hidden;
        transition: none;
        border: 1px solid #666;
        color: #000;
        text-shadow: 0 1px 0 #fff;
    }
    .submenu ul li {
        padding: 5px 5px 5px 8px;
    }
    .navigation-wrap .navmenu a {
        transition: none;
        margin: 0;
        display: inline-block;
        font-size: 15px;
        vertical-align: top;
        text-align: center;
        padding: 6px 10px 0;
        font-weight: 700;
        line-height: 26px;
        color: var(--nav-color);
        text-shadow: -1px -1px 0 #562f14;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    #container.right_on #content_graphic_header {
        display: none;
    }
    .la-ball-8bits.la-3x {
        width: 52px;
        height: 52px;
    }
    .la-ball-8bits {
        display: block;
        font-size: 0;
        color: #fff0;
        margin: 0 auto;
        width: 52px;
        height: 52px;
        background: url(https://i.imgur.com/EyhUpii.gif);
    }
    .accent {
        display: none;
    }
    #collections {
        box-sizing: border-box;
        background: #fff url("https://i.imgur.com/OyInZla.gif") !important;
        border-radius: 0 0 5px 5px;
        background-clip: padding-box;
        margin-bottom: 0px;
        max-height: 350px;
    }
    .lg-content .lg-next,
    .lg-content .lg-prev {
        background-color: rgba(0, 0, 0, 0.75);
        border-radius: 2px;
        color: #fff;
        cursor: pointer;
        display: block;
        margin-top: -10px;
        padding: 2px;
        position: absolute;
        top: 50%;
        z-index: 1084;
        outline: 0;
        border: none;
        transition: visibility 0s linear 0.3s, opacity 0.3s linear;
        opacity: 1;
        font-size: 28px;
        & when (@themes =m2012) {
            width: 32px!important;
            height: 32px!important;
            margin-left: 0px;
            margin-right: 0px;
        }
    }
    #popular-reel .rslides_nav {
        background-color: rgba(0, 0, 0, 0.75);
        border-radius: 2px;
        color: #fff;
        margin-top: -10px;
        border: none;
        transition: visibility 0s linear 0.3s, opacity 0.3s linear;
        font-size: 32px;
        height: 32px!important;
        width: 32px!important;
        padding: 0px;
        & when (@themes =m2012) {
            width: 30px!important;
            height: 30px!important;
            margin-left: 0px;
            margin-right: 0px;
            background-color: #fff0;
        }
    }
    .material-icons.keyboard_arrow_left::before {
        & when (@themes =m2012) {
            background: url("https://web.archive.org/web/20120826030758im_/http://5493-planetmc.voxcdn.com/java/images/mm_prev.png")!important;
            color: #fff0;
        }
    }
    .lg-prev::after {
        & when (@themes =m2012) {
            background: url("https://web.archive.org/web/20120826030758im_/http://5493-planetmc.voxcdn.com/java/images/mm_prev.png")!important;
            color: #fff0;
        }
    }
    .material-icons.keyboard_arrow_right::before {
        & when (@themes =m2012) {
            background: url("https://web.archive.org/web/20120826030800im_/http://5493-planetmc.voxcdn.com/java/images/mm_next.png")!important;
            color: #fff0;
        }
    }
    .lg-next::before {
        & when (@themes =m2012) {
            background: url("https://web.archive.org/web/20120826030800im_/http://5493-planetmc.voxcdn.com/java/images/mm_next.png")!important;
            color: #fff0;
        }
    }
    #popular-reel .rslides_nav.material-icons {
        min-width: 28px;
        min-height: 28px;
        & when (@themes =m2012) {
            min-width: 27px!important;
            min-height: 27px!important;
        }
    }
    .lg-prev {
        left: 5px;
        & when (@themes =m2012) {
            left: 0px;
        }
    }
    .lg-next {
        right: 5px;
        & when (@themes =m2012) {
            right: 0px;
        }
    }
    #reel-wrap #instream-video,
    #reel-wrap .vm-placement[data-format="isvideo"] {
        display: none;
    }
    #section-description {
        display: none;
    }
    #header #header-wrap .header-login {
        margin-right: 0;
        font-size: 11px!important;
        padding: 2px;
        margin-top: 5px;
        background: rgba(238, 242, 249, 0.8);
        border-radius: 5px !important;
    }
    .header-login .site_btn_secondary {
        border-color: transparent;
        background: #fff0;
        margin-right: 5px;
        padding: 0px;
        padding-left: 5px;
        font-size: 12px;
    }
    .header-login .site_btn {
        border-color: transparent;
        background: #fff0!important;
        margin-right: 5px;
        padding: 0px;
        padding-left: 5px;
        font-size: 12px;
        color: #36c!important;
        border: none!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }
    .header-login .site_btn_secondary:hover {
        border-color: transparent;
        background: #fff0;
        color: #187e10;
    }
    .header-login .site_btn:not(:disabled):not([data-disabled="disabled"]):hover {
        color: #187e10!important;
    }
    #snackbar {
        z-index: 9999999999997;
        transition: none!important;
        padding: 5px 5px;
        min-width: 100px;
        max-width: 300px;
        color: #333!important;
        text-align: center;
        box-shadow: 0 2px 4px rgb(0 0 0 / 20%)!important;
        border-radius: 3px!important;
        font-size: 12px!important;
        background: #f9edbe!important;
        border: 1px solid #f0c36d!important;
    }
    #header #header-wrap .header_text > ul > li .material-icons:nth-child(1) {
        color: #fff0!important;
        background-image: url("https://i.imgur.com/v6w5xBM.png");
        background-position: 0px -50px;
        width: 16px!important;
    }
    #header #header-wrap .header_text > ul > li > .material-btn:hover.mem_greenlight .material-icons,
    #header #header-wrap .header_text > ul > li > .material-btn:hover.mem_notifications .material-icons,
    #header #header-wrap .header_text > ul > li > .material-btn:hover.mem_pms .material-icons,
    #header #header-wrap .header_text > ul > li > .material-btn:hover.mem_reports .material-icons,
    #header #header-wrap .header_text > ul > li > .material-btn:hover.mem_tickets .material-icons,
    #header #header-wrap .header_text > ul > li > .material-btn:hover > span,
    #header #header-wrap .header_text > ul > li > a:hover.mem_greenlight .material-icons,
    #header #header-wrap .header_text > ul > li > a:hover.mem_notifications .material-icons,
    #header #header-wrap .header_text > ul > li > a:hover.mem_pms .material-icons,
    #header #header-wrap .header_text > ul > li > a:hover.mem_reports .material-icons,
    #header #header-wrap .header_text > ul > li > a:hover.mem_tickets .material-icons,
    #header #header-wrap .header_text > ul > li > a:hover > span,
    #mobileRightPanel .sidr-inner > ul > li > .material-btn:hover.mem_greenlight .material-icons,
    #mobileRightPanel .sidr-inner > ul > li > .material-btn:hover.mem_notifications .material-icons,
    #mobileRightPanel .sidr-inner > ul > li > .material-btn:hover.mem_pms .material-icons,
    #mobileRightPanel .sidr-inner > ul > li > .material-btn:hover.mem_reports .material-icons,
    #mobileRightPanel .sidr-inner > ul > li > .material-btn:hover.mem_tickets .material-icons,
    #mobileRightPanel .sidr-inner > ul > li > .material-btn:hover > span,
    #mobileRightPanel .sidr-inner > ul > li > a:hover.mem_greenlight .material-icons,
    #mobileRightPanel .sidr-inner > ul > li > a:hover.mem_notifications .material-icons,
    #mobileRightPanel .sidr-inner > ul > li > a:hover.mem_pms .material-icons,
    #mobileRightPanel .sidr-inner > ul > li > a:hover.mem_reports .material-icons,
    #mobileRightPanel .sidr-inner > ul > li > a:hover.mem_tickets .material-icons,
    #mobileRightPanel .sidr-inner > ul > li > a:hover > span {
        color: var(--a-hover);
    }
    .submenu ul li .toggle > .material-icons,
    .submenu ul li .toggle > span.flag,
    .submenu ul li a > .material-icons,
    .submenu ul li a > span.flag {
        display: none;
    }
    img[src="https://static.planetminecraft.com/files/avatar/default.png"] {
        content: url('https://static.planetminecraft.com/files/avatar/3014403_2.jpg');
    }
    .tipso_content {
        display: none;
    }
    .tipso_bubble.top > .tipso_arrow {
        display: none;
    }
    .forum_reply {
        background: #fff0;
    }
    #jam-resource-status {
        display: none;
    }
    div.breadcrumbs.header_box.notMobile span {
        max-width: 500px;
    }
    .resource_list.grid > .resource .r-info,
    .resource_list.grid > .resource.simple_resource .r-info {
        & when (@themes =m2014) {
            display: none;
        }
    }
    .resource_list.grid > .resource.simple_resource > .r-preview img,
    .resource_list.grid > .resource > .r-preview img {
        & when (@themes =m2014) {
            max-height: 100%;
            height: 115px!important;
        }
    }
}
@-moz-document url-prefix("https://www.planetminecraft.com/project/"),
url-prefix("https://www.planetminecraft.com/server/"),
url-prefix("https://www.planetminecraft.com/texture-pack/"),
url-prefix("https://www.planetminecraft.com/skin/"),
url-prefix("https://www.planetminecraft.com/blog/"),
url-prefix("https://www.planetminecraft.com/mod/") {
    div.r-card.noBG {
        display: none;
    }
    .action_box,
    .help_box,
    .notice_box {
        display: none;
    }
    .resource_list .forum_thread,
    .resource_list .resource {
        display: none;
        & when (@themes =m2014) {
            display: flex;
        }
    }
    .resource .r-info .r-title::after {
        & when (@themes =m2014) {
            display: none;
        }
    }
    .resource.simple_resource .r-preview a,
    .simple_resource .r-preview a {
        & when (@themes =m2014) {
            width: 100px;
        }
    }
    .resource .r-preview {
        & when (@themes =m2014) {
            max-width: 104px!important;
            max-height: 66px!important;
            min-width: 104px!important;
        }
    }
    .r-card .resource_list .resource,
    .r-card .resource_list .simple_resource {
        & when (@themes =m2014) {
            border-bottom: 1px dotted #aaa!important;
        }
    }
    .resource.r-data.simple_resource {
        & when (@themes =m2014) {
            padding-bottom: 0px!important;
        }
    }
    .resource .r-info {
        & when (@themes =m2014) {
            box-sizing: border-box;
            width: 190px;
            padding: 0px 10px;
        }
    }
    .collection_lead {
        display: none;
    }
    .r-card .card-title {
        font-size: 16px;
        font-weight: 700;
        padding: 0px 0px;
        padding-bottom: 4px;
        color: #59402d;
        border-bottom: 1px solid #aaa;
        text-shadow: 1px 1px #fff;
        border-radius: 0px!important;
        background: #fff url('https://i.imgur.com/QUg4616.gif')!important;
        & when (@themes =m2014) {
            font-size: 16px;
            font-weight: 700;
            padding: 0px 0px;
            padding-bottom: 4px;
            color: #333!important;
            border-bottom: 1px solid #aaa;
            text-shadow: none!important;
            border-radius: 0px!important;
            background: #fff url('https://i.imgur.com/QUg4616.gif')!important;
        }
    }
    #member_activity_list .forum_thread[data-disposition="normal"],
    #site_feed .forum_thread[data-disposition="normal"],
    .forum_content .forum_thread[data-disposition="normal"],
    .forum_feed .forum_thread[data-disposition="normal"] {
        background: #ccc url('https://i.imgur.com/OyInZla.gif')!important;
        border-bottom: 1px dotted #aaa;
    }
    .forum_feed_wrap {
        border-bottom: 1px solid #aaa;
    }
    #member_activity_list .forum_thread,
    #site_feed .forum_thread,
    .forum_content .forum_thread,
    .forum_feed .forum_thread {
        padding: 2px 5px!important;
        border-bottom: 1px solid var(--border-color);
    }
    .forum_thread {
        padding: 2px 5px!important;
        overflow: hidden;
        clear: both;
        position: relative;
        border-left: none!important;
    }
    span.cat_posted {
        display: none;
    }
    #member_activity_list .forum_thread > .thread_box .thread_subtitle > div > .material-icons:first-of-type,
    #site_feed .forum_thread > .thread_box .thread_subtitle > div > .material-icons:first-of-type,
    .forum_content .forum_thread > .thread_box .thread_subtitle > div > .material-icons:first-of-type,
    .forum_feed .forum_thread > .thread_box .thread_subtitle > div > .material-icons:first-of-type {
        display: none;
    }
    #member_activity_list .forum_thread > .thread_box .activity_name .activity_icon,
    #site_feed .forum_thread > .thread_box .activity_name .activity_icon,
    .forum_content .forum_thread > .thread_box .activity_name .activity_icon,
    .forum_feed .forum_thread > .thread_box .activity_name .activity_icon {
        display: none;
    }
    #member_activity_list .forum_thread > .thread_box .title,
    #site_feed .forum_thread > .thread_box .title,
    .forum_content .forum_thread > .thread_box .title,
    .forum_feed .forum_thread > .thread_box .title {
        font-size: 12px;
        font-weight: 700;
        margin: 0px 0px;
        color: #36c;
    }
    .forum_thread > .thread_box > a.title:hover {
        color: #187e10;
        text-decoration: none;
    }
    .r-card .card-title > a {
        border-radius: 5px;
        text-shadow: 0 1px 0 #fff;
        background-color: #e0e0e0;
        box-shadow: inset 0 0 1px #fff;
        background-image: linear-gradient(to bottom, #fafafa 0, #dcdcdc 100%);
        border: 1px solid #aaa;
    }
    .r-card .card-title > a:hover {
        color: #36c;
        & when (@themes =m2014) {
            color: #36c;
            background: #fff;
            background-image: none;
            border: 1px solid #333;
        }
    }
    .r-card .view_more {
        box-sizing: border-box;
        padding: 10px;
        border: none;
        text-transform: uppercase;
        font-size: 14px;
        box-shadow: none;
        border-radius: 0 0 5px 5px;
        transition: none;
        background: #36C;
        color: white;
        text-shadow: -1px -1px 0 #244993;
        & when (@themes =e2013) {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC));
            text-shadow: none;
        }
        & when (@themes =m2012) {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC));
            text-shadow: none;
        }
        & when (@themes =m2014) {
            color: #222;
            text-shadow: 0 1px 0 #fff;
            box-shadow: inset -1px -1px 1px rgba(255, 255, 255, 0.8);
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dcdcdc), color-stop(1, #fafafa));
            border: 1px solid #aaa;
            font-size: 12px;
            padding: 2px 5px;
        }
    }
    .r-card .view_more:hover {
        background: #36C;
        color: #FCEE4B;
        & when (@themes =e2013) {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC));
            text-shadow: none;
        }
        & when (@themes =m2012) {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC));
            text-shadow: none;
        }
        & when (@themes =m2014) {
            color: var(--a-hover);
            text-shadow: 0 1px 0 #fff;
            box-shadow: inset -1px -1px 1px rgba(255, 255, 255, 0.8);
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #fff));
        }
    }
    .forum_thread > .thread_box > .title > .forum_icon:last-child,
    .forum_thread > .thread_box > h1 > .forum_icon:last-child {
        display: none;
    }
    #member_activity_list .forum_thread > .thread_box .title > .thread_user_icon.material-icons,
    #site_feed .forum_thread > .thread_box .title > .thread_user_icon.material-icons,
    .forum_content .forum_thread > .thread_box .title > .thread_user_icon.material-icons,
    .forum_feed .forum_thread > .thread_box .title > .thread_user_icon.material-icons {
        display: none;
    }
    .forum_thread > .thread_box > .thread_subtitle .material-icons {
        display: none;
    }
    .r-card.pad {
        padding: 5px;
        background: #fff url('https://i.imgur.com/QUg4616.gif')!important;
    }
    #resource-title .post_context {
        display: none;
    }
    #resource-title #resource-title-text h1 {
        font-size: 18px;
        padding: 0px 2px 0;
        margin: 0 0px 0px;
        word-wrap: break-word;
    }
    #single_image div > img {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    h1,
    h2 {
        color: #59402d;
        font-weight: 700;
        text-shadow: 1px 1px #fff;
        & when (@themes =m2014) {
            color: #333!important;
            font-weight: 700;
            text-shadow: none!important;
        }
    }
    #container #center,
    #page_container #center {
        max-width: 630px!important;
        padding-left: 5px;
        padding-right: 10px;
        padding-top: 65px;
        & when (@themes =m2014) {
            max-width: 630px!important;
            padding-left: 5px;
            padding-right: 5px!important;
            padding-top: 65px;
        }
    }
    #resource-title {
        clear: both;
        margin-left: 63px;
        padding-top: 10px;
        top: 0px;
        position: absolute;
    }
    #single_image {
        clear: both;
        width: 100%;
        background: #151515;
        border-radius: 5px!important;
        height: 450px!important;
    }
    div#tab_image_gallery {
        border-radius: 5px!important;
        height: 450px!important;
    }
    #gallery-container #light-gallery #light-media {
        height: 450px!important;
        border-radius: 5px!important;
    }
    #gallery-container #light-gallery {
        height: 450px!important;
        border-radius: 5px!important;
    }
    .lg-outer .lg-content {
        border-radius: 5px!important;
    }
    .is_tabs .ui-corner-all {
        display: none;
    }
    .lg-toolbar {
        display: none;
    }
    #gallery-container #light-gallery .lg-outer .lg-thumb-outer {
        background: #151515;
    }
    .lg-backdrop {
        background: #151515;
        border-radius: 5px!important;
    }
    #gallery-container #light-gallery .lg-thumb-item.active {
        border: 2px solid #36c!important;
        border-radius: 0px;
        padding-bottom: 0px!important;
        transition: none!important;
    }
    #gallery-container #light-gallery .lg-thumb-item {
        border-radius: 0px!important;
        padding-bottom: 0px!important;
        opacity: 1!important;
        transition: none!important;
    }
    #gallery-container::before {
        border-radius: 5px 5px 5px 5px !important;
    }
    #gallery-container {
        border-radius: 5px 5px 5px 5px !important;
    }
    #resource-actions .site-actions > li:nth-child(4) {
        display: none;
    }
    #resource-actions .site-actions > li:nth-child(5) {
        display: none;
    }
    #resource-actions .site-actions > li:nth-child(6) {
        display: none;
    }
    #resource-title .post_context {
        display: none;
    }
    #subscribe_full .num_subscribers {
        display: none;
    }
    .mini-profile {
        padding: 5px 5px 5px;
        margin: 0px 0;
        border-top: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 5px;
        background: #ccc url(https://i.imgur.com/OyInZla.gif);
        border-radius: 5px;
        width: 285px;
        max-width: 285px;
        & when (@themes =m2012) {
            padding: 5px 5px 5px;
            margin: 0px 0;
            border-top: 0;
            display: -webkit-flex;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 5px;
            background: #fff0;
            border-radius: 0px;
            width: 285px;
            max-width: 285px;
            border-bottom: 1px solid #ccc;
        }
    }
    .mini-profile #subscribe_full {
        margin-right: auto;
        margin-left: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: nowrap;
    }
    #subscribe_full .site_btn {
        border-radius: 5px;
        text-shadow: -1px -1px 0 #333!important;
        -webkit-border-radius: 5px;
        padding: 5px!important;
        border: 1px solid #d1d1d1!important;
        background: #36C!important;
        background: -moz-linear-gradient(top, #36C 0%, #2b88d9 50%, #207cca 51%, #3B6BCC 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC))!important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36C', endColorstr='#3B6BCC', GradientType=0);
        border-bottom: 1px solid #aaa!important;
        color: #FFF!important;
        cursor: pointer;
        font-size: 11px;
        font-weight: 600;
        font-family: Arial, Helvetica, sans-serif;
        & when (@themes =m2014) {
            border-radius: 4px!important;
            text-shadow: 0 1px 1px #142952!important;
            padding: 5px!important;
            border: 1px solid #24478f!important;
            color: #FFF!important;
            cursor: pointer;
            font-size: 11px;
            font-weight: 600;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
            box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2)!important;
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e5cb8), color-stop(1, #4775d1))!important;
        }
    }
    .mini-profile #social-media {
        display: none;
    }
    img[src="https://static.planetminecraft.com/files/avatar/default.png"] {
        content: url('https://static.planetminecraft.com/files/avatar/3014403_2.jpg');
    }
    .avatar_icon {
        border-radius: 0px !important;
    }
    #resource-actions #resource-more {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 205px;
        max-width: 205px;
        min-width: 205px;
        padding: 0px;
        padding-left: 5px!important;
        padding-bottom: 5px!important;
    }
    li.c-fav {
        width: 194px!important;
        min-width: 194px!important;
        max-width: 194px!important;
    }
    li.c-cmt {
        width: 194px!important;
        min-width: 194px!important;
        max-width: 194px!important;
    }
    #resource-actions {
        clear: both;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: center;
        padding: 0;
        margin: 0 0 5px;
        position: relative;
        flex-direction: column;
        align-items: flex-end;
        flex-wrap: nowrap;
        align-content: flex-start;
        width: auto;
    }
    #resource-actions .site-actions > li {
        line-height: 25px;
        text-align: center;
        cursor: pointer;
        padding: 0px 5px;
        margin-left: 5px;
        color: var(--text-color-medium);
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
    }
    .txt-subtle {
        font-size: 12px;
        color: #252525;
    }
    #resource-actions .resource-statistics li {
        color: #252525;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        font-size: 12px;
    }
    #resource-actions .site-actions {
        position: relative;
        list-style: none;
        padding: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        margin: 0 0 0;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: flex-start;
        width: 214px!important;
        margin-left: 0;
        margin-right: 0;
        float: right;
    }
    #resource-actions .site-actions > li .stat {
        color: #b13e16;
        font-weight: 700;
        font-size: 12px;
    }
    #resource-actions .site-actions > li:nth-child(2)::after {
        content: "Favorites";
        color: #252525;
        margin-left: 5px;
        cursor: text;
    }
    #resource-actions .site-actions > li:nth-child(3)::after {
        content: "Comments";
        color: #252525;
        margin-left: 5px;
        cursor: text;
    }
    #resource-actions .site-actions > li.c-fav .c-icon {
        display: block;
        background-image: url(https://i.imgur.com/v6w5xBM.png);
        background-position: -80px -64px;
        width: 16px;
        height: 16px;
        cursor: pointer;
        margin: 0 0;
        z-index: 1;
        margin-right: 7px;
        margin-left: 4px;
    }
    #resource-actions .site-actions > li.c-fav::before {
        position: absolute;
        z-index: 1;
        content: "";
        width: 20px;
        height: 20px;
        padding: 1px;
        border-radius: 5px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #d7dee3), color-stop(100%, #f5f7f9));
        border: 1px solid #aaa;
        & when (@themes =m2014) {
            position: absolute;
            z-index: 1;
            content: "";
            width: 20px;
            height: 20px;
            padding: 1px;
            border-radius: 5px;
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dcdcdc), color-stop(1, #fafafa))!important;
            border: 1px solid #aaa;
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1)!important;
        }
    }
    #resource-actions .site-actions > li.c-fav:hover::before {
        & when (@themes =m2014) {
            position: absolute;
            z-index: 1;
            content: "";
            width: 20px;
            height: 20px;
            padding: 1px;
            border-radius: 5px;
            border: 1px solid #777 !important;
            background: #fff !important;
        }
    }
    #resource-actions .site-actions > li.c-fav.activated .c-icon,
    #resource-actions .site-actions > li.c-fav:hover .c-icon {
        background-image: url(https://i.imgur.com/v6w5xBM.png);
        background-position: -96px -64px;
        width: 16px;
        height: 16px;
    }
    #resource-actions .site-actions > li .material-icons.material-icons {
        background-image: url(https://i.imgur.com/v6w5xBM.png);
        background-position: -32px -64px;
        width: 16px!important;
        height: 16px!important;
        min-width: 16px!important;
        min-height: 16px!important;
        position: relative;
        top: -3px;
    }
    #resource-actions .site-actions > li {
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #eee;
        width: auto;
    }
    .material-icons.comment:before {
        content: "";
    }
    #resource-actions .site-actions > li {
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #eee;
        width: auto;
    }
    #resource-actions {
        clear: both;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: center;
        padding: 0;
        margin: 0 0 5px;
        position: relative;
        flex-direction: column-reverse;
        align-items: flex-start;
        flex-wrap: nowrap;
        align-content: flex-end;
        width: 215px;
        float: right;
        margin-left: 5px;
        background: #ccc url(https://i.imgur.com/OyInZla.gif);
        border-radius: 5px;
        & when (@themes =m2012) {
            clear: both;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: space-between;
            justify-content: center;
            padding: 0;
            margin: 0 0 5px;
            position: relative;
            flex-direction: column-reverse;
            align-items: flex-start;
            flex-wrap: nowrap;
            align-content: flex-end;
            width: 215px;
            float: right;
            margin-left: 5px;
            background: #fff0;
            border-radius: 5px;
        }
    }
    #resource-more {
        clear: both;
        margin-top: 0px;
    }
    #resource-actions .resource-statistics {
        list-style: none;
        padding: 5px 10px 5px!important;
        margin: 0 0 0 0!important;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #eee;
    }
    #resource-actions .site-actions > li.c-cmt a {
        border: 1px solid #aaa;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #d7dee3), color-stop(100%, #f5f7f9));
        width: 20px;
        height: 20px;
        padding: 1px;
        border-radius: 5px;
        margin-right: 4px;
        & when (@themes =m2014) {
            border: 1px solid #aaa!important;
            width: 20px;
            height: 20px;
            padding: 1px;
            border-radius: 5px;
            margin-right: 4px;
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1)!important;
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dcdcdc), color-stop(1, #fafafa))!important;
        }
    }
    #resource-actions .site-actions > li.c-cmt a:hover {
        & when (@themes =m2014) {
            border: 1px solid #777!important;
            background: #fff!important;
        }
    }
    .action_box,
    .attention_box,
    .disabled_box,
    .embed_box,
    .error:not(.material-icons),
    .error_box,
    .help_box,
    .notice_box,
    .success_box,
    .warning_box {
        box-shadow: none!important;
        border-radius: 0px;
    }
    .action_box i.material-icons.md-18.lock,
    .attention_box i.material-icons.md-18.lock,
    .disabled_box i.material-icons.md-18.lock,
    .embed_box i.material-icons.md-18.lock,
    .error_box i.material-icons.md-18.lock,
    .help_box i.material-icons.md-18.lock,
    .notice_box i.material-icons.md-18.lock,
    .success_box i.material-icons.md-18.lock,
    .warning_box i.material-icons.md-18.lock {
        display: none;
    }
    .content-actions li {
        display: inline-block;
        box-sizing: border-box;
        text-align: center;
        font-size: 12px;
        color: #36c;
        overflow: hidden;
        background: #f1e767;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1e767), color-stop(100%, #feb645))!important;
        border: 1px solid #aaa;
        border-radius: 0px!important;
        & when (@themes =m2014) {
            border: 1px solid #f59601;
        }
    }
    .content-actions li .js_link,
    .content-actions li .js_link_m,
    .content-actions li .link,
    .content-actions li a {
        display: block;
        padding: 0px 0px 5px;
        text-transform: uppercase;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 700;
        color: #36c;
        transition: none;
        max-width: 214px;
        min-width: 214px;
        width: 214px;
        position: relative;
        overflow: hidden;
        & when (@themes =m2014) {
            color: #000;
        }
    }
    .simple_resource .unique-flag.material-icons {
        display: none;
    }
    .content-actions {
        box-sizing: border-box;
        list-style: none;
        padding: 0;
        margin: 0px -1px 0;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .content-actions li .js_link:hover,
    .content-actions li .js_link_m:hover,
    .content-actions li .link:hover,
    .content-actions li a:hover {
        color: #000;
        background: #f1e767;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1e767), color-stop(100%, #feb645))!important;
        & when (@themes =m2014) {
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebdc21), color-stop(1, #efe350))!important;
            box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6);
            text-shadow: 0 1px 1px #f1e767;
        }
    }
    .content-actions li .js_link.branded-download,
    .content-actions li .js_link_m.branded-download,
    .content-actions li .link.branded-download,
    .content-actions li a.branded-download {
        background: #f1e767;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1e767), color-stop(100%, #feb645))!important;
        box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6);
        text-shadow: 0 1px 1px #f1e767;
    }
    #resource-actions #resource-info > #dependancies,
    #resource-actions #resource-options > #dependancies {
        margin: 0px 0;
    }
    .resource-score {
        float: left!important;
        border: 1px solid #999!important;
        padding: 0px 0px!important;
        margin-bottom: 0px;
        margin-left: 5px;
        background: #36C;
        border-radius: 5px;
        position: absolute;
        max-width: 48px;
        min-width: 48px;
        & when (@themes =e2013) {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC));
        }
        & when (@themes =m2012) {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC));
        }
        & when (@themes =m2014) {
            border: 1px solid #2952a3!important;
        }
    }
    span.c-num-votes.stat.txtlrg {
        display: inline-block;
        text-align: center!important;
        color: #000!important;
        font-size: 14px!important;
        font-weight: 700;
        border-top: 1px solid #111;
        border-bottom: 1px solid #fff;
        background: #fff;
        max-width: 48px;
        min-width: 48px;
        height: 20px;
        position: relative;
    }
    #resource-actions .site-actions > li:nth-child(1) {
        position: absolute;
        top: -560px!important;
        left: -395px;
        & when (@themes =m2014) {
            position: absolute;
            top: -560px!important;
            left: -403px;
        }
        & when (@themes =m2012) {
            position: absolute;
            top: -560px!important;
            left: -400px;
        }
    }
    .txt-subtle {
        font-size: 12px;
        color: #252525;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #ccc;
    }
    .post_date {
        margin: 0 0px;
        padding: 0 10px;
        font-size: 12px;
    }
    .timeago {
        color: #333;
        text-decoration: underline dotted;
        font-size: 11px;
    }
    .resource-info td:first-child {
        width: 75px;
        border: none!important;
        color: #333;
        font-weight: 700!important;
        font-size: 12px;
    }
    #item_tags .tag {
        padding: 0px 2px;
        margin: 0px;
        color: #333!important;
        background: #fff0;
        transition: none!important;
        opacity: 1;
    }
    .forum_reply > .score_container {
        float: left;
        margin-right: 4px;
    }
    #resource-log {
        clear: both;
        background: url(https://i.imgur.com/aFBhu6O.jpg);
        padding: 5px;
    }
    #item_tags .tag a {
        color: #252525;
    }
    #reply_container > .reply_box > button {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        display: inline-block;
        padding: 5px 8px;
        border-radius: 0px;
        box-sizing: border-box;
        border: 1px solid #999;
        background: #36c;
        color: #fff;
        & when (@themes =m2014) {
            box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2)!important;
            border: 1px solid #24478f!important;
            color: #fff!important;
            text-shadow: 0 1px 1px #142952!important;
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e5cb8), color-stop(1, #4775d1))!important;
            border-radius: 4px!important;
        }
    }
    #reply_container > .reply_box > button:hover {
        color: #FCEE4B;
        & when (@themes =m2014) {
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #24478f), color-stop(1, #2e5cb8))!important;
            color: #fcee4b!important;
        }
    }
    body .tox .tox-statusbar {
        color: #333;
        box-shadow: inset 0 0 1px #fff !important;
        background-image: linear-gradient(to bottom, #fafafa 0, #dcdcdc 100%) !important;
        text-shadow: none;
        border-color: #ccc #ccc #aaa;
        border: 1px solid transparent;
    }
    #reply_container > .reply_box {
        overflow: hidden;
        background: #ccc url(https://i.imgur.com/OyInZla.gif);
        background-clip: border-box;
        border-radius: 0 0 5px 5px;
        border: 1px solid #aaa;
        box-shadow: none;
    }
    #gallery-container #light-gallery .lg-sub-html,
    #gallery-container #light-gallery .rsCaption {
        position: absolute;
        bottom: 0px;
        width: 100%;
        color: #fff;
        background: rgba(0, 0, 0, .5);
        text-align: center;
        font-weight: 400;
    }
    .menu_options.submission_menu > ul li a {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        display: inline-block;
        padding: 5px 8px;
        border-radius: 0px;
        box-sizing: border-box;
        border: 1px solid #999;
        background: #36c;
        color: #fff;
    }
    .menu_options.submission_menu > ul li a:hover {
        background: #36c;
        color: #FCEE4B;
    }
    .menu_options.submission_menu > ul li a .material-icons.material-icons {
        display: none;
    }
    .single_caption {
        position: relative;
        top: -26px;
        border-radius: 0px 0px 5px 5px;
    }
    .site_btn {
        font-family: Arial, sans-serif;
        font-size: 13px;
        font-weight: 700;
        padding: 10px 10px;
        border-radius: 5px;
        color: #fff;
        box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2);
        text-shadow: -1px -1px 0 #244993;
        border: 1px solid #333;
        transition: none!important;
        & when (@themes =e2013) {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC))!important;
            border: none;
            text-shadow: none;
            box-shadow: none;
        }
        & when (@themes =m2012) {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC))!important;
            border: none;
            text-shadow: none;
            box-shadow: none;
        }
        & when (@themes =m2014) {
            box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2)!important;
            border: 1px solid #24478f!important;
            color: #fff!important;
            text-shadow: 0 1px 1px #142952!important;
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e5cb8), color-stop(1, #4775d1))!important;
            border-radius: 4px!important;
        }
    }
    .site_btn:not(:disabled):not([data-disabled="disabled"]):hover {
        color: #FCEE4B !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC));
    }
    .tab_options > ul {
        display: none;
    }
    #header #header-wrap .header-login {
        margin-right: 0;
        font-size: 11px!important;
        padding: 2px;
        margin-top: 5px;
        background: rgba(238, 242, 249, 0.8);
        border-radius: 5px !important;
    }
    .header-login .site_btn_secondary {
        border-color: transparent;
        background: #fff0;
        margin-right: 5px;
        padding: 0px;
        padding-left: 5px;
        font-size: 12px;
    }
    .header-login .site_btn {
        border-color: transparent;
        background: #fff0!important;
        margin-right: 5px;
        padding: 0px;
        padding-left: 5px;
        font-size: 12px;
        color: #36c!important;
        border: none!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }
    .header-login .site_btn_secondary:hover {
        border-color: transparent;
        background: #fff0;
        color: #187e10;
    }
    .header-login .site_btn:not(:disabled):not([data-disabled="disabled"]):hover {
        color: #187e10!important;
    }
    .tab_options {
        margin: 0px 0 0px 0!important;
    }
    .lg-outer .lg-thumb {
        margin-bottom: 2px!important;
    }
    #single_image [style*="--aspect-ratio"] > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 450px!important;
        max-height: 450px!important;
        border-radius: 5px;
    }
    .content-actions li i.material-icons.md-24 {
        visibility: hidden;
    }
    .content {
        & when (@themes =m2012) {
            border: 1px solid #aaa;
            border-radius: 5px;
            margin-left: 0px;
            margin-right: 0px;
        }
    }
    #selected-folders {
        display: none;
    }
    #tree_options {
        border-top: 1px solid #fff;
    }
    .member-pill.membertip {
        display: none;
    }
    .content-actions li a.branded-download > span {
        margin: 0 10px;
    }
    .content-actions li a.branded-download > img {
        display: none;
    }
    .forum_reply > .content_box > .member_box > .r-header > .rank_box {
        display: unset;
        margin-right: 5px;
    }
    div.rank_box #text {
        color: #0000;
    }
    .forum_reply > .content_box > .member_box > .r-header {
        align-items: flex-start;
    }
    .forum_reply > .content_box > .member_box > .r-header > .time_box > abbr {
        color: #333;
    }
    .forum_reply > .content_box > .member_box > .r-header > .rank_box > .member_rank {
        color: #000;
    }
    .resource .r-subtitle {
        display: none!important;
    }
    .content::after {
        border-radius: 5px;
        color: #ffffff;
        font-weight: bold;
        font-size: 14px;
        border: 1px solid #aaa;
        background: #36C;
        width: 618px;
        height: 39px;
        content: "";
        position: absolute;
        display: block;
        top: 520px;
        left: 5px;
    }
    .content::before {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        color: #000;
        font-weight: bold;
        font-size: 14px;
        border: 1px solid #aaa;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #0000;
        background: #36C;
        background: #fff url('https://i.imgur.com/QUg4616.gif')!important;
        width: 50px;
        content: "Details";
        padding: .5em 3em;
        padding-top: 10px;
        position: absolute;
        display: block;
        cursor: text;
        top: 525px;
        z-index: 9999;
    }
    .content {
        margin-top: 50px!important;
    }
}
@-moz-document url-prefix("https://www.planetminecraft.com/project/") {
    /* projects */
    #resource-title #resource-title-text h1::after {
        background-image: url(https://i.imgur.com/v6w5xBM.png);
        background-position: -256px 0;
        content: "";
        width: 32px;
        height: 32px;
        background-color: #000;
        display: block;
        margin: 0px;
        margin-top: 0px;
        position: absolute;
        left: 514px;
        top: 10px;
        & when (@themes =e2013) {
            background-image: url('https://i.imgur.com/u71BD3S.png');
            background-position: -278px 0;
            content: "";
            width: 70px;
            height: 70px;
            background-color: #fff0;
            display: block;
            margin: 0px;
            margin-top: 0px;
            position: absolute;
            left: 485px;
            top: -5px;
        }
        & when (@themes =m2012) {
            background-image: url('https://i.imgur.com/u71BD3S.png');
            background-position: -278px 0;
            content: "";
            width: 70px;
            height: 70px;
            background-color: #fff0;
            display: block;
            margin: 0px;
            margin-top: 0px;
            position: absolute;
            left: 485px;
            top: -5px;
        }
    }
}
@-moz-document url-prefix("https://www.planetminecraft.com/skin/") {
    /* skins */
    .material-icons.accessibility:before {
        content: "";
    }
    .material-icons.get_app:before {
        content: "";
        background-image: url(https://web.archive.org/web/20130623193958im_/http://cdn.planetminecraft.com/images/pmc_spritev14.png);
        background-position: 0 -64px;
        width: 16px;
        height: 16px;
        position: absolute;
        margin-left: 0;
    }
    .material-icons.accessibility {
        background-image: url(https://web.archive.org/web/20130623193958im_/http://cdn.planetminecraft.com/images/pmc_spritev14.png);
        background-position: -192px -48px;
        width: 16px;
        height: 16px;
    }
    .custom-icons.md-24.material-icons,
    .material-icons.md-24.material-icons {
        min-width: 16px;
        min-height: 16px;
    }
    .material-icons.swap_vert:before {
        content: '';
    }
    .material-icons.swap_vert {
        background-image: url(https://web.archive.org/web/20130623193958im_/http://cdn.planetminecraft.com/images/pmc_spritev14.png);
        background-position: -128px -64px;
    }
    .skin_preview {
        border: 1px solid #aaa;
        border-radius: 5px;
    }
    .skin_preview .skin_model {
        height: 450px!important;
        max-height: 450px!important;
        min-height: 450px!important;
    }
    .skin_toolbar {
        font-size: 0;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        border-radius: 5px;
        align-content: flex-start;
        flex-wrap: nowrap;
        background: #36c;
    }
    .skin_toolbar .skin_group {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        white-space: nowrap;
        line-height: 0;
        border: 1px solid #fff0;
        background: padding-box #fff0;
        border-radius: 0px;
        overflow: hidden;
        box-shadow: none;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        margin: 0!important;
    }
    .skin_toolbar .skin_button .icon {
        margin: 2px;
        width: 16px;
        height: 16px;
        background: #fff;
        background-image: url(/images/icons/skin_previewer_strip.png?v=3);
        border: 2px #000!important;
    }
    .skin_preview .skin_toolbar {
        position: absolute;
        left: 15px;
        top: 93%;
        -webkit-transform: none;
        transform: none;
    }
    .skin_preview .skin_toolbar.bg_options {
        top: auto;
        left: 91%;
        bottom: 9px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    #resource-title #resource-title-text h1::after {
        background-image: url(https://i.imgur.com/v6w5xBM.png);
        background-position: -160px 0;
        content: "";
        width: 32px;
        height: 32px;
        display: block;
        margin: 0px;
        margin-top: 0px;
        position: absolute;
        left: 514px;
        top: 10px;
        & when (@themes =e2013) {
            background-image: url('https://web.archive.org/web/20130629214003im_/http://cdn.planetminecraft.com/images/icons/subjects/subject_skin.png');
            background-position: -278px 0;
            content: "";
            width: 70px;
            height: 70px;
            background-color: #fff0;
            display: block;
            margin: 0px;
            margin-top: 0px;
            position: absolute;
            left: 485px;
            top: -5px;
        }
        & when (@themes =m2012) {
            background-image: url('https://web.archive.org/web/20130629214003im_/http://cdn.planetminecraft.com/images/icons/subjects/subject_skin.png');
            background-position: -278px 0;
            content: "";
            width: 70px;
            height: 70px;
            background-color: #fff0;
            display: block;
            margin: 0px;
            margin-top: 0px;
            position: absolute;
            left: 485px;
            top: -5px;
        }
    }
}
@-moz-document url-prefix("https://www.planetminecraft.com/texture-pack/") {
    /* texture packs */
    ul.transfer-list,
    ul.transfer-list-display {
        display: none;
    }
    #resource-log {
        margin-bottom: 5px;
    }
    #resource-title #resource-title-text h1::after {
        background-image: url(https://i.imgur.com/v6w5xBM.png);
        background-position: -224px 0;
        content: "";
        width: 32px;
        height: 32px;
        display: block;
        margin: 0px;
        margin-top: 0px;
        position: absolute;
        left: 514px;
        top: 10px;
        & when (@themes =e2013) {
            background-image: url('https://web.archive.org/web/20130627140538im_/http://cdn.planetminecraft.com/images/icons/subjects/subject_texture_pack.png');
            background-position: -278px 0;
            content: "";
            width: 70px;
            height: 70px;
            background-color: #fff0;
            display: block;
            margin: 0px;
            margin-top: 0px;
            position: absolute;
            left: 485px;
            top: -5px;
        }
        & when (@themes =m2012) {
            background-image: url('https://web.archive.org/web/20130627140538im_/http://cdn.planetminecraft.com/images/icons/subjects/subject_texture_pack.png');
            background-position: -278px 0;
            content: "";
            width: 70px;
            height: 70px;
            background-color: #fff0;
            display: block;
            margin: 0px;
            margin-top: 0px;
            position: absolute;
            left: 485px;
            top: -5px;
        }
    }
    #single_image [style*="--aspect-ratio"] > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 450px!important;
        border-radius: 5px!important;
    }
}
@-moz-document url-prefix("https://www.planetminecraft.com/mod/") {
    /* mods*/
    #resource-title #resource-title-text h1::after {
        background-image: url(https://i.imgur.com/v6w5xBM.png);
        background-position: -192px 0;
        content: "";
        width: 32px;
        height: 32px;
        display: block;
        margin: 0px;
        margin-top: 0px;
        position: absolute;
        left: 514px;
        top: 10px;
        & when (@themes =e2013) {
            background-image: url('https://web.archive.org/web/20130627133947im_/http://cdn.planetminecraft.com/images/icons/subjects/subject_mod.png');
            background-position: -278px 0;
            content: "";
            width: 70px;
            height: 70px;
            background-color: #fff0;
            display: block;
            margin: 0px;
            margin-top: 0px;
            position: absolute;
            left: 485px;
            top: -5px;
        }
        & when (@themes =m2012) {
            background-image: url('https://web.archive.org/web/20130627133947im_/http://cdn.planetminecraft.com/images/icons/subjects/subject_mod.png');
            background-position: -278px 0;
            content: "";
            width: 70px;
            height: 70px;
            background-color: #fff0;
            display: block;
            margin: 0px;
            margin-top: 0px;
            position: absolute;
            left: 485px;
            top: -5px;
        }
    }
}
@-moz-document url-prefix("https://www.planetminecraft.com/blog/") {
    /* blogs */
    #resource-title #resource-title-text h1::after {
        background-image: url(https://i.imgur.com/v6w5xBM.png);
        background-position: -288px 0;
        content: "";
        width: 32px;
        height: 32px;
        display: block;
        margin: 0px;
        margin-top: 0px;
        position: absolute;
        left: 514px;
        top: 10px;
        & when (@themes =e2013) {
            background-image: url('https://web.archive.org/web/20130724095512im_/http://cdn.planetminecraft.com/images/icons/subjects/subject_blog.png');
            background-position: -278px 0;
            content: "";
            width: 70px;
            height: 70px;
            background-color: #fff0;
            display: block;
            margin: 0px;
            margin-top: 0px;
            position: absolute;
            left: 485px;
            top: -5px;
        }
        & when (@themes =m2012) {
            background-image: url('https://web.archive.org/web/20130724095512im_/http://cdn.planetminecraft.com/images/icons/subjects/subject_blog.png');
            background-position: -278px 0;
            content: "";
            width: 70px;
            height: 70px;
            background-color: #fff0;
            display: block;
            margin: 0px;
            margin-top: 0px;
            position: absolute;
            left: 485px;
            top: -5px;
        }
    }
}
@-moz-document url-prefix("https://www.planetminecraft.com/forums/") {
    /* forums */
    #container.right_on #content_graphic_header {
        display: none;
    }
    .title_container_block .subcategory {
        cursor: pointer;
        padding: 0px;
        border-left: 0;
    }
    .title_container_block .title_bar {
        color: #333;
        cursor: pointer;
        background: #fff url(https://i.imgur.com/QUg4616.gif);
        font-weight: bold;
    }
    .title_container_block .title_bar .s-col-first {
        margin-left: 5px;
        color: #59402D;
        font-size: 24px;
        padding-top: 0px;
        padding-left: 0px;
        & when (@themes =m2014) {
            margin-left: 5px;
            color: #333!important;
            font-size: 24px;
            padding-top: 0px;
            padding-left: 0px;
        }
    }
    .title_container_block .title_bar .s-col-first a,
    .title_container_block .title_bar .s-col-first a:hover {
        color: #59402D;
        & when (@themes =m2014) {
            color: #333!important;
        }
    }
    .title_container_block .subcategory .subcategory_info .subcat_icon .material-icons.material-icons {
        content: url(/web/20130915064537im_/http://www.planetminecraft.com/forums/styles/planetminecraft/imageset/forum_read.gif);
        min-width: 32px;
        min-height: 32px;
    }
    .title_container_block .subcategory {
        border-bottom: 1px dashed #aaa;
        cursor: pointer;
        padding: 0px;
        border-left: 0;
        background: #fff!important;
    }
    .title_container_block .subcategory:nth-child(even) {
        background: #ecf4ff url(/web/20130917203848im_/http://www.planetminecraft.com/forums/styles/planetminecraft/theme/images/alt_forum_bg.gif)!important;
    }
    .title_container_block .subcategory:hover {
        color: #3366cc;
    }
    .title_container_block .subcategory .subcategory_info .subcat_details .subcat_name {
        font-size: 1rem;
        color: #3366cc;
    }
    .title_container_block .subcategory .subcategory_info .subcat_details .subcat_name:hover {
        color: #187E10;
        text-decoration: underline;
    }
}
@-moz-document url-prefix("https://www.planetminecraft.com/servers/"),
url-prefix("https://www.planetminecraft.com/server/") {
    /* servers */
    .resource_server_item .r-stats {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: flex-start;
        color: #b13e16;
        font-weight: 700;
        font-size: 12px;
        margin-top: 0px;
        margin-bottom: 0px;
        flex-direction: column;
        align-content: flex-start;
    }
    .resource_server_item .r-stats .material-icons.material-icons {
        display: none;
    }
    .resource_server_item .online_status {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: flex-start;
        margin-top: 7px;
        justify-content: flex-start;
        align-content: flex-start;
        flex-wrap: nowrap;
    }
    #resource-title #resource-title-text h1::after {
        background-image: url(https://i.imgur.com/v6w5xBM.png);
        background-position: -128px 0;
        content: "";
        width: 32px;
        height: 32px;
        display: block;
        margin: 0px;
        margin-top: 0px;
        position: absolute;
        left: 514px;
        top: 10px;
        & when (@themes =e2013) {
            background-image: url('https://web.archive.org/web/20130707003522im_/http://cdn.planetminecraft.com/images/icons/subjects/subject_server.png');
            background-position: -278px 0;
            content: "";
            width: 70px;
            height: 70px;
            background-color: #fff0;
            display: block;
            margin: 0px;
            margin-top: 0px;
            position: absolute;
            left: 485px;
            top: -5px;
        }
        & when (@themes =m2012) {
            background-image: url('https://web.archive.org/web/20130707003522im_/http://cdn.planetminecraft.com/images/icons/subjects/subject_server.png');
            background-position: -278px 0;
            content: "";
            width: 70px;
            height: 70px;
            background-color: #fff0;
            display: block;
            margin: 0px;
            margin-top: 0px;
            position: absolute;
            left: 485px;
            top: -5px;
        }
    }
    .resource_server_item:nth-child(2n + 1) {
        background: #eee url(https://i.imgur.com/OyInZla.gif) !important;
    }
    .resource_server_item {
        display: -webkit-flex;
        display: flex;
        margin: 0px 0;
        box-sizing: border-box;
        background: #fff0;
        padding-bottom: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        box-shadow: none;
        width: 100%;
        border-bottom: 1px solid #aaa;
        border-top: 1px solid #eee;
    }
    .activity_name .activity_icon {
        display: none;
    }
}
@-moz-document url-prefix("https://www.planetminecraft.com/account/sign_in/"),
url-prefix("https://www.planetminecraft.com/account/create/") {
    /* sign in and create account */
    #social_logins {
        display: none;
    }
    .split_divider {
        display: none;
    }
    .site_btn {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        display: inline-block;
        padding: 5px 8px;
        border-radius: 0px;
        box-sizing: border-box;
        border: 1px solid #999;
        background: #36c;
        color: #fff;
        & when (@themes =m2014) {
            box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2)!important;
            border: 1px solid #24478f!important;
            color: #fff!important;
            text-shadow: 0 1px 1px #142952!important;
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e5cb8), color-stop(1, #4775d1))!important;
            border-radius: 4px!important;
        }
    }
    .login_content {
        text-align: center;
        min-width: 251px;
        max-width: 251px;
        margin: 0 auto;
        padding: 0px;
    }
    .login_content .line_divider {
        margin: 0px 0;
    }
    .login_content input:not([type=checkbox]) {
        height: 27px;
    }
    input.site_btn.r3submit {
        width: 70px;
        float: left;
        margin-top: 10px;
    }
    .login_content ul.login_alt_options li {
        padding: 2px 2px 2px 5px;
        font-size: 12px;
        font-weight: 700;
        text-align: left;
    }
    #content_graphic_header h1,
    #content_graphic_header h2 {
        color: #59402d;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 1px 1px #fff;
        padding-bottom: 0px;
        float: revert;
        margin-right: 205px;
        & when (@themes =m2014) {
            color: #333!important;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            text-shadow: none;
            padding-bottom: 0px;
            float: revert;
            margin-right: 205px;
        }
    }
}
@-moz-document url-prefix("https://www.planetminecraft.com/account/manage/"),
url-prefix("https://www.planetminecraft.com/account/") {
    /* account management */
    .tab_options > ul > li a > * {
        display: flex;
    }
    #container #center #data_form .tab_options > ul li.currentpage a,
    #container #center #data_form .tab_options > ul li.ui-state-active a {
        background: url(https://i.imgur.com/2gHf4MM.gif);
        color: #333;
    }
    .tab_options > ul > li a > .material-icons {
        display: none;
    }
    .tab_options > ul > li.currentpage > a,
    .tab_options > ul > li.ui-state-active > a {
        transition: none;
        color: #333;
        background: url(https://i.imgur.com/2gHf4MM.gif);
        border: 1px solid #fff;
        border-bottom: 0px;
        line-height: 16px!important;
        height: 16px!important;
    }
    .is_tabs > ul {
        border-bottom: none;
    }
    .tab_options > ul > li a {
        border-bottom: 1px solid #aaa;
        line-height: 13px!important;
    }
    .material-icons.remove_circle:before {
        content: '\e15c';
        color: #fff0;
        background-image: var(--s);
        background-position: 123px 65px;
    }
    .side_menu ul li a {
        color: #36c!important;
        padding: 5px;
        margin: 0;
        font-weight: 700;
        line-height: 16px;
        font-size: 14px!important;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #aaa;
        border-radius: 0px!important;
    }
    .side_menu ul li a.currentpage,
    .side_menu ul li a:hover,
    .side_menu ul li a[data-selected='1'] {
        color: #333!important;
        background: url(https://i.imgur.com/2gHf4MM.gif);
    }
    .side_menu ul li a:hover {
        color: #187e10!important;
    }
    .side_menu ul li a .img_sprite,
    .side_menu ul li a .main_icon,
    .side_menu ul li a .material-icons {
        display: none;
    }
    .site_btn {
        color: #fff;
        font-weight: 700;
        font-size: 13px;
        text-decoration: none;
        text-align: center;
        display: block;
        padding: 0px 10px 0px 10px;
        line-height: 32px;
        box-shadow: 0 1px 1px rgb(200 200 200 / 40%) inset, 1px 1px 3px rgb(0 0 0 / 20%);
        text-shadow: -1px -1px 0 #244993;
        white-space: nowrap;
        border: 1px solid #333;
        border-radius: 0px;
        background: #36C;
        margin-top: 0px;
        margin-bottom: 0px;
        & when (@themes =m2014) {
            box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2)!important;
            border: 1px solid #24478f!important;
            color: #fff!important;
            text-shadow: 0 1px 1px #142952!important;
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e5cb8), color-stop(1, #4775d1))!important;
            border-radius: 4px!important;
        }
    }
    .site_menu .site_btn,
    .site_menu .site_btn_secondary {
        padding: 0px 5px;
    }
    .custom-icons.md-36.material-icons,
    .material-icons.md-36.material-icons {
        min-width: 16px;
        min-height: 15px;
    }
    .material-icons.md-36 {
        height: 15px;
        width: 16px;
        background-image: var(--s);
        background-position: 80px 115px;
        color: #fff0;
    }
    .media_manager {
        background: url(https://i.imgur.com/OyInZla.gif);
        border: 1px dashed #aaa;
        border-radius: 0px;
        background-clip: padding-box;
        padding: 5px;
    }
    .md-form .website_input {
        box-sizing: border-box;
        border: 0;
        border-radius: 5px;
        background-clip: padding-box;
        padding: 0px;
    }
    .md-form .md-space,
    .md-form .side-by-side,
    .md-form .website_input {
        margin-top: 0px;
    }
    .md-form .website_input .inputs .md-input-inline {
        margin-top: 35px;
        width: 50%;
    }
    .md-form .md-input input {
        margin-top: 0px;
    }
    .md-form select {
        margin: 0px;
    }
    #resource_manage_list .resource_list .resource {
        cursor: pointer;
        transition: none;
    }
    #resource_manage_list .resource_list .resource:hover {
        background: url(https://i.imgur.com/OyInZla.gif);
        color: #187e10;
    }
    .resource_list .forum_thread .r-status.live,
    .resource_list .resource .r-status.live {
        display: none;
    }
    #resource_manage_list .resource_list .resource .r-subject {
        margin: 0px 0;
    }
    .resource .r-subtitle .r-subject {
        display: flex;
        padding: 0px;
    }
    #resource_manage_list .resource_list .resource .r-manage li a {
        border-left: 0;
        margin: 0;
        border-radius: 5px;
        background-clip: padding-box;
        padding: 5px;
        border: 1px solid transparent;
        color: #333;
    }
    #resource_manage_list .resource_list .resource .r-manage li a:hover {
        color: #187e10;
        background: none;
        box-shadow: none;
    }
    #resource_manage_list .resource_list .resource .r-manage {
        border-left: 0;
    }
    #manage-header .site_btn {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        height: 35px;
    }
    h1 {
        clear: both;
        color: #59402d;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 1px 1px #fff;
        padding: 0px 0px 0px 0px;
        & when (@themes =m2014) {
            clear: both;
            color: #333!important;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            text-shadow: none;
            padding: 0px 0px 0px 0px;
        }
    }
    h2 {
        display: block;
    }
    .card_menu > li:not(.divider) {
        padding: 0px;
        background: padding-box;
        box-sizing: border-box;
        border-radius: 0px;
    }
    .card_menu > li {
        position: relative;
        box-sizing: border-box;
        width: calc(50% - 10px);
        margin: 0px 0px 0;
        border: 1px solid transparent;
    }
    .card_menu > li h2 > .custom-icons.material-icons,
    .card_menu > li h2 > .material-icons.material-icons {
        display: none;
    }
    .card_menu > li h2 > .custom-icons,
    .card_menu > li h2 > .material-icons {
        display: none;
    }
    .card_menu > li.divider {
        width: 100%;
        border-bottom: 1px solid var(--border-color);
        clear: both;
        color: #59402d;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 1px 1px #fff;
        padding: 0px 0px 0px 0px;
        margin-top: 0px;
        box-shadow: 0px 1px #fff;
        & when (@themes =m2014) {
            width: 100%;
            border-bottom: 1px solid var(--border-color);
            clear: both;
            color: #333!important;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            text-shadow: none;
            padding: 0px 0px 0px 0px;
            margin-top: 0px;
            box-shadow: 0px 1px #fff;
        }
    }
    .card_menu > li:not(.divider):hover {
        box-shadow: none;
        background: #fff0;
        color: #187e10!important;
    }
    .card_menu > li a.card_link:hover {
        color: #187e10!important;
    }
    .card_menu > li:not(.divider):hover h2 {
        color: #187e10;
    }
    .card_menu > li h2 {
        color: #36c;
    }
    .notification_list .notification .notify_member_plug .avatar {
        border-radius: 50%;
        background-clip: padding-box;
        width: 23px;
        height: 23px;
        margin: 1px 3px 1px 1px;
        display: none;
    }
    .notification_list .notification .notify_member_plug .level {
        display: none;
    }
    .notification_list .notification:nth-child(even) {
        background: #fff0;
    }
    .notification_list .notification {
        box-sizing: border-box;
        background: #ccc url(https://i.imgur.com/OyInZla.gif);
        margin: 0;
        padding: 3px;
        border-bottom: 1px solid #aaa;
        border-top: 1px solid #fff;
    }
    .notification_list .notification .notify_member_plug:hover {
        background: #fff0;
        color: #187e10;
    }
    .notification_list .notification .notify_member_plug {
        box-sizing: border-box;
        display: inline-block;
        border-radius: 0px;
    }
    .account_replies .fr_context {
        border: 1px solid #fff;
        border-bottom: 1px solid var(--border-color);
        background: var(--feed-alt-bg);
        border-radius: 0px 0px 0 0;
        background-clip: padding-box;
        vertical-align: middle;
    }
    .account_replies .forum_reply {
        padding-top: 3px;
        margin-top: 0;
        margin-bottom: 5px;
        border-radius: 0 0 0px 0px;
        background-clip: padding-box;
        border-bottom: 1px solid var(--border-color);
    }
    .list_messages .list_message.read {
        background: url(https://i.imgur.com/OyInZla.gif);
    }
    .list_messages .list_message.read:nth-child(even) {
        background: url(https://i.imgur.com/2gHf4MM.gif);
    }
    .list_messages .list_message {
        box-sizing: border-box;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #aaa;
    }
    .messages-box {
        background: url(https://i.imgur.com/OyInZla.gif);
        border: 1px solid var(--border-color);
        clear: both;
        margin: 5px 0 0 2px;
        border-radius: 0px;
        background-clip: padding-box;
        overflow: hidden;
    }
    .pm_member {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        background: #fff0;
        border: 0;
        border-radius: 0px;
        background-clip: padding-box;
        padding: 0px;
        margin-right: 0px;
    }
    .pm_member > a .avatar {
        display: none;
    }
    #message-list {
        clear: both;
        background: url(https://web.archive.org/web/20131025110204im_/http://cdn2.planetminecraft.com/images/layout/system_bg.jpg);
        padding: 1px;
        border-radius: 0px;
        background-clip: padding-box;
    }
    #message-list .message-item .message-wrap .message-item-content .msg-header a .msg-avatar {
        display: none;
    }
    #message-list .message-item .message-wrap .message-item-content .msg-header {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-flex: 0;
        flex: 0;
        min-width: 70px;
        padding: 0px 0px;
        background: url(https://i.imgur.com/OyInZla.gif);
        border-radius: 0px 0 0 0px;
        background-clip: padding-box;
    }
    #message-list .message-item .message-wrap .message-item-content .msg-text {
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        border-radius: 0px;
        background-clip: padding-box;
        margin: 0px 5px 0 0;
        min-height: 35px;
        padding: 0 5px 0px;
        min-width: 0;
    }
    #message-list .message-item .message-wrap .message-item-content .msg-detail {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0 0px;
        margin: 0;
        text-align: right;
        font-size: 11px;
        text-shadow: 0 1px 0 #fff;
        border-color: #ccc #ccc #aaa;
        background-color: #e0e0e0;
        -moz-box-shadow: inset 0 0 1px #fff;
        -ms-box-shadow: inset 0 0 1px #fff;
        -webkit-box-shadow: inset 0 0 1px #fff;
        box-shadow: inset 0 0 1px #fff;
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#fffafafa, EndColorStr=#ffdcdcdc);
        background-image: -moz-linear-gradient(top, #fafafa 0, #dcdcdc 100%);
        background-image: -ms-linear-gradient(top, #fafafa 0, #dcdcdc 100%);
        background-image: -o-linear-gradient(top, #fafafa 0, #dcdcdc 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #dcdcdc));
        background-image: -webkit-linear-gradient(top, #fafafa 0, #dcdcdc 100%);
        background-image: linear-gradient(to bottom, #fafafa 0, #dcdcdc 100%);
        border: 1px solid transparent;
        border: 1px solid #aaa;
    }
    .action_box,
    .attention_box,
    .disabled_box,
    .embed_box,
    .error:not(.material-icons),
    .error_box,
    .help_box,
    .notice_box,
    .success_box,
    .warning_box {
        display: flex;
    }
    .action_box,
    .attention_box,
    .disabled_box,
    .embed_box,
    .error:not(.material-icons),
    .error_box,
    .help_box,
    .notice_box,
    .success_box,
    .warning_box {
        padding: 1px;
        margin: 0px;
        background: #fff0;
        box-sizing: border-box;
        color: var(--menu-selected-color);
        border-radius: 0px;
        box-shadow: none;
    }
    #content-menu-options .side_menu ul li a:hover {
        color: #187e10;
        background: #fff0;
        box-shadow: none;
    }
    #content-menu-options .side_menu ul li a {
        position: relative;
        display: flex;
        color: #36c;
        background: #fff0;
        box-shadow: none;
        margin: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        padding: 0px 0px;
        line-height: normal;
        font-weight: 700;
        font-size: 11px;
        transition: none;
    }
    #content-menu-options .side_menu ul.opt-side-by-side li {
        width: 50%;
        background: url(https://i.imgur.com/OyInZla.gif);
    }
    .site_btn_secondary {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 14px;
        display: inline-block;
        padding: 5px 8px;
        border-radius: 0px;
        border: 1px solid #999;
        background: #36c;
        color: #fff;
        & when (@themes =m2014) {
            box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2)!important;
            border: 1px solid #24478f!important;
            color: #fff!important;
            text-shadow: 0 1px 1px #142952!important;
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e5cb8), color-stop(1, #4775d1))!important;
            border-radius: 4px!important;
        }
    }
    .site_btn_secondary:hover {
        font-family: Arial, Helvetica, sans-serif;
        border: 1px solid #999;
        background: #36c;
        color: #fcee4b;
    }
    .spoiler > .spoiler_header {
        contain: content;
        display: none;
    }
    .list_messages .list_message .avatar {
        display: none;
    }
    .material-icons.edit:before {
        display: none;
    }
    .r-card .card-title {
        font-size: 16px;
        font-weight: 700;
        padding: 5px 5px;
        color: #59402d;
        border-bottom: 1px solid var(--border-color);
        text-shadow: 1px 1px #fff;
        background: #fff url('https://i.imgur.com/QUg4616.gif') !important;
        & when (@themes =m2014) {
            font-size: 16px;
            font-weight: 700;
            padding: 0px 0px;
            padding-bottom: 4px;
            color: #333!important;
            border-bottom: 1px solid #aaa;
            text-shadow: none!important;
            border-radius: 0px!important;
            background: #fff url('https://i.imgur.com/QUg4616.gif')!important;
        }
    }
    #manage-header .site_btn .material-icons {
        display: none;
    }
    .is_tabs > ul {
        background-color: #36c;
    }
    .tab_options > ul > li.currentpage > a,
    .tab_options > ul > li.ui-state-active > a {
        height: 15px !important;
    }
    a.site_btn.post_new i.material-icons.md-24.menu {
        display: none;
    }
    .indicator {
        display: none;
    }
}
@-moz-document url-prefix("https://www.planetminecraft.com/member/") {
    #widget-wrap {
        background: #fff url('https://i.imgur.com/QUg4616.gif');
        padding: 5px 0 0;
    }
    #widgets .widget .widget_header h2 .widget_icon {
        display: none;
    }
    #widgets .widget .widget_header h2 {
        border-radius: 0px 0px 0 0!important;
    }
    h2 {
        clear: both;
        font-weight: 700;
        color: #59402d;
        font-size: 18px;
        padding: 5px;
        font-family: Arial, sans-serif;
        text-shadow: 1px 1px #fff;
        & when (@themes =m2014) {
            clear: both;
            font-weight: 700;
            color: #333!important;
            font-size: 18px;
            padding: 5px;
            font-family: Arial, sans-serif;
            text-shadow: none;
        }
    }
    #widgets .widget {
        box-shadow: none!important;
        background: #fff url('https://i.imgur.com/QUg4616.gif');
        border-radius: 0px!important;
        margin: 0 5px 5px;
    }
    #widgets .widget .widget_header {
        border-bottom: none!important;
    }
    span.indicator.online-status.INVISIBLE.material-icons.panorama_fish_eye {
        box-sizing: border-box;
        width: 14px;
        height: 14px;
        position: absolute;
        border: none;
        bottom: 0;
        right: 0;
        background: url(http://web.archive.org/web/20150717111400im_/http://www.planetminecraft.com/images/icons/status_0.png)!important;
        color: #ccc;
    }
    .member_activity_item .activity_action {
        border: none!important;
        border-radius: 5px 5px 0 0;
        padding: 5px;
        background: #fff url('https://i.imgur.com/QUg4616.gif');
    }

    #profile-bar {
        padding: 5px;
        color: #333;
        background: #fff url("https://i.imgur.com/OyInZla.gif") !important;
        box-shadow: none;
        border-bottom: 1px solid #aaa!important;
        border-top: 1px solid #fff!important;
        text-shadow: none;
        border: none;
    }
    #profile-header {
        border-radius: 0px 0px 0 0;
    }
    #profile-header #custom-link,
    #profile-header #group-links,
    #profile-header #social-media {
        backdrop-filter: none!important;
    }
    #subscribe_full .num_subscribers {
        display: none;
    }
    .minimal_btn {
        display: none;
    }
    #profile-bar #profile-actions > * {
        margin-left: 5px;
        text-shadow: -1px -1px 0 #333!important;
        border: 1px solid #d1d1d1;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC));
        border-bottom: 1px solid #aaa;
        color: #FFF;
        border-radius: 5px;
        font-size: 12px;
    }
    #subscribe_full .site_btn {
        text-shadow: -1px -1px 0 #333!important;
        border: 1px solid #d1d1d1;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC));
        border-bottom: 1px solid #aaa;
        color: #FFF;
        border-radius: 5px;
        font-size: 12px;
        padding: 5px;
        & when (@themes =m2014) {
            border-radius: 4px!important;
            text-shadow: 0 1px 1px #142952!important;
            padding: 5px!important;
            border: 1px solid #24478f!important;
            color: #FFF!important;
            cursor: pointer;
            font-size: 11px;
            font-weight: 600;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
            box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2)!important;
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e5cb8), color-stop(1, #4775d1))!important;
        }
    }
    #subscribe_full .site_btn.subbed,
    #subscribe_full .site_btn:active {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC));
        color: #FFF;
        border: 1px solid #d1d1d1;
        border-bottom: 1px solid #aaa;
        & when (@themes =m2014) {
            border-radius: 4px!important;
            text-shadow: 0 1px 1px #142952!important;
            padding: 5px!important;
            border: 1px solid #24478f!important;
            color: #FFF!important;
            cursor: pointer;
            font-size: 11px;
            font-weight: 600;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
            box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2)!important;
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e5cb8), color-stop(1, #4775d1))!important;
        }
    }
    .site_btn {
        font-family: Arial, sans-serif;
        padding: 5px 5px;
    }
    .widget-full-page .search-box {
        padding: 0px 0px;
    }
    #widget-search .search-box::after {
        color: #36c!important
    }
    #widget-search .search-box {
        color: #36c!important;
        border: 1px solid #aaa;
        position: relative;
        left: -75px;
        & when (@themes =m2014) {
            color: #36c!important;
            border: none!important;
            position: relative;
            left: -75px;
        }
    }
    #widget-search .search-box form .search-terms input::placeholder {
        color: #fff0;
    }
    .widget_icon {
        display: none!important;
    }
    .side_menu ul li a:hover {
        color: #187e10 !important;
        background: url(https://i.imgur.com/2gHf4MM.gif);
    }
    .side_menu ul li a.currentpage,
    .side_menu ul li a[data-selected="1"] {
        color: var(--menu-selected-color);
        background: url(https://i.imgur.com/2gHf4MM.gif);
    }
    .side_menu ul li a {
        color: #36c;
        box-sizing: border-box;
        display: block;
        padding: 5px;
        margin: 0;
        font-weight: 700;
        font-size: 14px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #aaa;
        border-radius: 0px !important;
    }
    .r-card .card-title {
        font-size: 16px;
        font-weight: 700;
        padding: 0px 0px;
        padding-bottom: 0px;
        padding-bottom: 4px;
        color: #59402d;
        border-bottom: 1px solid #aaa;
        text-shadow: 1px 1px #fff;
        border-radius: 0px !important;
        background: #fff url('https://i.imgur.com/QUg4616.gif') !important;
        & when (@themes =m2014) {
            font-size: 16px;
            font-weight: 700;
            padding: 0px 0px;
            padding-bottom: 4px;
            color: #333!important;
            border-bottom: 1px solid #aaa;
            text-shadow: none!important;
            border-radius: 0px!important;
            background: #fff url('https://i.imgur.com/QUg4616.gif')!important;
        }
    }
    #member-menu.side_menu a[href$="/youtube/"] {
        padding-left: 5px;
    }
    .tab_options > ul > li a > * {
        display: unset!important;
    }
    h1 {
        font-weight: 700;
        color: #59402d;
        font-family: Arial, sans-serif;
        padding: 5px 5px 5px 5px;
        font-size: 16px;
        text-shadow: 1px 1px #fff;
        border-bottom: 1px solid #aaa;
        & when (@themes =m2014) {
            font-weight: 700;
            color: #333!important;
            font-family: Arial, sans-serif;
            padding: 5px 5px 5px 5px;
            font-size: 16px;
            text-shadow: none!important;
            border-bottom: 1px solid #aaa;
        }
    }
    #profile-header #profile-member #avatar .avatar_icon {
        border: 2px solid #fff;
        outline: 1px solid #000;
    }
    #profile-bar #member-browse {
        padding: 2px;
        padding-left: 10px;
        padding-right: 10px;
    }
    div.bar-item .site_btn {
        font-family: Arial, sans-serif;
        font-size: .9375rem;
        font-weight: 700;
        border-radius: 0px;
        color: #fff;
        background: #36c;
        border: 1px solid #333;
        transition: none!important;
        text-shadow: -1px -1px 0 #244993;
        box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2);
    }
    div.bar-item .site_btn:hover {
        background: #36c!important;
    }
    #profile-bar #member-browse .material-icons.material-icons {
        font-family: sans, sans-serif!important;
        font-size: 0px;
    }
    #profile-bar #member-browse .material-icons.material-icons::after {
        content: "ACCOUNT MENU";
        font-family: Roboto, helvetica neue, Helvetica, Arial, sans-serif;
        position: relative!important;
        font-size: 13px!important;
        font-weight: 700;
        line-height: 2;
    }
    .indicator.online-status.ONLINE {
        color: #68ff0000;
        background-image: linear-gradient(to top, #335c17 0, #6fec19 100%);
        background-image: url(https://web.archive.org/web/20140910202205im_/http://www.planetminecraft.com/images/icons/status_1.png);
        border: 0;
        min-width: 14px;
        min-height: 14px;
    }
    .indicator.online-status {
        box-sizing: border-box;
        width: 14px;
        height: 14px;
        position: absolute;
        border: 0;
        bottom: 0;
        right: 0;
        background: none;
    }
    .team_cell .team_member {
        background: #fff url("https://i.imgur.com/OyInZla.gif") !important;
    }
    #profile-header #profile-member #custom-status {
        display: none;
    }
    #widgets .widget.colspan2 .resource_list .resource .r-preview {
        max-width: 40%;
        height: auto;
        max-height: 96px;
    }
    #profile-bar #profile-actions .material-icons {
        display: none;
    }
}
@-moz-document url("https://www.planetminecraft.com/") {
    #container #center,
    #page_container #center {
        max-width: 653px!important;
    }
    .is_tabs .ui-corner-all {
        display: none;
    }
    #container #left,
    #container #right,
    #page_container #left,
    #page_container #right {
        width: 313px;
    }
    #reel-wrap {
        max-width: 636px;
    }
    #container #hero,
    #page_container #hero {
        max-width: 636px;
    }
    .r-card .card-title .card-popout {
        display: none;
    }
    .side_menu ul li a .img_sprite,
    .side_menu ul li a .main_icon,
    .side_menu ul li a .material-icons {
        display: none;
    }
    #container #left .page_card,
    #container #right .page_card,
    #page_container #left .page_card,
    #page_container #right .page_card {
        display: none;
    }
    .resource .r-info .r-title i.material-icons {
        display: none;
    }
    div.stats i.material-icons {
        display: none;
    }
    .r-card[data-type="advert"] {
        display: none;
    }
    [data-theme="light"] div.r-card {
        background: #fff url('https://i.imgur.com/QUg4616.gif')!important;
    }
    .r-card .card-title {
        font-size: 16px;
        font-weight: 700;
        padding: 0px 0px;
        padding-bottom: 0px;
        padding-bottom: 4px;
        color: #59402d;
        border-bottom: 1px solid #aaa;
        text-shadow: 1px 1px #fff;
        border-radius: 0px !important;
        background: #fff url('https://i.imgur.com/QUg4616.gif') !important;
        & when (@themes =m2014) {
            font-size: 16px;
            font-weight: 700;
            padding: 0px 0px;
            padding-bottom: 4px;
            color: #333!important;
            border-bottom: 1px solid #aaa;
            text-shadow: none!important;
            border-radius: 0px!important;
            background: #fff url('https://i.imgur.com/QUg4616.gif')!important;
        }
    }
    .r-card .card-title > a {
        border-radius: 5px;
        text-shadow: 0 1px 0 #fff;
        background-color: #e0e0e0;
        box-shadow: inset 0 0 1px #fff;
        background-image: linear-gradient(to bottom, #fafafa 0, #dcdcdc 100%);
        border: 1px solid #aaa;
    }
    .r-card .card-title > a:hover {
        color: #36c;
        & when (@themes =m2014) {
            background: #fff;
            background-image: none;
            border: 1px solid #333;
        }
    }
    .side_menu ul li a.currentpage,
    .side_menu ul li a:hover,
    .side_menu ul li a[data-selected="1"] {
        color: #36c !important;
        background: none;
    }
    .side_menu ul li a {
        padding: 5px;
        font-weight: 700;
    }
    .wall_feed > .line_divider {
        margin-bottom: 5px;
    }
    .line_divider {
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #fff;
    }
    .site_btn {
        font-family: Arial, sans-serif;
        font-size: 13px;
        font-weight: 700;
        padding: 10px 10px;
        border-radius: 5px;
        color: #fff;
        box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2);
        text-shadow: -1px -1px 0 #244993;
        border: 1px solid #333;
        transition: none!important;
        & when (@themes =e2013) {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC))!important;
            border: none;
            text-shadow: none;
            box-shadow: none;
        }
        & when (@themes =m2012) {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC))!important;
            border: none;
            text-shadow: none;
            box-shadow: none;
        }
        & when (@themes =m2014) {
            box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2)!important;
            border: 1px solid #24478f!important;
            color: #fff!important;
            text-shadow: 0 1px 1px #142952!important;
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e5cb8), color-stop(1, #4775d1))!important;
            border-radius: 4px!important;
        }
    }
    .site_btn:not(:disabled):not([data-disabled="disabled"]):hover {
        color: #FCEE4B !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC));
    }
    & when (@themes =m2014) {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #24478f), color-stop(1, #2e5cb8))!important;
    }
}
@-moz-document url("https://www.planetminecraft.com/account/sign_in/") {
    input.site_btn.r3submit {
        line-height: 1px;
    }
    #header #header-wrap .header-login {
        display: none;
    }
}
@-moz-document url("https://www.planetminecraft.com/account/create/") {
    div.notice_box {
        display: none!important;
    }
    h2 {
        color: #59402d;
        font-size: 18px;
        font-weight: 700;
        text-shadow: 1px 1px #fff;
        padding: 0px;
        font-family: Arial, sans-serif;
        & when (@themes =m2014) {
            color: #333!important;
            font-size: 18px;
            font-weight: 700;
            text-shadow: none;
            padding: 0px;
            font-family: Arial, sans-serif;
        }
    }
    #content_graphic_header h1,
    #content_graphic_header h2 {
        color: #59402d;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 1px 1px #fff;
        padding-bottom: 0px;
        float: center;
        margin-right: 0px!important;
        & when (@themes =m2014) {
            color: #333!important;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            text-shadow: none!important;
            padding-bottom: 0px;
            float: center;
            margin-right: 0px!important;
        }
    }
    input.site_btn.r3submit {
        width: 251px!important;
        float: left;
        margin-top: 10px;
        border-radius: 5px!important;
        border: 1px solid #aaa;
        color: #000;
        font-weight: 700;
        box-shadow: none!important;
        text-shadow: none!important;
        line-height: 0px;
        height: 30px;
        transition: none;
        text-transform: uppercase;
        vertical-align: middle;
        font-size: 15px;
        background-color: #e0e0e0;
        background-image: linear-gradient(to bottom, #fafafa 0, #dcdcdc 100%);
    }
    input.site_btn.r3submit:hover {
        background-color: #e0e0e0;
        background-image: linear-gradient(to bottom, #fafafa 0, #dcdcdc 100%)!important;
        color: #36c!important;
    }
    input.site_btn.r3submit:focus {
        background-color: #e0e0e0;
        background-image: linear-gradient(to bottom, #fafafa 0, #dcdcdc 100%)!important;
        color: #36c!important;
    }
    #header #header-wrap .header-login {
        display: none;
    }
}
@-moz-document url-prefix("https://www.planetminecraft.com/skins/") {
    #resource-list-header #resource-list-title {
        height: 34px !important;
    }
    #resource-list-header #resource-list-title #resources-actions {
        flex-direction: row;
    }
}
@-moz-document url-prefix("https://www.planetminecraft.com/servers/") {
    .resource_server_item .server-title .txt {
        display: none;
    }
    .resource_server_item .server-title {
        margin-right: 5px;
        width: 468px;
        max-width: 468px;
        display: block;
        max-height: 60px!important;
    }
    .resource_server_item .online_status {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: flex-start;
        margin-top: 7px;
        justify-content: flex-start;
        align-content: flex-start;
        flex-wrap: nowrap;
        position: absolute;
        left: 13px;
    }
    .preview-banner {
        background: #fff;
        padding: 1px;
        border: 1px solid #aaa;
    }
}
@-moz-document url-prefix("https://www.planetminecraft.com/contact") {
    .action_box,
    .attention_box,
    .disabled_box,
    .embed_box,
    .error:not(.material-icons),
    .error_box,
    .help_box,
    .notice_box,
    .success_box,
    .warning_box {
        padding: 5px;
        margin: 10px;
        background-color: #E8FAE1;
        border-radius: 0px;
        box-shadow: none!important;
        border: 1px solid #063;
    }
    input.site_btn {
        border: 1px solid #999;
        background: #36c;
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 0px;
        transition: none;
        & when (@themes =m2014) {
            box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2)!important;
            border: 1px solid #24478f!important;
            color: #fff!important;
            text-shadow: 0 1px 1px #142952!important;
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e5cb8), color-stop(1, #4775d1))!important;
            border-radius: 4px!important;
        }
    }
    input.site_btn:hover {
        background: #36c!important;
        color: #FCEE4B!important;
    }
    h3 {
        clear: both;
        font-weight: 700;
        font-size: 16px;
        padding: 0px;
        font-family: Arial, sans-serif;
    }
}
@-moz-document url-prefix("https://www.planetminecraft.com/account/settings/") {
    .content {
        margin: 0px;
        padding: 5px;
        max-width: 653px !important;
        background: #fff url('https://i.imgur.com/QUg4616.gif')!important;
    }
    div.line_divider:nth-child(2) {
        display: none;
    }
    .tab_options > ul > li:nth-child(6) {
        display: none;
    }
    .notice_box i.material-icons.md-24 {
        display: none;
    }
    .material-icons.md-24 {
        display: none;
    }
    .material-icons.md-18 {
        display: none;
    }
}
@-moz-document url-prefix("https://www.planetminecraft.com/forums") {
    #center .tab_options > ul {
        border-bottom: none;
    }
    .tab_options > ul > li.currentpage > a,
    .tab_options > ul > li.ui-state-active > a {
        height: 17px!important;
    }
    .title_container_block {
        border: none;
        background: #fff0;
        border-radius: 0px;
        margin: 5px 0;
    }
    .activity_name .activity_icon {
        display: none;
    }
    .title_container_block .subcategory .subcategory_info .subcat_icon .material-icons.material-icons {
        display: none;
    }
    div.subcategory_list {
        border: 1px solid #aaa;
    }
    .title_container_block .subcategory:nth-child(2n) {
        background: #ecf4ff url(/web/20130917203848im_/http://www.planetminecraft.com/forums/styles/planetminecraft/theme/images/alt_forum_bg.gif) !important;
    }
    .r-card .card-title {
        font-size: 16px;
        font-weight: 700;
        padding: 5px 5px;
        color: #59402d;
        border-bottom: 1px solid var(--border-color);
        text-shadow: 1px 1px #fff;
        background: #fff url('https://i.imgur.com/QUg4616.gif') !important;
        & when (@themes =m2014) {
            font-size: 16px;
            font-weight: 700;
            padding: 0px 0px;
            padding-bottom: 4px;
            color: #333!important;
            border-bottom: 1px solid #aaa;
            text-shadow: none!important;
            border-radius: 0px!important;
            background: #fff url('https://i.imgur.com/QUg4616.gif')!important;
        }
    }
    #member_activity_list .forum_thread[data-disposition="normal"],
    #site_feed .forum_thread[data-disposition="normal"],
    .forum_content .forum_thread[data-disposition="normal"],
    .forum_feed .forum_thread[data-disposition="normal"] {
        background: #ccc url('https://i.imgur.com/QUg4616.gif')!important;
        border-bottom: 1px dotted #aaa;
    }
    .forum_feed_wrap {
        border-bottom: 1px solid #aaa;
    }
    #member_activity_list .forum_thread,
    #site_feed .forum_thread,
    .forum_content .forum_thread,
    .forum_feed .forum_thread {
        padding: 2px 5px!important;
        border-bottom: 1px solid var(--border-color);
    }
    .forum_thread {
        padding: 2px 5px!important;
        overflow: hidden;
        clear: both;
        position: relative;
        border-left: none!important;
    }
    span.cat_posted {
        display: none;
    }
    #member_activity_list .forum_thread > .thread_box .thread_subtitle > div > .material-icons:first-of-type,
    #site_feed .forum_thread > .thread_box .thread_subtitle > div > .material-icons:first-of-type,
    .forum_content .forum_thread > .thread_box .thread_subtitle > div > .material-icons:first-of-type,
    .forum_feed .forum_thread > .thread_box .thread_subtitle > div > .material-icons:first-of-type {
        display: none;
    }
    #member_activity_list .forum_thread > .thread_box .activity_name .activity_icon,
    #site_feed .forum_thread > .thread_box .activity_name .activity_icon,
    .forum_content .forum_thread > .thread_box .activity_name .activity_icon,
    .forum_feed .forum_thread > .thread_box .activity_name .activity_icon {
        display: none;
    }
    #member_activity_list .forum_thread > .thread_box .title,
    #site_feed .forum_thread > .thread_box .title,
    .forum_content .forum_thread > .thread_box .title,
    .forum_feed .forum_thread > .thread_box .title {
        font-size: 12px;
        font-weight: 700;
        margin: 0px 0px;
        color: #36c;
    }
    .forum_thread > .thread_box > a.title:hover {
        color: #187e10;
        text-decoration: none;
    }
    .r-card .card-title > a {
        border-radius: 5px;
        text-shadow: 0 1px 0 #fff;
        background-color: #e0e0e0;
        box-shadow: inset 0 0 1px #fff;
        background-image: linear-gradient(to bottom, #fafafa 0, #dcdcdc 100%);
        border: 1px solid #aaa;
    }
    .r-card .card-title > a:hover {
        color: #36c;
        & when (@themes =m2014) {
            background: #fff;
            background-image: none;
            border: 1px solid #333;
        }
    }
    .r-card .view_more {
        box-sizing: border-box;
        padding: 10px;
        border: none;
        text-transform: uppercase;
        font-size: 14px;
        box-shadow: none;
        border-radius: 0 0 5px 5px;
        transition: none;
        background: #36C;
        color: white;
        text-shadow: -1px -1px 0 #244993;
        & when (@themes =e2013) {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC));
            text-shadow: none;
        }
        & when (@themes =m2012) {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC));
            text-shadow: none;
        }
    }
    .r-card .view_more:hover {
        background: #36C;
        color: #FCEE4B;
        & when (@themes =e2013) {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC));
            text-shadow: none;
        }
        & when (@themes =m2012) {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC));
            text-shadow: none;
        }
    }
    .forum_thread > .thread_box > .title > .forum_icon:last-child,
    .forum_thread > .thread_box > h1 > .forum_icon:last-child {
        display: none;
    }
    #member_activity_list .forum_thread > .thread_box .title > .thread_user_icon.material-icons,
    #site_feed .forum_thread > .thread_box .title > .thread_user_icon.material-icons,
    .forum_content .forum_thread > .thread_box .title > .thread_user_icon.material-icons,
    .forum_feed .forum_thread > .thread_box .title > .thread_user_icon.material-icons {
        display: none;
    }
    .forum_thread > .thread_box > .thread_subtitle .material-icons {
        display: none;
    }
    .r-card.pad {
        padding: 5px;
        background: #fff url('https://i.imgur.com/QUg4616.gif')!important;
    }
    .side_menu ul li a {
        color: #36c!important;
        padding: 5px;
        margin: 0;
        font-weight: 700;
        line-height: 16px;
        font-size: 14px!important;
        border-top: 1px solid #fff!important;
        border-bottom: 1px solid #aaa!important;
        border-radius: 0px!important;
        background: #fff url('https://i.imgur.com/QUg4616.gif')!important;
    }
    .side_menu ul li a.currentpage,
    .side_menu ul li a:hover,
    .side_menu ul li a[data-selected='1'] {
        color: #333!important;
        background: url(https://i.imgur.com/2gHf4MM.gif);
    }
    .side_menu ul li a:hover {
        color: #187e10!important;
    }
    .side_menu ul li a .img_sprite,
    .side_menu ul li a .main_icon,
    .side_menu ul li a .material-icons {
        display: none;
    }
    #content-menu-options .side_menu ul li a:hover {
        color: #187e10;
        background: #fff0;
        box-shadow: none;
    }
    #content-menu-options .side_menu ul li a {
        position: relative;
        display: flex;
        color: #36c;
        background: #fff0;
        box-shadow: none;
        margin: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        padding: 0px 0px;
        line-height: normal;
        font-weight: 700;
        font-size: 11px;
        transition: none;
    }
    #content-menu-options .side_menu ul.opt-side-by-side li {
        width: 50%;
        background: url(https://i.imgur.com/OyInZla.gif);
    }
    .site_btn_secondary {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 14px;
        display: inline-block;
        padding: 5px 8px;
        border-radius: 0px;
        border: 1px solid #999;
        background: #36c;
        color: #fff;
        & when (@themes =m2014) {
            box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2)!important;
            border: 1px solid #24478f!important;
            color: #fff!important;
            text-shadow: 0 1px 1px #142952!important;
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e5cb8), color-stop(1, #4775d1))!important;
            border-radius: 4px!important;
        }
    }
    .site_btn {
        font-family: Arial, sans-serif;
        font-size: 13px;
        font-weight: 700;
        padding: 10px 10px;
        border-radius: 5px;
        color: #fff;
        box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2);
        text-shadow: -1px -1px 0 #244993;
        border: 1px solid #333;
        transition: none!important;
        & when (@themes =e2013) {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC))!important;
            border: none;
            text-shadow: none;
            box-shadow: none;
        }
        & when (@themes =m2012) {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC))!important;
            border: none;
            text-shadow: none;
            box-shadow: none;
        }
        & when (@themes =m2014) {
            box-shadow: 0 1px 1px rgba(200, 200, 200, 0.4) inset, 1px 1px 3px rgba(0, 0, 0, 0.2)!important;
            border: 1px solid #24478f!important;
            color: #fff!important;
            text-shadow: 0 1px 1px #142952!important;
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e5cb8), color-stop(1, #4775d1))!important;
            border-radius: 4px!important;
        }
    }
    .site_btn:not(:disabled):not([data-disabled="disabled"]):hover {
        color: #FCEE4B !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36C), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #3B6BCC));
    }
    div.category_actions div.site_btn.wide_btn.js_link_m i.material-icons.md-24.forum {
        display: none;
    }
    .site_btn:not(.hidden).wide_btn,
    .site_btn_alt:not(.hidden).wide_btn {
        margin: 0px;
    }
}
@-moz-document url-prefix("https://www.planetminecraft.com/projects/"),
url-prefix("https://www.planetminecraft.com/servers/"),
url-prefix("https://www.planetminecraft.com/texture-packs/"),
url-prefix("https://www.planetminecraft.com/skins/"),
url-prefix("https://www.planetminecraft.com/blogs/"),
url-prefix("https://www.planetminecraft.com/mods/"), url-prefix("https://www.planetminecraft.com/resources/") {
    div.contributed abbr.timeago:nth-child(3)::before {
        content: "Last updated";
        margin-right: 5px;
        text-decoration: none!important;
        cursor: text;
    }
    div.contributed abbr.timeago:nth-child(5)::before {
        content: "Posted";
        margin-right: 5px;
        text-decoration: none!important;
        cursor: text;
    }
    .resource .r-preview {
        max-width: 262px!important;
        min-width: 262px!important;
        max-height: 178px!important;
        min-height: 178px!important;
    }
}