<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
	height: 100%;
    font-family: 'Quicksand', sans-serif;
	background-color: #CCCCCC;
	/*
	background-image: url('/images/tomteslaget_kulor.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center;
	*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

@media screen and (max-width:767px) {
	hr {
		max-width: 150px;
		border-color: #999999;
	}
}


.brand,
.address-bar {
    display: none;
}

.navbar {
    margin-bottom: 0px!important;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
	font-size: 26px;
	color: #fff!important;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.navbar-default {
	border-color: #fff;
	border: none;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

/*
.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}
*/

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 50px 0;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: Green;
		text-shadow: 5px 4px 8px #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #000;
    }

    .navbar {
        border-radius: 0;
		margin-bottom: 20px;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav&gt;li&gt;a {
        padding: 35px;
		
    }
	
	@media screen and (max-width:992px) {
		.nav&gt;li&gt;a {
			padding: 15px;
		}
	}

    .navbar-nav&gt;li&gt;a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

.form-control {
	max-width: 300px;
	margin-bottom: 5px;	
}

.center {
    margin: 0 auto;
    width: 80%;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th,
.table-borderless thead tr td,
.table-borderless tfoot tr th,
.table-borderless tfoot tr td {
    border: none !important;
}

.table-striped &gt; tbody &gt; tr:nth-child(2n+1) &gt; td, .table-striped &gt; tbody &gt; tr:nth-child(2n+1) &gt; th {
   /*background-color: #ffed9b;*/
   background-color: #eee;
}

.no-border {
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

.no-margin {
	margin-bottom: 0px;
}

.table-hover &gt; tbody &gt; tr:hover {
  background-color: transparent!important;
}


#header-container {
	/*border-right: 10px solid #1a4896; */
}

@media screen and (min-width:768px) {
	#top-container {
		background-color: #eee;
		border-left: 10px solid green;
		border-right: 10px solid green;
		border-top: 10px solid green;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border: 3px solid green;
		border-radius: 10px;
		/*box-shadow: inset 0px 0px 0px 5px #00adef;*/
	}
}

@media screen and (max-width:767px) {
	#top-container {
		background-color: transparent;
	}
	
}

#main-container {
	/*
	background-color: rgba(255, 255, 255, 0.9);
	*/
	background-color: #eee;
	border-left: 3px solid green;
	border-right: 3px solid green;
	border-top: 3px solid green;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#bottom-container {
	padding-bottom: 20px;
	border-left: 3px solid green;
	border-right: 3px solid green;
	border-bottom: 3px solid green;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #eee;
}

#meriq-container {
	color: #fff;
}

@media screen and (max-width:767px) {
	.address-bar {
		display: block;
	}
}

.navbar-default .navbar-toggle {
    border-color: #000;
	background-color: #000;
	border: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #00adef;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #000;
}

.navbar-default .navbar-nav &gt; li &gt; a {
    color: #000;
}

@media screen and (max-width:767px) {
	.navbar-default .navbar-nav &gt; li &gt; a {
		color: #fff;
	}
}</pre></body></html>