html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font:
    18px 'Ubuntu',
    sans-serif;
  font-weight: 300;
}

table {
  border: 0px;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
}

table td {
  border: 0px;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

table.contents {
  border-collapse: collapse;
}

table.contents th {
  text-align: left;
  padding: 0 10px 4px 10px;
  border-bottom: 1px solid #7f7f7f;
  border-right: 1px dotted #7f7f7f;
}

table.contents td {
  text-align: left;
  padding: 4px 10px 0 10px;
  border-right: 1px dotted #7f7f7f;
}

table.contents th:last-child,
table.contents td:last-child {
  border-right-width: 0;
}

a {
  color: white;
  text-decoration: none;
}
