@-moz-document domain(old.reddit.com) {
    * {
        background-color: #181818 !important;
        color: #CCC !important;
        border-color: #555 !important;
        border-width: 0px !important;
    }
    .premium-banner-outer, .premium-banner {
        display: none !important;
    }
    #header-img.default-header, .side {
        display: none !important;
    }
    .link.promotedlink.promoted, .link.promotedlink.external {
        display: none !important;
    }
    .footer-parent {
        display: none !important;
    }
    .happening-now-wrap {
        display: none !important;
    }
    .stickied {
        display: none !important;
    }
    input, textarea, button {
        background-color: #282828 !important;
    }
    a {
        font-style: oblique !important;
    }
    .expando-button, .thumbnail, .rank, .midcol {
        display: none !important;
    }
    .top-matter, .top-matter > *, .top-matter > * > *, .top-matter > * > * > *, .top-matter > * > * > * > * {
        background-color: #222 !important;
    }
    .linkflairlabel, .linkflairlabel > * {
        background-color: #999 !important;
        color: #121212 !important;
    }
    .entry {
        border-left: 5px solid darkred !important;
        padding-left: 5px !important;
    }
}