body {
  padding: 10px;
  background-color: #ffffff;
  max-width: 650px;
}
h1 {
  font-weight: normal;
  letter-spacing: -1px;
  color: #000000;
  font-family: "Roboto Slab", sans-serif;
  font-size: 2em;
}
h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  margin-left: 10px;
  margin-bottom: 10px;
}
p {
  font-family: "Open Sans", sans-serif;
}
h2 {
  font-weight: normal;
  letter-spacing: -1px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
}
.rwd-table {
  margin: 1em 0;
  min-width: 250px;
  width: 100%;
}
.rwd-table tr {
  border-top: 1px solid #93241d;
  border-bottom: 1px solid #93241d;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
table {
  color: black;
  border-collapse: collapse;
  width: 100%;
}
th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-family: Open Sans, sans-serif;
}
thead tr td {
  color: black;
  font-weight: bold;
  font-size: 150%;
  font-family: Open Sans, sans-serif;
}
.tbtitle {
  font-family: Open Sans, sans-serif;
}
input {
  display: block;
  margin: 1em auto;
  padding: 0.5em 0.25em;
  border: 0.5px solid lightgrey;
  border-radius: 0.2em;
  font-size: 16px;
  text-align: center;
}
img {
  width: 200px;
  display: inline-block;
  border-radius: 50%;
  border: 0.5px solid lightgrey;
}
@media (min-width: 415px) {
  .rwd-table td:before {
    display: none;
  }
  #hideme {
    display: block;
  }
  * {
    font-size: 100%;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 700px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
  .headimage {
    width: 100%;
  }
  img {
  width: 130px;
  display: inline-block;
  border-radius: 50%;
  border: 0.5px solid lightgrey;
}
  thead tr td {
    color: black;
    font-weight: bold;
    font-size: 100%;
    font-family: Open Sans, sans-serif;
  }
  body {
  padding: 0 2em;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #444;
  max-width: 900px;
  min-width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
}
.small {
  font-size: 10px;
  font-weight: 800;
  font-family: "Roboto Slab", sans-serif;
}
.rwd-table {
  color: #000000;
  border-radius: .4em;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #93241d;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
.even {
  background: #eeeeee;
}
.odd {
  background: #f6f6f6;
}
.blank {
  background: #ffffff;
}
@media (min-width: 415px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: #000000;
}
thead tr td {
  color: black;
  font-weight: bold;
  font-size: 100%;
  font-family: Roboto, sans-serif;
}
}