@-moz-document domain("reddit.com") {
    a.title { color: #1462C1 !important }
    a:visited.title { color: #999 !important }
    a:hover.title { color: #ff4500 !important }
    a:active.title { color: #000 !important }
    .link {
        margin: 0pt !important;
        border-bottom: 1px solid #ddd !important;
        padding: 8px 0px !important;
    }
    .comment .child { border-left: 1px dotted #808080 !important }
    .last-clicked {
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
    .footer { display: none !important }
}