body {
	background: url(/biene/img/background.jpg) fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

textarea {
	background: rgba(255, 255, 255, 0.6);
    margin: 22px;
    height: 151px;
    width: 217px;
    font-size: 20px;
    border: none;
    border-radius: 20px;
    padding: 11px;
}

.mainStage {
	background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    padding: 12px;
	position: relative;
    margin-top: 11px;
}

input {
	background: rgba(255, 255, 255, 0.6);
    margin: 22px;
    height: 62px;
    width: auto;
    min-width: 100px;
    font-size: 34px;
    border: none;
    border-radius: 20px;
    text-align: center;
    max-width: 83%;
}

button {
	border-radius: 12px;
    background: saddlebrown;
    font-size: x-large;
    color: white;
    border: none;
    padding: 7px;
    margin: 5px;
	box-shadow: 4px 3px black;
	cursor: pointer;
}
button:active {
	background: blue;
}

* {
	font-family: sans-serif;
}

table {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 12px;
    margin: 5px;
    border: solid 5px;
    width: 100%;
    height: auto;
    box-shadow: 7px 4px rgba(0, 0, 0, 0.2);
    font-variant: traditional;
	font-size: 80%;
	
	overflow: hidden;
}

th {
	font-size: 18px;
    font-weight: bold;
    color: white;
    left: -21px;
	height: 40px;
    position: static;
	text-align: left;
	padding-left: 10px;
}

td {
	padding-left: 10px;
    color: lightgrey;
    font-weight: bold;
    font-size: 17px;    
	border-top: solid 5px black;
}


tr:hover {
	background-color: rgba(0, 0, 0, 0.4)
}

pointer {
	cursor: pointer;
}