@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("my.opera.com") {
#myo-news {
  margin: 0px !important;
  padding: 4px !important;
  padding-bottom: 8px !important;
  background: #fad163 !important;
  border: 1px solid #f9b500 !important;
  border: none !important;
  width: auto !important;
  height: auto !important;

  font-size: 12pt !important;

  position: fixed !important;
  left: 0px !important;
  width: 100% !important;
  /* replace top with bottom if you don't like */
  /* the bar covering the main navigation */
  top: 10px !important;
  opacity: 0.85 !important;
}
#myo-news:hover {
  opacity: 0.9 !important;
}
#myo-news:before {
  content: "You have" !important;
}
#myo-news .topicons {
  background: transparent !important;
  margin: 1px !important;
  padding: 1px !important;
}
#myo-news a {
  text-decoration: none !important;
  border-bottom: 1px dotted #000 !important;
}
#myo-news a:hover, #myo-news a:focus {
  border-bottom-style: solid !important;
}
}