<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*LÃ¤nkarna*/
#sphk_resultlinks_wrapper{
	display:flex;
	flex-wrap: wrap;
}
#sphk_resultlinks_wrapper .sphk_result_link{
	flex:30%;
	padding:1em 0;
	margin-top:1em;
	text-align:center;
	background:#0075BA;
	color:#fff;
	font-weight:700;
}
#sphk_resultlinks_wrapper .sphk_result_link:focus{
	outline:0 !important;
}
#sphk_resultlinks_wrapper .sphk_result_link:nth-child(even){
	margin-left:1em;
	margin-right:1em;
}
#sphk_resultlinks_wrapper .sphk_result_active{
	background:transparent;
	color:#0075BA;
	box-shadow:0px 0px 5px 0px #0075BA;
}
@media only screen and (max-width: 40em){
	#sphk_resultlinks_wrapper .sphk_result_link{
		display:block;
		flex:100%;
	}
	#sphk_resultlinks_wrapper .sphk_result_link:nth-child(even){
		margin-left:0em;
		margin-right:0em;
	}
}

/*FormulÃ¤ret*/
.sphk_optionswrapper{
	display:flex;
	flex-wrap:wrap;
}
.sphk_result_option{
	flex:30%;
	border:1px solid #afafaf;
	padding:1.25%;
	margin-bottom:0.5em;
}
.sphk_result_option:nth-child(even){
	margin-left:1%;
	margin-right:1%;
}

@media only screen and (max-width: 40em){
	.sphk_result_option{
		display:block;
		flex:100%;
		margin:0 0 0.5em 0;
	}
	.sphk_result_option:nth-child(even){
		margin-left:0;
		margin-right:0;
	}
}

/*Visning av filerna*/
#sphk_result_wrapper{
	border:2px solid #0075BA;
	padding: 0.5em;
	margin: 1em auto;
}
#sphk_result_wrapper .sphk_box_heading{
	margin-left:-0.5em;
	margin-right:-0.5em;
}
#sphk_results_ul, #sphk_results_ul ul{
	list-style-type:none;
}
.sphk_results_ul_sub{
	margin-top:1em;
}
.sphk_results_ul_sub h4{
	font-weight:700;
	font-size:0.8em;
}
#sphk_results_ul .sphk_results_ul_sub ul{
 margin:0;
 padding-top:0.5em;
 list-style-type:disc;
}</pre></body></html>