/*
 * Machma-Hölerö
 */

#mh_top {
  text-align: center;
}

#mh_top img {
  vertical-align: middle;
  padding: 10px;
}

#mh_meaning {
  border-collapse: collapse;
  margin-bottom: 50px;
}

#mh_meaning thead {
  position: absolute;
  left: -1000px;
}

#mh_meaning tr.bottom td {
  border-bottom: 1px solid #000080;
  padding-bottom: 10px;
}

#mh_meaning tr.top td {
  border-top: 1px solid #000080;
  padding-top: 20px;
}

#mh_meaning tr.top td.mh_wert {
  border-bottom: 1px solid #000080;
  padding: 0 10px 0 10px;
  font-size: 4em;
  font-family: Times New Roman, serif;
  vertical-align: middle;
  text-align: center;
}

.mh_farbe {
  font-weight: bold;
  vertical-align: top;
  padding-right: 10px;
}

#mh_rules {
  margin: 0px 0 50px 0;
}

#mh_rules li {
  position: relative;
  margin-bottom: 5px;
}

#mh_rules li.sub {
  padding-left: 120px;
}

#mh_rules em {
  float: left;
  position: absolute;
  left: 0px;
  height: 100%;
}

#mh_rules ul {
  margin: 10px 0 10px -20px;
}

.dice,
.dice th,
.dice td {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-collapse: collapse;
  padding: 0 3px;
}
