@charset "UTF-8";
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/stylesheets/fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("/stylesheets/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("/stylesheets/fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("/stylesheets/fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("/stylesheets/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.FAQ {
  -webkit-transition: background-color .218s,opacity .218s;
  -moz-transition: background-color .218s,opacity .218s;
  -o-transition: background-color .218s,opacity .218s;
  transition: background-color .218s,opacity .218s;
  padding: 4px 10px 5px;
  font-size: 16px; }
  .FAQ > .icon {
    float: left;
    cursor: pointer;
    display: inline-block; }
    .FAQ > .icon:before {
      font-weight: normal;
      font-style: normal;
      text-decoration: none !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "\f105";
      margin-right: 10px; }
  .FAQ .icon + P {
    display: block;
    cursor: pointer; }
  .FAQ > * {
    display: none; }
  .FAQ .FAQ_fråga {
    font-size: 16px; }
    .FAQ .FAQ_fråga:hover {
      color: #6A86D8; }
  .FAQ P {
    margin: 0px;
    padding: 0px; }
  .FAQ > OL, .FAQ > UL {
    margin: 5px 0px; }
  .FAQ LI {
    margin-left: 1.5em !important; }
  .FAQ.expanded {
    background-color: #f9f9f9;
    padding-bottom: 20px;
    margin-bottom: 5px; }
    .FAQ.expanded > .icon:before {
      content: "\f0d7"; }
    .FAQ.expanded .icon + P {
      font-weight: bold;
      margin-bottom: 5px;
      padding-bottom: 5px;
      margin-left: 0px;
      border-bottom: dotted 1px #555; }
    .FAQ.expanded .icon + P + *:before {
      display: block;
      content: "Svar:";
      font-size: 11px;
      text-transform: uppercase;
      margin-bottom: 5px;
      font-weight: bold; }
    .FAQ.expanded .FAQ_svar {
      line-height: 1.5em;
      font-size: 16px; }
    .FAQ.expanded > * {
      display: block; }

