<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.body{
	background-color:#f4f4f4;
	color:#555;
	font-family: Times, sans-serif;
	font-size: 23px;
	font-weight:100;
	line-height:1.6em
	margin:0;
}

.container{
	width:80%;
	margin:auto;
	overflow:hidden;
}

.button{
	background-color:#333;
	color:#fff;
	padding:10px 15px;
	border:none;
}

#main-header{
	background-color:#273e08;
	color:#fff;
}

#main-header h1{
	font-family: Times, sans-serif;
	font-size: 50px;
	font-weight:100;
	line-height:1.6em
	margin:0;
}

#header h2{
	font-family: Times, sans-serif;
	font-size: 20px;
	font-weight:100;
	line-height:1.0em
	margin:0;
}

#navbar{
	background-color:#333;
	color:#fff;
}

#navbar ul{
	padding:0;
	list-style: none;
}

#navbar li{
	display:inline;

}

#navbar a{
	color:#fff;
	text-decoration: none;
	font-size:18px;
	font-weight:100;
	padding-right:30px;
}

#showcase{
	background-image:url("../images/latenight18.jpeg");
	background-position:center;
	background-size:cover;
	min-height:600px;
	margin-bottom:0px;
	text-align:center;
}

#showcase h1{
	color:#555;
	font-size:50px;
	font-weight:100;
	line-height:1,6em
	padding-top:0px;
}

#main{
	float:left;
	width:70%;
	padding:30 0px;
	box-sizing:border-box;
}

#main h1{
	color:#555;
	font-size: 40px;
	font-weight:100;
}

#main {
	font-size: 18px;
}

#priser{
	width: 1000px;

}
#sommarpriser{
	width: 30%;

}
#prisrubrik{
	text-align: left;
}

#sidebar{
	float:right;
	width:30%;
	padding:30px;
	box-sizing:border-box;
}

#sidebar2{
	float:right;
	width:30%;
	padding:30px;
	box-sizing:border-box;
	color:#fff;
	font-family: times, sans-serif;
	font-size: 12px;
	line-height:1.6em
	margin:0;
}

#main-footer{
	background: #333;
	color:#fff;
	text-align: center;
	padding:20px;
	margin-top:40px;
}

.button{
	background-color:#273e08;
	color:#fff;
	padding:10px 15px;
	border:none;
}


@media(max-width:1000px){
	#main{
		width:100%;
		float:none;
	}

	#sidebar{
		width:100%;
		float:none;
	}
}</pre></body></html>