<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 {
    /*font-family: 'Quicksand', sans-serif;*/
	font-family: 'Oswald', sans-serif;
	background-color: #122742;
	color: #FBE201;
	background-image: linear-gradient(rgba(17, 39, 66, 1.0) 20%, rgba(17, 39, 66, 0.0)), url(../images/bakgrund_20170616.jpg);
	background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1,
h2,
h3,
h4,
h6 {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h5 {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	line-height: 4px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #fff;
	font-family: 'Lato', sans-serif;
}

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

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

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

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

.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: rgba(255,255,255,0.0);
	box-shadow: 4px 4px 10px rgba(193, 216, 235, 0.0);
	border: none;
	
	/*
	background-image: url(/content/images/sanmiguel00-logo.jpg);
	background-repeat: no-repeat;
	background-size: 50%;
	*/
}

@media screen and (max-width:768px) {
	.box { 
		padding-top: 5px;
	}
}

.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;
}

#extraItems &gt; a{
	
	font-size: 0.875em;
	
}


@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: 4em;
        font-weight: 700;
        line-height: normal;
        color: #000000;
		background-image: url(/content/images/header-utan-Ã¥rtal.jpg);
		background-repeat: no-repeat;
    }

    .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: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: rgba(255, 255, 255, 1.0);
		border: 1px solid #000;
		box-shadow: 2px 2px 10px rgba(193, 216, 235, 0.6);
		color: #FBE201!important;
    }

    .nav&gt;li&gt;a {
        padding: 10px;
		padding-top: 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;
    }
	
}

	#content_div{
		
		/*
		background-image: url(content/images/SanMiguel-Zero-Logo.jpg);
		background-repeat: no-repeat;
		background-size: 25%;
		background-position: right 10px top 10px;
		
		background-size: 700px 700px;
		background-size: cover;
		background-color: red;
		*/
		
		
	}

@media screen and (min-width:2300px) {

	#content_div{

		/*
		background-image: url(/images/taby_pinup_logo.png);
		background-repeat: no-repeat;
		background-size: 25%;
		background-position: right 10px top 10px;
		
		background-size: 700px 700px;
		background-size: cover;
		*/
		
	}
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
	
	#content_div{
		background-color: rgba(201, 76, 76, 0);
	}
}

.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: #122742;
}

.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;
}

.main-container {
	
	
	
}



.navbar-default .navbar-nav &gt; li &gt; a {
	color: #FBE201!important;
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 24px;
}

/*
.navbar-default .navbar-nav &gt; li &gt; a:hover {
    border-bottom: 2px solid #fff;
	margin-bottom: -2px;
}
*/

@media screen and (max-width:768px) {
	.navbar-default .navbar-nav &gt; li &gt; a {
		color: #0b6da9;
		padding-bottom: 10px;
	}
	
	#content_div{
		background-image: rgba(201, 76, 76, 0);
	}
}

.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
    color: #000;
    opacity: 0.8;
}

#top-header {
	margin-top: -40px;
	/*height: 100%;*/
	
	background-color: white;
	
	/*
	color: rgba(237, 27, 36, 1);
	font-size: 4.3vw;
	text-align: center;
	font-family: Arial Black;
	
	
	background-image: url(/content/images/tc2020avatar_Mini.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	*/
}

#image-container-text{
	
	font-size: 30px!important;
	line-height: 120px;
	color: #fff;
	font-family: fv_almelo-webfont;
	
}

#image-container {
	/*
	background-image: url(/content/images/header-utan-artal.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	*/
	margin-top: 60px;
	Height: 0px;
	Width: 100%;
	text-align: center;
	border: 0px solid #000;
	margin-bottom: -40px;
}

@media screen and (max-width:768px) {
	#top-header {
		height: 0px;
		margin-top: -50px;
	background-size: cover;
	}
}

#top-logo {
	margin-top: 0px;
	display: none;
}

@media screen and (max-width:768px) {
	#top-logo {
		padding-top: 80px;
	}
	
	#TournamentLogo{
		
		display: none;
	
	}
}

#partner-div {
	color: #fff;
}

#partner-div p {
	color: #fff;
}

#navbar-div {
	margin-top: 0px;
	background-color: #122742;
	background-color: rgba(0, 0, 0, 0.0);
	box-shadow: none;
	border: none;
	margin-top: 140px;
}

@media screen and (max-width:768px) {
	#navbar-div {
		margin-top: 10px;
	}
}

.navbar-default .navbar-brand {
    color: #fff;
}

#sponsor-div {
	/*background-image: url(/images/taby_bowling.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sponsor-text {
	padding: 5px;
}

.align-left{
	text-align: left;
}

.align-right{
	text-align: right;
}

a{
	color: #FBE201;
}

@media screen and (min-width:768px){

	.align-left-gateways{
		text-align: left;
	}

	.align-right-gateways{
		text-align: right;
	}
}

.no_pading_for_you{
	padding: 0px;
}

.panel-heading{
	background-color: #FBE201!important;
}

.btn-primary{
	background-color: #FBE201!important;
	color: #000;
	border-color: #000; 
}

.btn-primary:hover {
    color: #999;
    background-color: #286090;
    border-color: #204d74;
}

a:hover {
    color: #FBE201;
	opacity: 0.6!important;
}

a:hover, a:focus {
    color: #FBE201;
	opacity: 0.6!important;
}

.panel-primary {
    border-color: #122742;
}

.panel-primary &gt; .panel-heading {
    color: #122742;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-body {
    padding: 15px;
	background-color: #122742;
	color: #fff;
}

#Info_Swe {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

#Info_Swe h4 {
	color: #FBE201;
}

#Yes_Swe {
	color: #fff;
	font-weight: normal;
}

#top-text-mystart {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}</pre></body></html>