html {
  overflow-y: scroll;
}



.container {

	display: flex;
	flex-direction: column;
	border-style: solid;
	border-width: 2px;
	border-radius: 7px;
	background-color: #00b300;
	align-items: center;
    margin-top: 10px;
    margin-bottom: 30px;
	padding: 10px;
}

.radioknappar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ordlangd {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.input {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

input[type=button],
select {
	width: 100px;
	height: 30px;
	 font-family: 'Roboto Mono';
  font-size: 16px;
}

select {
	margin-left: 4px;
	margin-right: 4px;
  cursor: pointer;
}

input[type=text] {
	width: 300px;
	height: 20px;
	margin-right: 10px;
	 font-family: 'Roboto Mono';
  font-size: 14px;
}

input[type=button],
input[type=radio] {
	cursor: pointer;
}



td {
	padding: 40px;


}

tr {
	background-color: #f2f2f2;
}
tr:hover {
	background-color: #cccccc;
}

tr:nth-child(2),
tr:nth-child(4) {
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #00b300;
}

table {
	border-collapse: collapse;
	margin-left: 6px;
}

#forslag {
  display: inline;
	font-size: 12px;
	 font-family: 'Roboto Mono';
  margin-left: 10px;


}





/* liten skärm */

@media only screen and (max-width: 800px) {



	.container {
		border-style: none;
		background-color: inherit;
		margin-top: 0;
		margin-left: 3px;
		margin-right: 3px;
		margin-top: 0;
		padding: 0;

	}
	.ordlangd {
		flex-direction: column;
		margin-bottom: 10px;
	}
	.input {
		flex-direction: column;
		padding-bottom: 10px;
	}
	#forslag {
		margin-left: 3px;
	}
	tr {
		border-right-style: solid;
		border-right-width: 4px;
		border-right-color: #00b300;
		border-left-style: solid;
		border-left-width: 4px;
		border-left-color: #00b300;
	}
	tr:nth-child(1) {
		border-top-style: solid;
		border-top-width: 4px;
		border-top-color: #00b300;
	}
	tr:nth-child(6) {
		border-bottom-style: solid;
		border-bottom-width: 4px;
		border-bottom-color: #00b300;
	}
	table {
		margin: 0;
	}
	.input {
		margin-top: 10px;
	}
	input[type=button] {
		margin-top: 14px;
	}
  h3 {
        color:#00b300;
  }
}
