/*
 * Author      : Nightfirecat
 * Updated     : December 13, 2011
 * Website     : http://nightfirecat.right-0n.com/
 * Description : Removes the "Not ready for change?" bar from Beatport's new website.
 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document
url-prefix("http://www.beatport.com/"),
url-prefix("https://www.beatport.com/")
{

#not-ready-banner {
  display: none !important;
}

}