
#page {
  margin: 0 auto;
  width: 260px;
}

#menue {
  margin: 0px;
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: black 1px solid;
  padding-bottom: 1px;
  margin-bottom: 3px;
}

.clear{
  clear: both; 
}

img {
  border: 0px;
}

.btnFull {
    width: 100%;
}

.clickHeight {
    height: 30px;
}

.fullscreen {
    width: 100%;
}

.questinput{
   
}

.menueWidth{
    width: 170px;
}

.btnMenue {
  
}

.btnMenue ul {
  list-style-type: none;
  padding: 0;
}

.btnMenue li {
  display: block;
  width: 100%;
  border: 1px solid rgb(169, 169, 169);
  text-align: center;
  padding: 3px;
  box-sizing: border-box;
  margin-bottom: 8px;
}

.settingsQuestions {
  margin-top: 10px;
  border-top: 1px solid black;
}

.btnMenue a {
  text-decoration: none;
  color: black;
  display: block;
}

.btnWidth{
  width: 30px;
}

.question {
  float: right;
  width: 228px;
  padding: 2px;
  margin-right: 4px;
}

#questionTexExp {
  background-repeat: no-repeat;
  background-position: top right;
  display: block;
}

.nostar {
  background-image: url("./star_white_32.png");
}

.yellowstar {
  background-image: url("./star_gold_32.png");
}

.redstar {
  background-image: url("./star_red_32.png");
}

.greenstar {
  background-image: url("./star_green_32.png");
}

.loadstar {
  background-image: url("./ajax-loader.gif");
}

.missed {
  border: 1px solid green;
  background-color: greenyellow; 
  color: black;
}

.wrong {
    border: 1px solid lightgray;
    /*
    border: 1px solid red;
    background-color: orangered; 
    color: black;
    */
}

.wrong_label {
    background-image: url("./red-cross-small.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
    width: 30px;
    /* display: block; */
    float: right;
    z-index: 10;
    position: relative;
    top: -4px;
    right: -7px;
    position: absolute;
}

.right {
    border: 1px solid green;
    background-color: greenyellow; 
    color: black;
}

.right_label{
    background-image: url("./green-tick-small.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
    width: 30px;
    /* display: block; */
    float: right;
    z-index: 10;
    position: relative;
    top: -4px;
    right: -7px; 
    position: absolute;    
}

.neutral {
    border: 1px solid lightgray;
}

.general {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}

.questionForm {
    border-bottom: 1px solid black;
    padding-bottom: 6px;
    margin-bottom: 4px;
}

input[type="radio"]:checked+span,
input[type="checkbox"]:checked+span
{ 
    
}