body {
  margin: 30px 0 0 0;
}
#topscreenleft {
  position: absolute;
}

#topscreenright {
  position: absolute;
  left: 160px;
}

#bottomscreen {
  position: absolute;
  top: 240px;
  border-color: black;
  border-style: solid;
  border-width: 1px 0;
  box-sizing: border-box;
  height: 210px;
}

#helpscreen {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 450px;
  visibility: hidden;
  padding: 30px 10px 0 10px;
  background-color: white;
}

#clear {
  position: absolute;
  bottom: 0px;
  border-radius: 0 15px 0 0;
}

#check {
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 15px 0 0 0;
}

#restart {
  position: absolute;
  left: 110px;
  border-radius: 0 0 15px 15px;
}

#corner {
  position: absolute;
  right: 0px;
  border-radius: 0 0 0 15px;
}

#help {
  border-radius: 0 0 15px 0;
}

#topscreenright img,
#topscreenleft img {
  width: 35px;
  height: 35px;
}

#topscreenright tr td:last-child,
#topscreenleft tr td:last-child {
  width: 10px;
}

table {
  border-collapse: collapse;
}
table td {
  padding: 0;
  outline: 1px solid black;
}

td > div {
  height: 8.75px;
}

input[type='radio'] {
  display: none;
}

#selectcolor img {
  width: 50px;
  height: 50px;
}

#guesser img {
  width: 80px;
  height: 80px;
}

#helpscreen > div {
  position: absolute;
  top: 250px;
}
ol {
  padding-left: 30px;
  margin: 0;
}

#selectcolor {
  font-size: 0;
  padding: 0 10px;
}

input[type='radio']:checked + label > img {
  outline: 2px solid red; /* Beispielrahmen */
  border-radius: 4px;
}

button,
label > img,
#guesser {
  cursor: pointer;
}

@media (min-width: 400px) {
  #helpscreen {
    top: -1px;
    left: -1px;
    width: 302px;
  }
}
