html, body {
  margin: 0;
  padding: 0;
  font-family: helvetica, sans-serif;
  color: black;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  padding-bottom: 5px;
}

h5 {
  margin-top: 20px; 
}

a {
  font-decoration: none;
  text-decoration: none;
  color: #400;
}

.content {
  min-width: 600px;
  width: 600px;
  max-width: 600px;
  color: black;
  background: #eeeeee; 
  margin: 5px;
  overflow: hidden; 
  text-align: left;
  
  /* border: 3px solid black; */
}
  

.contenttitle {
  background: red;
}
   .contenttitle a {
    font-decoration: none;
    text-decoration: none;
    color: white;
  }

canvas {
  display: block;
}

#hiddenfront { opacity: 0.5; border-bottom: 1px dotted black; }

  #contentPuzzler, #contentEditor { margin-top: 10px; }



  #contentEditor { margin-top: 10px; background: #efefef }

  .editorbutton {
    background: black;
    color: white;
    margin:10px;
    padding-left: 5px;
    padding-right: 5px;
  }
    .editorbutton a {
      color: white;
    }

  .editorbuttontools {
    background: gray;
    color: white;
    margin:10px;
    padding-left: 5px;
    padding-right: 5px;
  }
    .editorbuttontools a {
      color: white;
    }


code { margin: 10px;  }

.docuchapter { padding-top: 10px; padding-bottom: 10px;  } 
.docu { padding-top: 10px; padding-bottom: 10px; }


#leveleditorHeader {
  margin-top: 20px;
  border-bottom: 1px solid black;
}

#contentEditorOutput, #contentEditorDocu {
  padding--top: 20px;
}


/* controls */
.gameControles {
  border: 1px solid black;
}

.controlbutton {
  /* border: 1px solid gray; */
  /* background: white; */
  width: 100%;
  height: 20px
}