@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("facebook.com") {
.UIIntentionalStream_ShowNewStories_Msg
{
   background:#afa !important;
   border-style:solid !important;
   border-color:#060 !important;
   border-width:2px 1px !important;
   -moz-border-radius:3px !important;
   padding:10px !important;
   color:#060 !important;
   font-size:2em !important;
   text-align:center !important;}
}
.UIIntentionalStream_ShowNewStories_Msg:hover
{
   border-color:darkblue !important;
   background:lightblue !important;
   color:darkblue !important;
}