plusアイコンと提供を非表示にし、タグの強調表示を取り除くstylish

はてなブックマークプラスでエントリーページに表示されるようになったplusアイコンと提供を非表示にし、強調されたタグを通常と同じ見た目にしたい。

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://b.hatena.ne.jp/entry/) {
a.plus_icon, #tag-sponsor, .tag-sponsor-subtitle{
    display : none !important;
}
a.sponsored-tag{
    color : #6666CC !important;
    font-weight: normal !important;
}
}

こんな感じかな。