<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
=========================================================
TABLET CSS
=========================================================
 * InnehÃ¥ller styling fÃ¶r lÃ¤splattor
 * 
 * Copyright (C) Limepark AB. UpprÃ¤ttad 2016.
=========================================================*/

.lp-topmenu li &gt; a {
    padding: 17px 10px 17px 14px;
    font-size: 14px;
}

.lp-hero-text {
    left: 20px;
    top: initial;
    bottom: 60px;
    margin-left: 0;
    width: 300px;
    max-width: 50%;
    padding: 20px;
}

.lp-slideshow-menu {
    position: absolute;
    width: 250px;
    right: 20px;
    top: 50px;
    margin-right: 0;
}


/* Mest sÃ¶kta */

.lp-start-popular-links {
   margin: 0 0 20px;
}

.lp-start-popular-links-content {
    margin: -50px auto 60px;
}

.lp-start-popular-links li:first-child::after {
   display: none;
}

.lp-start-popular-links li {
   display: block;
   padding: 0;
}

.lp-start-popular-links li:first-child {
   padding: 10px 15px;
   border-radius: 5px 5px 0 0;
}

.lp-start-popular-links li:nth-child(2) a {
   padding-top: 15px;
}

.lp-start-popular-links li:last-child {
   border-radius: 0 0 5px 5px;
}

.lp-start-popular-links li:last-child a {
   padding-bottom: 15px;
}


.lp-start-popular-links a.normal {
   padding: 10px 15px;
   border-right: none;
   text-align: left;
}


.lp-link-button a {
   padding: 12px 20px;
}

h2, .sv-portlet-table-caption, .subheading {
   font-size: 18px;
}
.lp-box .lp-header-link .subheading, .lp-box .lp-header-link .subheading a {
   font-size: 21px;
}

/*
---------------------------------------------------------
VIKTIGT MEDDELANDE
--------------------------------------------------------- */

.sv-archive-portlet.lp-alert li {
   margin: 25px 20px 25px;
}</pre></body></html>