@charset "utf-8";

@import url("default.css");
@import url("style.css");
@import url("module.css");

/* css properties order (pursuant to CSS2 Specification "http://www.w3.org/TR/CSS2/")

[Box model]
-------------
margin
padding
-------------
border-width
border-color
border-style
border
-------------

[Visual formatting model]
-------------
display
-------------
position
top,right,bottom,left
-------------
float
clear
-------------
z-index
-------------

[Visual formatting model details]
-------------
width
height
-------------
line-height
-------------
vertical-align
-------------

[Visual effects]
-------------
overflow
-------------
visibility
-------------

[Generated content, automatic numbering, and lists]
-------------
content
-------------
list-style
-------------

[Paged media]
-------------
page-break-before
page-break-after
-------------
page
-------------

[Colors and Backgrounds]
-------------
color
-------------
background-color
background-image
background-repeat
background-attachment
background-position
background
-------------

[Fonts]
-------------
font-family
font-style
font-weight
font-size
font
-------------

[Text]
-------------
text-indent
text-align
text-decoration
letter-spacing
-------------
white-space
-------------

[Tables]
-------------
border-collapse
border-spacing
empty-cells
-------------

[User interface]
-------------
cursor
outline
-------------

------------------------------------------------------*/
