@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://www.discogs.com/),
url-prefix(https://www.discogs.com/) {

*{
  background-color:#04042E !important; 
  border-color: #2E0BA2 !important;
  color:#AC9E38 !important;}
:link {
    color: #1E4DD8 ! important;
    text-decoration: underline ! important;
}

:visited {
    color: blue ! important;
    text-decoration: underline ! important;
}

#mediaplayer {display: none ! important;}
a:hover {
    color: #AEA9EC ! important;
    text-decoration: underline ! important;
}
}