body {
  font-family: sans-serif;
}
.wuerfel, .wuerfel-success {
  margin-left: 0.1em;
  margin-right: 0.1em;
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  background-image: url("bs.png");
  background-repeat: no-repeat;
  color: white;
  font-family: monospace;
}
.wuerfel-success {
  color: #5f5;
}
.box, .darkbox {
  float: left;
  border: 1px solid black;
  width: 25px;
  height: 25px;
  font-size: 20px;
  padding: 0;
  text-align: center;
}
.darkbox {
  background-color: lightgrey;
}
.character\.wuerfel {
  width: 3em;
  text-align: center;
  padding-left: 0.1em;
  padding-right: 0.1em;
}
#character\.wuerfel {
  clear:both;
}
.character {
 float:left;
 margin: 0.5em;
 padding: 0.5em;
 border: 1px dashed grey;
}
div {
  padding-bottom: 0.5em;
}
#character\.currentroll, #character\.sg, #character\.sk {
  margin-top: 0.5em;
}
.remove {
  border: 1px solid red;
  border-radius: 5px;
  width: fit-content;
  float: right;
  padding: 1px;
}
.remove:hover {
  background: #fdd;
  cursor: pointer;
}
em.p {
  font-weight: bold;
  color: red;
}
