body {
    min-width: 560px;
    height: 100%;
    margin: 0px;
    padding: 0px; 
    font-family: Arial, Verdana;
    background-image: url('../images/backgrnd.jpg');
}
/* ---- Modal Styling ---- */
#header {
    margin-bottom: 16px !important;
}
#ptable {
    border-collapse: collapse;
}
#ptable tr td {
    padding-left: 8px;
}
#total, #lc, #uc, #nm, #sp {
    color: maroon;
    font-weight: bold;
}
.ques {
    margin-right: 8px;
}
input[name^=ans] {
    width: 9em;
    margin-bottom: 4px;
}
/* ---- Top-of-page ---- */
#ctr {
    text-align: center;
    margin-top: 10px;
}
#header {
    display: inline-block;
    text-align: center;
    background-color: #fcf4e8;
    padding: 2px 4px 4px 0px;
    width: 80%;
}
h2 {
    margin-top: 6px;
    margin-bottom: 4px;
}
#stmnt {
    margin-bottom: 4px;
}
/* ---- Registration Data Container ---- */
#registration {
    position: fixed;
    top: 400px;
    width: 540px;
    height: 360px;
    padding-top: 8px;
    background-color: #fcf4e8;
    border-radius: 12px;
    text-align: center;
    font-size: 20px;
    color: #b47b31;
}
#sub {
    margin-top: 6px;
    font-size: 22px;
}
.rules {
    position: relative;
    top: 6px;
    line-height: 1em;
    color: gray;
    font-size: 16px;
}
::placeholder {
    color: gray;
}
.user-input {
    display: inline-block;
    position: relative;
    top: -12px;
    margin-bottom: 0px;
}
.leftmost {
    margin-right: 100px;
}
.pseudo-legend {
    position: relative;
    top: 8px;
    left: 18px;
    font-size: 14px;
    color: gray;
    z-index: 400;
    text-align: left;
}
.lines {
    position: relative;
    left: 12px;
    top: 2px;
    width: 80px;
    height: 2px;
    background-color: #fcf4e8;
    z-index: 300;
}
#line4 {
    width: 46px;
}
.signup {
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 12px;
    z-index: 200;
    width: 190px;
    height: 38px;
    border-radius: 8px;
    border-style: solid;
    border-color: tan;
    border-width: 2px;
    font-size: 18px;
    padding-left: 6px;
    background-color: ghostwhite;
}
/* Unable to set autofill-color for Firefox, using standard yellow */
input:-webkit-autofill, 
input:-webkit-autofill:focus {   /* Chrome, Safari */
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0px 1000px ghostwhite inset;
    box-shadow: 0 0 0px 1000px ghostwhite inset;
    transition: background-color 5000s ease-in-out 0s;
}
input:focus {
    outline: none;
    border-color: maroon;
    border-width: 2px;
    border-style: solid;
    transition: border-color 1.0s;
}
#pexpl {
    display: inline-block;
    position: relative;
    top: -12px;
    width: 500px;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    color: black;
}
#submit {
    width: 67%;
    height: 38px;
    background-color: #b47b31;
    line-height: 38px;
    font-size: 18px;
    border-radius: 8px;
    color: ghostwhite;
    font-weight: bold;
    cursor: pointer;
    margin-top: 4px;
}
#policy {
    font-size: 14px;
    position: relative;
    top: 8px;
}
#pending {
    display: none;
}
#wait {
    position: relative;
    left: 64px;
}
