* { 
  margin: 0;
  padding: 0;
  outline: 0;
 }

/* The following forces the right side scroll bar to appear on all pages */
body {
  position: relative;
  background: #ffffff;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  color: #000;
}

/* links */
a, a:visited {
  text-decoration: none;
  color: #0000FF;
  font-weight: bold;
  background: inherit;
}

a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #0000ff;
  background: inherit;
}

table {
  border: none;
  border-collapse: collapse;
}


#wrap {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  color: #000000;
  margin: 0 auto;
  text-align: left;
}

#header-wrap {
  position: relative;
  width: 100%;
  border: none;
  margin-bottom: 25px;
}

#header-wrap img#logo {
  position: relative;
  width: 100%;
}

#content-wrap {
  position: relative;
  width: 90%;
  margin: auto;
  font-size: 12pt;
}

#content-wrap h1 {
  position: relative;
  color: #000000;
  font-weight: bold;
  font-size: 14pt;
  margin-bottom: 15px;
}

#content-wrap h2 {
  position: relative;
  color: #000000;
  font-weight: bold;
  font-size: 18pt;
  margin-bottom: 15px;
  border: 1px solid #000000;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
}

#content-wrap td.left {
  padding: 0;
  padding-right: 20px;
  padding-bottom: 8px;
  font-weight: bold;
  vertical-align: top;
}

#content-wrap td.right {
  padding: 0;
  padding-bottom: 8px;
  padding-right: 20px;
  font-weight: normal;
  vertical-align: top;
}

#content-wrap td.shiftleft {
  padding: 0;
  padding-right: 10px;
  padding-bottom: 8px;
  font-weight: bold;
  vertical-align: top;
}

#content-wrap td.shiftright {
  padding: 0;
  padding-bottom: 8px;
  padding-right: 10px;
  font-weight: normal;
  vertical-align: top;
}

#content-wrap input[type=submit] {
  font-weight: bold;
  background: #00ffff;
  font-size: 14pt;
  margin-top: 10px;
  padding-left:10px;
  padding-right: 10px;
  padding-top:5px;
  padding-bottom: 5px;
}

#content-wrap input[type=select] {
  background: #ff0000;
  font-size: 12pt;
}

textarea {
width: 100%;
height: 150px;
padding: 12px 20px;
box-sizing: border-box;
border: 1px solid #000;
border-radius: 4px;
resize: none;
}

ul{
  list-style-position: outside;
  margin-left: 20px;
}

form {
  display: inline;
}

input[type=text] {
  font-size: 1.25vw;
  width: 50%;
}

.infoline {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  font-size: 1.25vw;
  margin-bottom: 0.5vw;
  justify-content: left;
}

.info-prompt {
  position: relative;
  display: inline-block;
  width: 30%;
  text-align: left;
  font-weight: bold;
}

.info-prompt-free {
  position: relative;
  display: inline-block;
  width: auto;
  text-align: left;
  font-weight: bold;
}

.info-data {
  position: relative;
  display:inline-block;
  width: 70vw;
  text-align: left;
}

.info-input {
  position: relative;
  display:inline-block;
  width: 70vw;
  text-align: left;
  margin-bottom: 1vw;
}

.button-container {
  position: relative;
  display:block;
  width: 100%;
  font-size: 1.25vw;
  text-align: left;
}

select {
  width: 50%;
  font-size: 1.25vw;
  background-color: white;
  border: 0.2vw solid black;
} 


@media only screen and (max-width: 450px) {


* { 
  margin: 0;
  padding: 0;
  outline: 0;
 }

/* The following forces the right side scroll bar to appear on all pages */
body {
  position: relative;
  background: #ffffff;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  color: #000;
}

/* links */
a, a:visited {
  text-decoration: none;
  color: #0000FF;
  font-weight: bold;
  background: inherit;
}

a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #0000ff;
  background: inherit;
}

table {
  border: none;
  border-collapse: collapse;
}


  #wrap {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    color: #000000;
    margin: 0 auto;
    text-align: left;
  }

  #header-wrap {
    position: relative;
    width: 100%;
    border: none;
    margin-bottom: 25px;
  }

  #header-wrap img#logo {
    position: relative;
    width: 100%;
  }

  #content-wrap {
    position: relative;
    width: 95%;
    margin: auto;
    font-size: 4.5vw;
  }

  #content-wrap h1 {
    position: relative;
    color: #000000;
    font-weight: bold;
    font-size: 5vw;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 0px;
    text-align: center;
    margin-bottom: 4vw;
  }

  #content-wrap h2 {
    position: relative;
    color: #000000;
    font-weight: bold;
    font-size: 4.5vw;
    margin-bottom: 4vw;
    border: 1px solid #000000;
    padding-top: 1.5vw;
    padding-left: 1vw;
    padding-bottom: 1.5vw;
  }

#content-wrap td.left {
  padding: 0;
  padding-right: 20px;
  padding-bottom: 8px;
  font-weight: bold;
  vertical-align: top;
}

#content-wrap td.right {
  padding: 0;
  padding-bottom: 8px;
  padding-right: 20px;
  font-weight: normal;
  vertical-align: top;
}

#content-wrap td.shiftleft {
  padding: 0;
  padding-right: 10px;
  padding-bottom: 8px;
  font-weight: bold;
  vertical-align: top;
}

#content-wrap td.shiftright {
  padding: 0;
  padding-bottom: 8px;
  padding-right: 10px;
  font-weight: normal;
  vertical-align: top;
}

  #content-wrap input[type=submit] {
    font-weight: bold;
    background: #00ffff;
    color:#000000;
    font-size: 5vw;
    margin-top: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  #content-wrap input[type=select] {
    background: #ff0000;
    font-size: 4.5vw;
  }

  textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 4px;
    resize: none;
    font-size: 4.5vw;
  }

ul{
  list-style-position: outside;
  margin-left: 20px;
}

form {
  display: inline;
}

  .infoline {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
    justify-content: left;
  } 

  .info-prompt {
    position: relative;
    display: inline-block;
    width: 99%;
    font-size: 4vw;
    text-align: left;
    font-weight: bold;
  }

  .info-prompt-free {
    position: relative;
    display: inline-block;
    width: auto;
    font-size: 4vw;
    text-align: left;
    font-weight: bold;
  }

  .info-data {
    position: relative;
    display: inline-block;
    width: 90%;
    font-size: 4vw;
    text-align: left;
    margin-left: 10%;
  }

  .info-input {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 4vw;
    text-align: left;
  }

  input[type=text] {
    font-size: 5vw;
    width: 100%;
  }

  .button-container {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 3.5vw;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3vw;
  }

  select {
    width: 100%;
    margin-top: 2vw;
    font-size: 5vw;
    background-color: white;
    border: 0.2vw solid black;
  } 

}