/*  BULLETLIST - SPACE BETWEEN LI  */
.ssc-intra-pagecontent ol li + li,
.ssc-intra-pagecontent ul li + li {
   margin-top: 8px;
}


/* TABLE DESIGN */
.sv-text-portlet table.sol-table-decoration {
      margin-top: 20px !important;
      margin-bottom: 0 !important;
}

.sol-table-decoration caption {
      font-family: "open sans",sans-serif;
      font-weight: bold;
      font-style: normal;
      font-size: 1.1em;
      color: #2c2c2c;
      line-height: 1.3;
      margin-bottom: 8px;
}





/* IMAGE DESCRIPTION WRAPS THEN IMAGE WIDTH IS REACHED */

.ssc-intra-pagecontent .sv-image-portlet {
      margin-top: 0px;
      margin-bottom: 0 !important;
}

p.sv-portlet-image-caption {
   display: table-caption;
   caption-side: bottom;
   font-family: 'open sans',sans-serif !important;
   color: #2c2c2c;
   font-size: 0.9em;
   margin: 10px 10px 20px 10px !important;
   font-weight: 500;
}

.sol-article-wrapper div.sv-image-portlet,
.sol-subpage-wrapper div.sv-image-portlet,
.ssc-intra-content-area div.sv-image-portlet {
    display: table;
}



/* EXPANDS PAGECONTENT IF FLOATING IMAGE */
.ssc-intra-pagecontent .pagecontent {
   overflow: hidden;
}

/* OVERRIDE FOR EXTERNAL PAGES */
.sol-article-wrapper .sv-image-portlet .sv-portlet-image-caption, .sol-subpage-wrapper .sv-image-portlet .sv-portlet-image-caption {
padding: 0px !important;
}


/* 2-spalt (staplande mobil) */
@media screen and (min-width: 661px) {
.sv-decoration-2-spalt .sv-text-portlet {
    min-width: 48%;
    margin-right: 10px;
    float: left;
}
   .sv-decoration-2-spalt::after { content: ""; display: table;clear: both;}
}

/* 3-spalt (staplande mobil) */
@media screen and (min-width: 661px) {
.sv-decoration-3-spalt .sv-text-portlet {
    min-width: 31.5%;
    margin-right: 10px;
    float: left;
}
   .sv-decoration-3-spalt::after { content: ""; display: table;clear: both;}

}

