/*******************************/
/* floating menues             */
/*******************************/
.tableTitle {
	position: fixed;
}

.floatingMenu {
	font-family: sans-serif;
	background: yellowgreen;
	padding: 5px;
	width: 200px;
	z-index: 100;
	position: fixed;
}

.updateField {
	font-family: sans-serif;
	padding: 30px;
	width: auto;
	z-index: 100;
	position: fixed;
	border: 1px solid black;
	background: #CEF6CE;
	top: 20%;
	left: 42%;
}

.updateFieldRed {
	font-family: sans-serif;
	padding: 30px;
	width: auto;
	z-index: 100;
	position: fixed;
	border: 1px solid black;
	background: #D98880;
	top: 20%;
	left: 42%;
}

.button:hover {
	background: yellow;
}

.button:active {
	background: green;
}

h1 {
	text-align: center;
	vertical-align: middle;
	line-height: 100px;
}

headerBg {
	line-height: 50px;
	position: fixed;
	align-items: center;
	vertical-align: center;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 140px;
	background: white;
	z-index: 98;
	color: white;
}

header {
	line-height: 50px;
	position: fixed;
	align-items: center;
	vertical-align: center;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 140px;
	z-index: 99;
}

footer {
	width: 200px;
	height: 10%;
	position: fixed;
	left: 0;
	bottom: 0;
}

content {
	position: absolute;
	left: 250px;
	top: 140px;
}

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	font-family: sans-serif;
}

th, td {
	padding: 5px;
}

th {
	background: lightgrey;
}