/* Tables */

table.allrounder {
  width: 100%;
  margin: 10px 0;
  font-size: 0.75em;
}

table.allrounder th {
  background-color: #b4947d;
  text-align: left;
  border-bottom: #fdf5d4 solid 1px;
  border-right: #fdf5d4 solid 1px;
  padding: 0 4px;
  vertical-align: top;
  width: 120px;
}

table.allrounder td {
  background-color: #fdf5d4;
  border-bottom: #fff solid 1px;
  border-right: #fff solid 1px;
  padding: 2px 6px;
  vertical-align: top;
}

table.allrounder img {
  vertical-align: middle;
}

table tr.t-title td, table tr.t-title th {
  background-color: #906546;
  font-weight: bold;
  vertical-align: middle;
}

#content table.allrounder ol, #content table.allrounder ul {
  font-size: 1em;
  margin: 0 1.5em;
}
