/*
=========================================================
TABLET CSS
=========================================================
 * Innehåller styling för läsplattor
 * 
 * Copyright (C) 2015 Limepark AB
=========================================================*/

.lp-topmenu li > a {
   width: auto;
   padding: 10px 10px 10px 10px;
   display: block;
   border-right: 1px solid #e5e5e5;
   color: #333;
   text-decoration: none;
   text-align: left;
   font-size: 14px;
}

/*
---------------------------------------------------------
SIDFOT
--------------------------------------------------------- */


footer .sv-column-12 > div {
   display: block;
}

footer .sv-column-12 > div > .sv-text-portlet {
   display: block;
   padding: 12px 15px 12px 35px !important;
}


/*
---------------------------------------------------------
BYLINE
--------------------------------------------------------- */

.lp-print-container {
   display: none;
}


/*
---------------------------------------------------------
SYNPUNKTER & FELANMÄLAN
--------------------------------------------------------- */

.lp-opinions {
   position: static;
   top: auto;
   right: auto;
   width: auto;
   height: auto;
}

.lp-opinions a {
   width: auto;
   height: auto;
   padding: 10px;
   margin: 10px;
   background: #efaa23;
   color: #fff;
   font-size: 18px;
   font-weight: bold;
   text-align: center;
   text-decoration: none;
   text-indent: 0;
}

.lp-opinions a:hover,
.lp-opinions a:focus {
   background: #d28c02;
   text-decoration: underline;
}


