body {
	background-color: black;	
}

p {
	font-size: 15pt;
	color: white;
	font-weight: bolder;
}

#bestilt {
	color: white;
	line-height: 0.8;
	font-size: 45pt;
	font-weight: bolder;
}

#taget {
	color: white;
	font-size: 45pt;
	line-height: 1.0;
	font-weight: bolder;
}

#klar {
	color: #29eb29;
	font-size: 45pt;
	line-height: 1.0;
	font-weight: bolder;
}
#klarnew {
	color: #29eb29;
	background-color: gray;
	font-size: 45pt;
	line-height: 1.0;
	font-weight: bolder;
}

#klarbig {
	color: white;
	font-size: 150pt;
	line-height: 1.0;
	font-weight: bolder;
}
#klarbigLED {
    padding-top: 41px;
    padding-right: 13px;
    padding-left: 13px;
	color: #bababa;
	font-size: 32pt;
	line-height: 1.0;
	font-weight: bolder;
}
#klarbignewLED {
    padding-top: 41px;
    padding-right: 13px;
    padding-left: 13px;
	color: white;
	background-color: #298753;
	font-size: 32pt;
	line-height: 1.0;
	font-weight: bolder;
}
#klarbignew {
	color: black;
	background-color: white;
	font-size: 230pt;
	line-height: 0.8;
	font-weight: bolder;
}

.bg-klar {
	background-color: green;
	text-align: center;
	align: center;
	color: white;
	font-size: 200pt;
	font-weight: bolder;
}
a.bg-klar:hover {
	color: silver;
}
.bg-taget {
	background-color: green;
	text-align: center;
	color: white;
	font-size: 200pt;
	font-weight: bolder;
}
a.bg-taget:hover {
	color: silver;
}
.bg-bestildt {
  	background-color: green;
  	text-align: center;
  	color: white;
  	font-size: 200pt;
  	font-weight: bolder;
}
a.bg-bestildt:hover {
	color: silver;
}

.button {
    background-color: silver;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    font-weight: bolder;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
}

.overskrift {
  	color: white;
  	font-size: 30pt;
  	font-weight: bolder;
}

.overskriftLED {
	padding: 44px 0px 0px 0px;
  	color: white;
  	font-size: 16pt;
  	font-weight: bolder;
}

.typeerror {
	color: red;
	text-align: center;
	background-color: yellow;
}

.jumbotron {
	color: black;
	font-size: 30pt ;
	background-color: white;
	padding: 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 3px;
}