body
{
	font-family: Helvetica, Arial, Calibri, Sans Serif, Courrier New;
	font-size: 1em;
	background-color: black;
	color: grey;
	margin: 0 8px;
}

header
{
	display: block;
	text-align: right;
	height: 5vh;
	min-height: 30px;
	line-height: 5vh;
	border-bottom: 2px solid grey;
}

header input
{
	margin: 0 20px 0 10px;
	color: #5f5f5f;
	font-family: Helvetica, Arial, Calibri;
	text-align: center;
	padding: 3px;
	border: 1px solid #b8b8b8;
	border-radius: 3px;
	box-shadow: 0px 3px 3px rgba(219, 219, 219, 0.1);
	transition: border-color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
}

header input:hover, header input:focus
{
	outline: none !important;
    border-color: #750000;
    box-shadow: 0 0 5px #a80000;
}

header + #main_content
{
	min-height: 89vh !important;
}

#main_content
{
	display: block;
	min-height: 94vh;
}

footer
{
	border-top: 2px solid grey;
	padding: 1vh 0;
	height: 3vh;
	min-height: 20px;
	width: 100%;
}

#kitt
{
	max-width: 90vw;
}
