/* { border: 1px black solid; } */

html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #e0e0ff;
	height: 100vh;
	font-size: 2vh;
	width: 100vw;
}

button {
	background: white;
	border-radius: 3px;
	border: 2px solid green;
	cursor: pointer;
	font-size: 2vh;
	font-weight: bold;
	margin-bottom: 1vh;
}

h1 {
	font-size: 2.5vh;
	margin-bottom: 1vh;
}

input {
	margin-bottom: 1vh;
	margin-left: 0;
}

p {
	display: inline-block;
	margin: 0;
}

ul {
	list-style-type: none;
	margin-top: 0;
	padding-left: 1vw;
}

.bordered {
	border: 2px black dotted;

}

.brak {

}

.namnare {
	border-top: 2px black solid;
	display: block;
	text-align: center;
}

.taljare {
	border-bottom: 2px black solid;
	display: block;
	text-align: center;
}

.info-icon {
	background-color: rgba(0, 0, 0, 0.15);
	border: 1px black solid;
	border-radius: 50%;
	cursor: help;
	display: inline-block; 
	font: italic bold 0.6em serif;
	text-align: center;
	width: 1.2em;
}

#answer {
	color: darkred;
	font-size: 10vh;
	font-weight: bold;
	padding-left: 1vw;
}

#buttons {
	grid-row-start: 1;
	grid-row-end: 2;
	padding-top: 3vh;
}

#debug {
	position: absolute;
	left: 5px;
	top: 5px;
}

#logo {
	max-width: 100%;
	height: auto;
}

#logodiv {
	grid-row-start: 2;
	grid-row-end: 3;
	margin-right: 10%;
}

#lstSettings {

}

#output {
	align-items: center;
	display: flex;
	font-size: 9vw;
	font-family: serif;
	justify-content: center;
	margin: 0;
	white-space: nowrap;
}

#panels {
	display: grid;
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 4;
	grid-template-columns: 30% 20% 35% 15%;
}

#panel1 {
	grid-column-start: 1;
	grid-column-end: 2;
	padding-left: 2vw;
}

#panel2 {
	grid-column-start: 2;
	grid-column-end: 3;
}

#panel3 {
	grid-column-start: 3;
	grid-column-end: 4;
}

#panel4 {
	display: grid;
	grid-column-start: 4;
	grid-column-end: 5;
	grid-template-rows: 80% 20%;
}

#rngSize {
	width: 6vw;
}

#screen {
	border-width: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}

#screen-grid {
	display: grid;
	grid-template-columns: 10% 80% 10%;
	grid-template-rows: 10% 50% 30% 10%;
	height: 100%;
	width: 100%;
}
