/* ---------------------------------------------------------------------------------------------------- */
/* ----- styles.css */
/* This stylesheet imports stylesheets used by the web site */
/* ---------------------------------------------------------------------------------------------------- */
/* FALLBACK */
/* If web sites that uses the old look (i.e sisu, fek, intwebb) updates the global stylesheets above 
the deprecated-styles stylesheets must be added to prevent their design and layout from falling apart */
/* --------------- Deprecated styles
@import url("/css/deprecated-styles.css"); 
@import url("/css/deprecated-styles-print.css") print;
*/
/* --------------- /Deprecated styles */
/* /FALLBACK */
/* ---------------------------------------------------------------------------------------------------- */
/* LOCAL */
/* Import your local styles here. */
/* --------------- Local stylesheet */
@import url("medarbetarwebben.css");
/* --------------- /Local stylesheet */
/* /LOCAL */
/* ---------------------------------------------------------------------------------------------------- */