body {
  font-family: arial, sans-serif;
  background: #000000;
  color: #d0d0d0;
  top: 20%;
}

body > ul {
  list-style: none;
  padding-left: 0;
}

.inner {
  margin-left: 40px;
  position: relative;
}

.inner > ul {
  list-style: none;
  padding-left: 0;
}

#filter {
  background: #1a1a1a;
  color: #d0d0d0;
  border: 1px solid #555;
  padding: 4px 8px;
  font-size: 10pt;
  margin-bottom: 0.5em;
}

.inner.monster {
  width: 500px;
}

a {
  color: #ffffff;
}

h1 {}

.attribute {
  font-weight: bold;
}

.separator1 {
  clear: both;
  height: 4px;
  color: #ffffff;
  background-color: #ffffff;
  border: 0;
}

.symbol {
  font-family: courier;
  float: right;
  font-size: 40pt;
  background: #000000;
}

.attack ul {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.attack li {
  font-style: normal;
}

.resist {
  float: left;
}

.convey {
  position: absolute;
  top: 0px;
  left: 250px;
}

.flags {
  clear: both;
}

.nextprev {
  margin-bottom: 1em;
}

