@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("b.hatena.ne.jp"){
h3:not([class]) > a[title],
.entry-search > a[title],
.curvebox-body .favicon + a[title]{
  font-size:0!important;
}

h3:not([class]) > a[title]:before{
  font-size:16px!important;
  content:attr(title)!important;
}
#sidebar   h3 > a[title]:before,
.newentry  h3 > a[title]:before,
.entry-search > a[title]:before,
.curvebox-body .favicon + a[title]:before{
  font-size:14px!important;
  content:attr(title)!important;
}
.videolist > li > h3 > a[title]:before{
  font-size:13px!important;
  content:attr(title)!important;
}

.hotentry.newentry > li{
  max-width:none!important;
}
}