@charset "utf-8";


@font-face {
	font-family: Inconsolata-Regular;
	src: url(/fonts/inconsolatazi4varl-qu-font/InconsolataZi4varlvarquRegular-42gD.otf);
}

@font-face {
	font-family: Inconsolata-bold;
	src: url(/fonts/inconsolatazi4varl-qu-font/InconsolataZi4varlvarquBold-o4Xz.otf);
}

 body,td,th {
	 font-family: Inconsolata-Regular, Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace, "sans-serif";
	 margin: 0px;
	 Color: #1E2766;
	 background-color:aliceblue;
}


.rubrik {
	/*border: 5px outset rgba(255,229,0,1.00);*/
	/*background-color: lightyellow;*/
	text-align: center;
	/*font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";*/
}

input:invalid {
	border: red solid 3px;
	color: red;
}


button{
	font-family: Inconsolata-Regular, Consolas;
	background-color:#1E2766;
	color: aliceblue;
	width: 250px;
	border: none;
	line-height: 1.5;
 	vertical-align: middle;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 2px 2px;
	cursor:pointer;
}
.button:hover {
  background-color:aliceblue;
  color:darkblue;
}

    
#cf {
  position:relative;
  height:700px;
  width:650px;
  margin:0 auto;
}

#cfj {
  position:relative;
  height:700px;
  width:1480px;
  margin:0 auto;
}

 #windy {
	 width: 100%;
	 height: 300px;
}