main>div {
    width: 900px;
    margin: auto;
}
img.mgmalogo {
    display: block;
    margin: auto;
    margin-top: 12px;
}
a#gbtForm {
    display: inline-block;
    background-color: slateblue;
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 9px;
    border-radius: 6px;
    margin-top: 9px;
}
.btsem {
    margin-bottom: 1em;
}
#downloadPrintArea {
    border: 1px solid gray;
    padding: 9px;
    font-size: medium;
    line-height: 1.8;
}
input[type="text"], input[type="number"], input[type="email"], select {
    width: 100%;
    padding: 9px;
    margin-bottom: 25px;
}
input[type="radio"], input[type="checkbox"] {
    transform: scale(1.5);
    margin-right: 1em;
}
input[type="reset"] {
    background-color: red;
    color: white;
    border: none;
    font-weight: bolder;
    border-radius: 6px;
    padding: 6px 9px;
    cursor: pointer;
}
fieldset {
    width: 100%;
    line-height: 1.8;
    border-radius: 9px;
    box-shadow: 6px 6px 6px lightgray;
    padding: 1rem;
    margin-top: 10px;
    margin-bottom: 20px;
}
button {
    cursor: pointer;
}
button#downloadPDF, button#printSaveAsPDF {
    background-color: darkslategray;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 6px 9px;
}
#formSubmitButton {
    background-color: slateblue;
    color: white;
    font-size: larger;
    font-weight: bold;
    padding: 9px 18px;
    border: none;
    border-radius: 6px;
    margin-bottom: 2vh;
}
#formSubmitButton.disabled {
    background-color: gray;
    font-weight: normal;
}
#googleFormUpdated {
    font-size: small;
    display: none;
}
#printGoBackLine {
    font-size: small;
    display: none;
    margin-bottom: 2vh;
}
@media screen and (max-width: 899px) {
    main>div {
        width: 100%;
        padding-right: 0.5rem;
    }
}