body {
  font-family: sans-serif;
  font-size: 14px;
}
.bordered {
  border-style: solid;
}
.sized {
  width: 50px;
  height: 50px;
}
p {
  margin: 0px;
}
.clapself {
  border-color: blue;
}
.sayname {
  border-color: red;
}
.hittarget {
  border-color: green;
}
.rune {
  border-color: gray;
}
td, th {
  border: 1px solid black;
}
.runeabout > * {
  margin: 0;
}