/*
 * This is just an example, please adapt for your needs
 * Dies ist nur ein Beispiel, bitte an die eigenen Anforderungen anpassen
 *
 * This file is dedicated to the Public Domain (CC0)
 * http://creativecommons.org/publicdomain/zero/1.0/
 */

html { background-color:#555555; }

.text input, div.score input { background-color:transparent }

.text input, div.score input { background-color:transparent; font-size:100% }

div.akfcloze {
  background-color:white;
  color: black;
  max-width:55em;
  margin-left:auto;
  margin-right:auto;
  margin-top:5ex;
  padding:1em;
  border-width:thick;
  border-color:#555555;
  border-style:outset;
  }

h1, h2 { color:#0000AA; }

div.infobar { background-color:#EEEEEE; }
div.score, div.buttons { text-align:center; }

div.buttons input { background-color:#CCCCFF; }
