/* table layout */
table {
  border-collapse: collapse;
  clear: both;
  float: none;
  width: 100%;
}
th {
  text-align: left;
}
th:nth-child(3), th:nth-child(4) {
  padding-right: .5em;
  text-align: right;
}
td {
  border-bottom: 1px solid #ccc;
  padding-right: .5em;
  vertical-align: top;
  white-space: nowrap;
}
td:last-child {
  white-space: normal;
}
/* header and logo */
.dm4head {
  padding-bottom: 2em;
}
.dm4head a {
  text-decoration: none;
}
.dm4head div {
  float: right;
}
.dm4head div h1 {
  margin: 0;
}
.dm4head img {
  float: left;
  padding-right: 1em;
}
.dm4name {
  color: #27638C;
  font-size: 243%;
  font-weight: 900;
  line-height: 125%;
}
.dm4slogan {
  color: #333333;
  padding-left: .1em;
}
.sponsor {
  padding-top: 1em;
  text-align: right;
}
.sponsor a {
  color: #333333;
  font-size: 80%;
  text-decoration: none;
}

