/* This css assumes that you have modernizr set up on the site and as such you have a class
 * called js on the body tag when js is available */

.js .noscript {
  display: none;
}
