<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#km-totop {
	position:fixed;
	right:20px;
	bottom:20px;
	width:40px;
	height:40px;
	display:none;	
	cursor:pointer;
	border-radius:5px;
-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.30);
-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.30);
box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.30);
transition: all .2s linear;
opacity:0.5;
z-index:10000;
overflow:hidden;
}
#km-totop:hover {
	opacity:1;
}
.km-bg-blue {
	background-color: rgb(74, 188, 234);
}
#km-totop-fill {
	bottom:0;
	position: absolute;
    width: 100%;
	z-index:1;
	max-height:100% !important;
	overflow:hidden;
}
#km-totop-bg {
	background-image:url(totop.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	z-index:2;
	position:absolute;
}
.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -0.1em 0.1em 0.1em;
    line-height: 1;
    vertical-align: middle;
}
.fr-emoticon {
    font-weight: normal;
    font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
    display: inline;
    line-height: 0;
}
@media screen and (min-width: 770px){	
	html body #indhold img {
		display: inline-block;
		margin: 0;
	}
}
</pre></body></html>