/* mozilla.org Base Styles
 * maintained by fantasai
 * (classes defined in the Markup Guide - http://mozilla.org/contribute/writing/markup )
 */
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/* TOC:
   Random HTML Styles
     Forms
   General Structure
   Navigation
   Quotations
   Comments and Other Asides
   Emphasis
   Computers - General
   Code
   Examples and Figures
   Q and A (FAQ)
   Tables
   Headers
   Meta
   Specific to Products Pages
*/
/* Random HTML Styles */

dt {
  font-weight: bold;
}
	
dd {
  margin: 0 0 1em 1em;
}
	
li {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
	
sup {
  font-size: 70%;
}

form {
  margin: 0;
  display: inline;
}

label {
  font-weight: bold;
}

	
/* Navigation */

:link img, :visited img {
  border: 0;
}

/* Quotations */

blockquote > address {
  padding-left: 1em;
  text-indent: -1em;
}

blockquote > address:before {
  content: "\2015";
}

/* Meta */

address {
  text-align: center;
}
