@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("reddit.com") {

.comment {
    padding: 10px 0 1px 10px!important;
    -moz-border-radius-bottomright: 10px!important;
    -moz-border-radius-topleft: 10px!important;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    margin-bottom: 5px!important;
    margin-top: 10px!important;
    margin-right: 10px!important;
    }


}