body {
  background-color: black;
  color: white;
  font-size: 11px;
  font-family: verdana, arial, sans-serif;
}

.content {
  position: aboslute;
  height: 750px;
  width: 1000px;
position: absolute;
left: 50%;
top: 10px;
margin-left: -500px;
}

.questioncount {
  position: absolute;
  left: 430px;
  top: 325px;
  color: black;
  font-weight: bold;
  width: 145px;
  font-size: 16px;
}

.questions {
  position: absolute;
  top: 455px;
  left: 175px;
  width: 650px;
  color: #FFFE92;
  font-weight: bold;
}

.question {
  font-size: 18px;
  line-height: 20px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

.answers {
  padding-top: 10px;
  line-height: 30px;
  text-align: left;
  font-size: 16px;
}


.last_question {
  position: absolute;
  top: 380px;
  left: 175px;
  width: 650px;
  color: #BC5B16;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.continue {
  padding-top: 10px;
  text-align: right;
}

.button {
  position: absolute;
  top: 660px;
  left: 740px;
  background: #FFFE92;
  font-size: 16px;
  font-weight: bold;
  width: 90px;
}

a.restart {
  color: red;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid red;
  padding: 10px;
  background: #FFFE92;
  text-decoration: none;
}

.restart_link {
  position: absolute;
  top: 250px;
  left: 130px;
}

.best_of_link {
  position: absolute;
  top: 237px;
  left: 780px;
}

.punkte_zahl {
  position: absolute;
  text-align: center;
  top: 245px;
  width: 75px;
  left: 690px;
  color: #FFFE92;
  font-size: 40px;
  font-weight: bold;
}

.punkte_text {
  position: absolute;
  text-align: center;
  top: 290px;
  left: 690px;
  width: 75px;
  color: #FFFE92;
  font-size: 10px;
  font-weight: bold;
}

.best_of_list {
  position: absolute;
  top: 385px;
  height: 310px;
  overflow: auto;
  left: 185px;
  width: 620px;
  color: #FFFE92;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.best_of_table {
  width: 100%
}

.name_col_head {
  color: #694537;
  width: 50%;
  background: #FFFE92;
  border-bottom: 1px solid #FFFE92;
}

.points_col_head {
  color: #694537;
  text-align: right;
  background: #FFFE92;
  border-bottom: 1px solid #FFFE92;
}

.name_col {
  width: 50%;
  border-bottom: 1px solid #FFFE92;
}

.points_col {
  text-align: right;
  border-bottom: 1px solid #FFFE92;
}

.ok_button {
  border: 1px solid white;
  position: absolute;
  top: 610px;
  left: 505px;
  width: 35px;
  height: 35px;

}

.finish {
  font-size: 12px;
}

#letters {
  font-size: 18px;
  line-height: 25px;
}

#letters a {
  color: #FFFE92;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}