@charset "utf-8";

@import "reset.css";
@import "module.css";

/**
 * Suggested order
 *
 * @see http://www.mozilla.org/css/base/content.css
 *
 * display
 * list-style
 *   color url(image) position;
 *     list-style-type
 *     list-style-image
 *     list-style-position
 * position
 *   top
 *   right
 *   bottom
 *   left
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * line-height
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * othertext
 *   letter-spacing
 *   word-spacing
 *   text-transform
 *   white-space
 * content
 *   contentcounter-increment
 *   counter-reset
 *   quotes
 * For data tables
 *   caption-side
 *   table-layout
 *   border-collapse
 *   border-spacing
 *   empty-cells
 * For UI
 *   outline
 *   outline-width
 *   outline-style
 *   outline-color
 *   cursor
 * For print
 *   size
 *   marks
 *   page-break-before
 *   page-break-after
 *   page-break-inside
 *   page
 *   orphans
 *   widows
 * For sounds, oral
 *   speak-header
 *   volume
 *   speak
 *   pause-before
 *   pause-after
 *   pause
 *   cue-before
 *   cue-after
 *   cue
 *   play-during
 *   azimuth
 *   elevation
 *   speech-rate
 *   voice-family
 *   pitch
 *   pitch-range
 *   stress
 *   richness
 *   speak-punctuation
 *   speak-numeral
 */