    html, body{
        background-color: #00a0df        
    }
	.container{
        max-width: 715px!important;
        background-color: #FFFFFF;
        padding: 20px 80px!important;
        border-radius: 3px;
        margin-top: 20px;
		border: 1px solid #00a0df;
        -webkit-box-shadow: 44px 51px 90px 10px rgba(0,0,0,0.21);
        -moz-box-shadow: 44px 51px 90px 10px rgba(0,0,0,0.21);
        box-shadow: 44px 51px 90px 10px rgba(0,0,0,0.21);
    }
	.centers{
        display: block;
        margin: auto;
    }
	.product-logo {
    	height: 40px;
    	width: auto;
		margin: 10px;
	}
	.lines{
        border-top: 1px solid #f97fb5;
        border-bottom: 1px solid #f97fb5;
        padding: 5px 0px 5px 0px;
        margin: 5px 0px;
    }
	.info-text {
		text-align: center;
		color:#1E7BC8;
		padding: 30px 0;
	}
	.button-container {
		height: 75px;
		width: 450px;
		margin: 45px auto 75px;
		display:block;
		text-align:center;
		padding-bottom: 25%;
	}
	.button {
		color: #FFFFFF;
		background-color: #38d430;
		display: block;
		margin: 0 auto;
		padding: 8px;
		width: 165px;
		border-radius: 10px;
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
		font-weight: bold;
	}
	.button:hover {
		color: #FFFFFF;
		text-decoration: none;
		background: linear-gradient(to bottom, #6af363, #38d430);
	}
	.info-links {
		text-align: center;
    	line-height: 40px;
    	margin: 10px auto;
	}
	.link-text {
		margin: 10px 0px;
		line-height: 40px;
        color: #1E7BC8;
    }
    .link-text:hover{
        color: #0079FF;
    }
    .link-text:visited{
        color: #0079FF;
    }
    .link-text:active{ 
        color: #0079FF;
    }

    /* table{
        table-layout: fixed;
    }
	.text{
		text-align: center;     
    }
	.operational{
		color:#ff5454;
	}
	.informational{
		color:#1E7BC8;
	}	
	.support{
		color:#00a0df;
	}
    .sentrer{
        display: block;
        margin: auto;
    }
    #iFramen{
        height: 405px;
        width: 335px;
        margin: 10px auto;
    }
    .containerKnapp{
        height: 35px;
        width: 335px;
        margin: 45px auto;
		display:inline-block;
        align-items: center;
		text-align:center;
		padding-bottom: 25%;
    }
    .altSammen{
        margin-top:20px;
        padding: 10px;
        width: 700px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .streker{
        border-top: 1px solid #f97fb5;
        border-bottom: 1px solid #f97fb5;
        padding: 5px 0px 5px 0px;
        margin: 5px 0px;
    }
    .messagebox{
        background-color: #FFFFFF;
    }
    .knapp{
        background-color: #38d430;
        border: 1px solid #bfcfdc;
        color: #FFFFFF;
        padding: 8px;
        margin: auto;
        border-radius: 3px;
        width: 300px;
        font-weight: bold;
        display: block;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
    }
    .knapp:hover{
        color: #FFFFFF;
        text-decoration: none;
        background: linear-gradient(to bottom, #6af363, #38d430);
    }
	.knapp2{
        background-color: #ffa400;
        border: 1px solid #bfcfdc;
        color: #FFFFFF;
        padding: 8px;
        margin: auto;
        border-radius: 3px;
        width: 150px;
        font-weight: bold;
        display: block;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
    }
    .knapp2:hover{
        color: #FFFFFF;
        text-decoration: none;
        background: linear-gradient(to bottom, #fcc35a, #ffa400);
    }
    .linketekst{
        color: #1E7BC8;  
    }
    .linketekst:hover{
        color: #618eb5;
    }
    .linketekst:visited{
        color: #276092;
    }
    .linketekst:active{
        color: #276092;
    }
    .tekstlinjer{
        line-height: 40px;
    }
    .row{
        margin: 10px 0px;
    }
    .driftMeldingTD{
        width: 100%;
        text-align: center;
        padding: 0px 72px 0px 20px;
    }
	.note {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    background: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
    text-align: center;
    line-height: 2.5;
    overflow: hidden; 
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
	}
	.serviceProvided{
        font-size: x-small;
        width: 100%;
        text-align: left;
    } */