/*
=========================================================
PRINT CSS
=========================================================
 * Innehåller styling för utskrift
 * 
 * Copyright (C) Limepark AB. Upprättad 2016.
=========================================================*/

/*
---------------------------------------------------------
FIXAR/FÖRBÄTTRINGAR
---------------------------------------------------------*/

/* Fixar bug att push/pull inte nollställts i utskrift */
[class*="sv-push"],
[class*="sv-pull"] {
   left: 0 !important;
}

.lp-logo-print img {
   width: 160px !important; /* ändra till halva bildbredden om logotyp för retinaskärm används */
   margin: 0 0 20px;
}

/*
---------------------------------------------------------
DÖLJ / VISA VID UTSKRIFT
--------------------------------------------------------- */

body .lp-show-on-print, 
body .lp-show-on-print div,
.lp-logo-print {
   display: block !important; 
}

body .lp-hide-on-print {
  display: none !important; 
}

/*
---------------------------------------------------------
IKONER
--------------------------------------------------------- */

.lp-links .icon {
    height: 25px;
    width: 25px;
    margin: 0 15px -5px 0;
}

.sv-related-portlet ul {
   list-style-type: none;
   padding: 0;
}

.sv-related-portlet li {
   margin: 0 0 10px;
}

.lp-event span {
   display: block;
}

/*
---------------------------------------------------------
Visa länk url
---------------------------------------------------------

*/

/*
a:link:after, a:visited:after {
   content:" [" attr(href) "] "; 
}
*/

a[href^=http]:after {
      content:" <" attr(href) "> ";
   }

a[href^="#"]:after {
   content: "";
}
