
.sv-print-portlet {
    padding: 1.125rem 0 0;
    color: #666;
}

.sv-print-portlet a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 7rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666!important;
    text-decoration: none!important;
    font-size: 1rem;
}

.sv-print-portlet a img {
    border-radius: 100%;
    background-color: #013351;
    margin-left: 0.5rem;
    max-width: 1.75rem!important;
}


.lst-share {
   display: flex;
   align-items: center;
   padding: 1.125rem 0 0 0;
}


.lst-share .normal {
    display: inline-block;
    margin: 0;
    color: #666;
}

.lst-share ul, .lst-share ul li {
    display: inline-block;
    vertical-align: middle;
}

.lst-share ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.lst-share ul li {
    margin: 0 0.5rem;
}


.lst-share ul li a {
    display: inline-block;
    background-color: #013351;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lst-share ul li a i {
    font-size: 1rem;
    color: #fff;
}

/* Listan med knappar */ 

.sharebuttonlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sharebuttonlist__horizontal .sharebuttonlist__item {
    display: inline-block;
}


/* Delaknappar */

.sharebutton {
    display: inline-block;
    background-size: 18px auto;
    background-position: 12px 50%;
    background-repeat: no-repeat;
	border: 1px solid #cccccc;
	background-color: #fff;
}

.sharebutton:hover {
	background-color: #eeeeee;
}

/* Ikoner på delaknapparna */

.sharebutton__icon--facebook {
    padding: 0 16px 0 32px;
    /*background-size: 0.6em auto;*/
    background-size: 0.9em 1.2em;
    background-image: url("/images/18.728c0e316219da8135c7ec9/1521554060528/facebook_bla.svg");
}

.sharebutton__icon--twitter {
    padding: 0 16px 0 37px;
    background-size: 1.2em auto;
    background-image: url("/images/18.728c0e316219da8135c7ec5/1521554060367/twitter_bla.svg");
}

.sharebutton__icon--linkedin {
    padding: 0 16px 0 37px;
	background-size: 1.65em auto;
    background-image: url("/images/18.728c0e316219da8135c7ec1/1521554060236/linkedin_bla.svg");
}


/* Dölj text på delaknappen */

.sharebutton__hide-text {
    width: 3em;
    height: 3em;
    margin: 0;
    padding: 0;
    background-position: 50% 50%;
	margin-right: -0.4em;
}

.sharebutton__hide-text .sharebutton__text {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}


/*--------------------------------------------------------------------------------------------------------

# IE-FIX

--------------------------------------------------------------------------------------------------------*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .sharebuttonlist {
      display: none;
   }
}



