/* ==UserStyle==
@name           NewsBlur - Stop yelling
@namespace      https://greasyfork.org/en/users/710405-ajhall
@version        1.0.0
@description    Change ALLCAPS text on NewsBlur into something more reasonable
@author         ajhall
@downloadURL https://update.greasyfork.org/scripts/417085/NewsBlur%20-%20Stop%20yelling.user.css
@updateURL https://update.greasyfork.org/scripts/417085/NewsBlur%20-%20Stop%20yelling.meta.css
==/UserStyle== */
@-moz-document domain("newsblur.com") {
  * {
    text-transform: none !important;
  }
}