body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #212529;
}

h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}

h3 {
    font-size: 1.75rem;
    font-weight: 400;
    text-align: center;
}

.form-inline {
    background: #eee;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5em;
}

.form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-inline > label {

    justify-content: center;
    line-height: 1.5;

}

.form-row {
    display: flex;
    flex-flow: row wrap;
    margin-top: 0;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
}

.form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,
        box-shadow .15s ease-in-out;
}

.sign-image {
    display: flex;
    justify-content: center;
    max-width: 100%;
}

.table-letter-spacing {
    width: 100%;
    color: #212529;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
}

.table-letter-spacing th {
    border: 1px solid #dee2e6;
    padding: 0.75rem;
}

.table-letter-spacing td {
    border: 1px solid #dee2e6;
    padding: 0.75rem;
}

.table-letter-spacing>thead>tr {
    border-bottom: 2px solid #dee2e6;
    padding: 0.75rem;
}

button {
    padding: .375rem .75rem;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.pub-236-text {
    max-width: 7.5in;
    margin: 0 auto;
    font-size: 0.8em;
}

.instructions {
    max-width: 7.5in;
    margin: 0 auto;
    font-size: 0.8em;
    color: darkblue;
}

.dimensions {
    max-width: 8.5in;
    margin: 0 auto;
    font-size: 0.85em;
}
.dimensions p {
    margin-top: 0.25em;
    margin-bottom:0.25em;
}

.footer {
    /* position: sticky; */
    bottom: 0;
    font-size: 0.6em;
}

@media print {
    .form-inline {
        display: none !important;
    }

    button {
        display: none !important;
    }

    .pub-236-text {
        display: none !important;
    }

    .instructions {
        display: none !important;
    }
}