
body {
    background-color: white;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #212121;
    margin: 0pt;
    min-height: 100%;
    height: 100%;
}

h1 {
    font-size: 18pt;
    font-weight: bold;
    margin: 0pt 16pt;
    text-align: center;
}

p {
    font-size: 16pt;
    font-weight: normal;
    margin: 0pt 16pt;
    text-align: center;
}

.pp p {
    font-size: 12pt;
    text-align: left;
    margin: 12pt 16pt;
}

.pp li {
    font-size: 12pt;
    font-weight: normal;
}

.pp h1 {
    margin-top: 16pt;
}

.pp h2 {
    font-size: 12pt;
    font-weight: bold;
    margin: 12pt 16pt;
}

.pp h3 {
    font-size: 12pt;
    font-weight: bold;
    margin: 12pt 16pt;
    text-decoration: underline;
}

div.content {
    width: 320pt;
    margin: 0 auto;
}

table.content {
    width: 320pt;
    min-height: 420pt;
    height: 100%;
    margin: 0 auto;
}

form {
    visibility: hidden;
}

strong {
    font-weight: bold;
}

div.button {
    font-size: 14pt;
    font-weight: normal;
    text-transform: uppercase;
    color: #ffffff;
    background: #212121;
    border: 3pt solid #212121;
    border-radius: 3pt;
    padding: 12pt 16pt;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    margin: 0pt 16pt;
    text-align: center;
    cursor: pointer;
}