/* 
  This file contains css that should apply only if the browser does not have
  javascript enabled.  This will often override styles in our other css files
  and is therefore loaded last.
 */

/* a class for hiding things that shouldn't be displayed under noscript */
.hide-for-noscript {
  display: none;
}

/* don't hide the ratings if they're not rendered into stars */
.wait-for-star-load .rating {
  visibility: visible;
  width: auto;
  height: auto;
}

div#criteria-tabs form.loading { position: relative; left: 0; }

div.noscript-tab {
  display: block;
}

/* TODO: make the tab names display inline instead of on top of one another */
div#criteria-tabs > ul > li {
  display: inline;
}

div.noscript-tab {
  margin-top: 18px;
}

div.noscript-tab ul > li {
  padding-left: 10px;
}
