body {
  font-family: Sans-Serif
}

.material-symbols-outlined {
  font-size: 48px;
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.container {
  display: flex;
  flex-direction: column;
  margin-top: 5%;
  align-items: center;     /* vertical */
}

#gender {
  display: grid;
}

td {
  text-align: center;
}

th {
  text-align: center;
  padding: 0 20px 0 20px;
}

input[type=radio] {
}

input[type=submit] {
  /* box-shadow: 2px 5px #888888; */
  cursor: pointer;
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px 20px 10px 20px;
  border-radius: 0;
  border-style: solid;
  border-color: green;
  border-width: 2px;
  background: white;
  font-size: 1.5em;
  max-width: 100%;
  max-height: 100%;
}

input[type=submit]:disabled {
  cursor:not-allowed;
  border-color: grey;
}

#afslut {
  border-radius: 0;
  border-style: solid;
  border-color: grey;
  border-width: 1px;
  background: white;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 20px;
  cursor: pointer;
}

#afslut:hover {
  border-color: red;
  border-width: 1px;
}

#regnestykke {
  height:3em;
  display: flex;
  align-items: center;
  font-size: 3em;
  margin:0;
}

#regneform {
  width: 15em;
  display:flex;
  flex-direction: column;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#number {
  width: 75%;
  font-size: 1.5em;
  text-align: center;
  border-width: 2px;
  border-style:solid;
  height:100%;
  box-sizing: border-box;
}

#number:focus {
  outline:none;
}

#next {
  width: 50px;
  padding: 0;
  font-size: 200%;
  margin: auto;
  height: 100%;
  box-sizing: border-box;
  margin-right:0;
}

.sidelist {
  display:flex;
  height: 50px;
}
