#Layout
{
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;

}

#Content
{
    font-size: 1.5vw;
}

.typography label {
    font-size: 1.3vw;
    margin-right: 40px;
}

main .typography label {
    font-size: inherit;
}

h2 {
    text-align: center;
}

.typography table {
    font-size: 1.6vw;
    margin: 0 auto;
    width: 90%;
    table-layout: fixed;
}

h1 {
    font-size: 2.0vw;
}

input {
    font-size: larger;
}

button {
    font-size: larger;
}

main select {
    font-size: larger;
}

.detailTable .label {
    text-align: end;
}

#LookupForm fieldset input {
    width: 80%;
    font-size: larger;
}

.navitems {
    font-size: xx-large;
}