

/* ## CSS error message ##*/
body::before {
  font-weight: bold;
  content: "A css error occured, using an old style to render this page";
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100000000000;
  background-color: #C00;
  color: #DDD;
}

css_error_message {
  content: "/_custom/web.assets_frontend/website/static/src/scss/options/user_values.scss is not utf-8 encoded.\A/alaj_media_center/static/src/css/media_center.css is not utf-8 encoded.\A/alaj_website/static/src/css/alaj_visual_identity.css is not utf-8 encoded.";
}
