body {
  background-color: yellow;
  color: #000000;
  font-family: Tahoma;
  font-size: 20px;
}

.tabell {
  border-style: hidden;
  width: 100%;
}
.tdm, .thm {
	width: 20%;
}
label {
	padding-top: 10px;
	padding-right: 20px;
}

input, select  {
	font-size: 20px;
}

table, th, td {
  border-style: hidden;
  text-align: left;
}
fieldset {
	border: 0;
}
.inline {
	  		display: inline-block;
	  		margin-top: 4px;
	  		}
.centrera {
	width: 80%;
}
.cwait {
	cursor: wait;
}
.button {
	background-color: #a1e3a2;
	color: black;
	padding: 10px 10px;
	width: 90px;
	height: 60px;
	text-align: center;
	font-size: 20px;
	margin: 2px 2px;
	cursor: pointer;
	border-radius: 8px;
	box-shadow: 0 9px #999
}

.button:hover {
	background-color: #3e8e41;
}

.button:active {
	background-color: #3e8e41;
	box-shadow: 0 5px #666;
	transform: translate(4px);
}

.rbutton {
	background-color: #bfbfbf;
	color: black;
	padding: 15px 15px;
	width: 90px;
	text-align: center;
	font-size: 20px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 8px;
	box-shadow: 0 9px #888
}

.rbutton:hover {
	background-color: #cccccc;
}

.rbutton:active {
	background-color: #aaaaaa;
	box-shadow: 0 5px #888;
	transform: translate(4px);
}
.bbutton {
	background-color: #bfbfbf;
	display: inline;
	color: black;
	padding: 15px 15px;
	width: 80px;
	height: 59px;
	text-align: center;
	font-size: 20px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 8px;
	box-shadow: 0 9px #888
}

.bbutton:hover {
	background-color: #cccccc;
}

.bbutton:active {
	background-color: #aaaaaa;
	box-shadow: 0 5px #888;
	transform: translate(4px);
}
.hbutton {
	float: right;
	background-color: #bfbfbf;
	color: black;
	padding: 8px;
	width: 80px;
	height: 60px;
	text-align: center;
	font-size: 20px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 8px;
	box-shadow: 0 9px #888
}
.sbutton {
	background-color: #a1e3a2;
	color: black;
	padding: 15px 20px;
	margin: 8px 8px;
	border-radius: 8px;
	box-shadow: 0 9px #999
}

.sbutton:hover {
	background-color: #3e8e41;
}

.sbutton:active {
	background-color: #3e8e41;
	box-shadow: 0 5px #666;
	transform: translate(4px);
}
.sbutton:active:after {
	cursor: wait;
}
a {color: #000000;}