<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, p, div, li {
font-family: "Gill Sans", Helvetica, Sans-Serif;
}

.nordic--top-bar, .nordic--top-bar div, .nordic--top-bar li, .tws-login--my-pages-text, .tws-login--login-text { 
  font-size: 11px !important;
}

.fancybox-image {
  padding:20px !important;
  background:#fff !important;
}

@media only screen and (max-width: 600px) {
  .longtexts {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
}
@media only screen and (min-width: 601px) {
  .longtexts {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
}
.slot--article-description .tws-article-description--text-container {
   max-height: initial;
}

.tws-article-description--show-more &gt; button {
   display: none;
}


.tws-article-choices--variant-controls {
    display: none!important;
}

.container.nordic--footer--made-by {
    display: none;
}

/*---TEXTALK CSS---*/
/* RECO ON ARTICLE PAGE */
@media (max-width: 320px) {

  .slot--article-share iframe {
    height: 155px;
  }
}

.hugecaps {
    font-size: 50px;
    line-height:50px;
    color:#444;
  	font-weight: bold;
}

.punchline {
}
@media only screen and (max-width: 600px) {
  tr {
    display: grid;
    grid-template-columns: 50% 50% !important;
    margin: 20px 0px 20px 0px;
}
  td {
    margin: 20px 0px 20px 0px;
}
}

/*--------BLOGG------*/
body.blog .nordic--main-wrapper {
	box-shadow: none !important;
}
.nordic--start-page .senaste-blogginlaggen h2 {
	text-align: center;
}
.nordic--start-page .senaste-blogginlaggen img {
	object-fit: cover;
  max-width: 100%;
  height: auto;
  max-height: 200px;
}</pre></body></html>