div.center {
    margin: auto;
}

div.frame {
    width: inherit;
    max-width: 850px;
}

.middle{
    text-align:center;
}

.page table td {
    vertical-align: text-top;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-right: 1em;
}

table {
    width: 100%;
}

td {
    text-align: justify;
}

label {
    vertical-align: middle;
}

body *{
    font-size: inherit;
    font-family: Roboto, Arial, sans-serif;
}

.ie6_space {
    _padding-left: 10px;
}

button {
    width: initial;
  color: #FFF;
  background-color: #11b3a9;
  border: none;
  padding: 15px 10%;
}

.hidden {
    display: none;
}

#banner{
    width: inherit;
  max-width: 850px;
}

#title{
    font-size:28pt;
    color: #bfb199;
}

#footer {
    padding: 1vh 0;
  color: #7c9493;
  position: fixed;
  bottom: 0px;
  width: 100%;
  max-width: 100%;
  background-color: #FFF;
  margin: auto;
  border-top: #11b3a9 1px dashed;
}

.smaller {
    font-size: 12px;
}

.clickable {
    cursor: pointer;
}

.required {
    padding-right: 9px;
    background-image: url("/reg/static/img/required.png");
    background-position: right top;
    background-repeat: no-repeat;
}

b {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.note_font {
    font-size: 0.9em;
}

.title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0.2em 0;
}

.subtitle {
    text-decoration: underline;
    margin: 0.1em 0;
}

.buffer_spacing {
    padding: 1em 0;
}

.header{
    height: 2em;
    line-height: 2em;
    font-size: 2em;
    font-weight: bold;
}

.msg.error{
    border: solid red thin;
    padding: 0.5em;
    background-color: pink;
}

.msg.info{
    border: solid #006400 thin;
    padding: 0.5em;
    background-color: #98fb98;
}

.index_table{
    margin:0.5em;
}

* sup{
    vertical-align: super;
    font-size: smaller;
}

input[type=text], input[type=email], select{
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #b3b5b8 solid;
  border-radius: 10px;
    color: #b3b5b8;
}

input[type=text]:focus, input[type=email]:focus, select:focus{
    border-color: #11b3a9;
    height: 37px;
    font-size: 18pt;
}

.label{
    color: #11b3a9;
    padding-top: 37px;
    font-size: 17pt;
}

.field{
    padding-top: 12px;
    color: #b3b5b8;
    font-size: 17pt;
    line-height: 19pt;
}

input[type=checkbox]{
    width: 16px;
    height: 16px;
    appearance: checkbox;
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    box-shadow: initial;
    vertical-align: baseline;
}

input[type=radio]{
    vertical-align: middle;

}

textarea{
    margin:0;
    width:100%;
    height: 20vh;
}

@media screen and (max-width: 875px) {
    div.frame {
        max-width: 640px;
    }

    #banner{
      max-width: 640px;
    }

    #title{
        font-size:22pt;
    }

    .label{
        font-size: 14pt;
        padding-top: 34px;
    }

    .field{
        padding-top: 10px;
        font-size: 14pt;
    }

    input[type=text], input[type=email], select{
        font-size: 16pt;
        height: 32px;
    }

    button {
      padding: 12px 10%;
    }
}


@media screen and (max-width: 660px) {
    div.frame {
        max-width: 400px;
    }

    #banner{
      max-width: 400px;
    }

    #title{
        font-size:14pt;
    }

    .label{
        font-size: 13pt;
        padding-top: 29px;
    }

    .field{
        padding-top: 10px;
        font-size: 13pt;
    }

    input[type=text], input[type=email], select{
        font-size: 14pt;
        height: 30px;
    }

    button {
      padding: 12px 10%;
    }

    input[type=checkbox]{
        width: 17px;
        height: 17px;
    }
}

@media screen and (max-width: 435px) {
    div.frame {
        max-width: 300px;
    }

    #banner{
      max-width: 300px;
    }

    #footer {
        font-size: 10pt;
    }
}
