







body {
  color: #000000;
  background-color: #ffffff;
}

h1, h2, h3 {
  text-align: center;
}

h1 {
  color: #000000;
  background-color: #fee787;
}

table tbody tr td {
        vertical-align: top;
}

td {
        padding: 5px;
}

table.single {
        border-collapse: collapse;
}

table.single td {
        border-color: #000000;
        border-spacing: 0;
        border-style: solid;
        border-width: 1px;
}

table.single p {
        margin-top: 0;
}

table.center td {
        text-align: center;
}

p.question {
        font-weight: bold;
}
tr.comment {
        background-color: #fee787;
}
