/*All these stylesheets should be compiled and compressed before production */

/* Reset stylesheet from HTML5Boilerplate */
@import "reset-custom.css";

/* 960 Gridsystem version 2.0 by 960.gs */
/*@import "960.css";*/

/* Formalize is making forms apear the same size in all browsers and platforms. Formalize.me */
@import "formalize.css";

/* Setting the typography */
@import "typography.css";

/* Form elements including messagebox styling */
@import "forms.css";

/* Styling for graph, charts..*/
@import "charts.css";

/* Tables */
@import "tables.css";

/* Setting the standard page layout(Header, Main and Footer) */
@import "layout.css";

/* Styling the user navigation */
@import "navigation.css";

/* Different boxes */
@import "modules.css";

/* Helpers eg. icons */
@import "helpers.css";