@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("serverfault.com") {

.answered-accepted {
    border: 2px solid rgb(61, 85, 9) !important;
    border-radius: 5px ;
}

.unanswered {
    border: 2px solid rgb(234, 60, 60) !important;
    border-radius: 5px ;
}

.answered {
    border: 2px solid rgb(126, 190, 19) !important;
    border-radius: 5px ;
}
.post-tag {
    background-color:rgb(229,229,229) !important;
    border-color:rgb(204,204,204) !important;
    border-radius:5px !important;
}

.post-tag:hover {
    background-color:rgb(209,209,209) !important;
    color: #000000 !important;
    
}
.post-tag.moderator-tag {
    background-color: rgb(111,0,0) ! important;
}

.post-tag.moderator-tag:hover {
    color: rgb(210,210,210) ! important;
}

.tagged-interesting {
    background-color:rgb(240,240,240) !important;
}
.post-text a, .comment-text a {
    text-decoration:underline !important;
}

.community-bulletin {
    background-color: rgb(232,232,232) !important;
    border-radius: 15px !important;
    
}
#interestingAdd, #ignoredAdd {
    border-radius: 5px !important;
}
.nav li {
    border-radius: 10px !important;
}

.answered-accepted strong {
    color: rgb(61, 5, 9) !important;
}

}