#contactPageWrapper {
  clear: both;
  overflow: hidden;
  zoom: 1;
  background: #ffffff;
  padding: 40px;
}

#contactPageWrapper p.disclaimer {
  font-size:14px;
  margin-top:30px;
}

#contactPageWrapper ul.price {
  margin-left: 2em;
  margin-bottom: 3em;
  font: 1.5em/1.6 "Trebuchet MS", Verdana, Arial, sans-serif;
}

#contactPageWrapper ul.price li {
    margin-bottom:10px;
}

#contactPageWrapper h3 {
	padding-bottom:20px;
}

h2 {
    color:slategray;
}

img#captcha {
    display:block;
    margin-bottom:8px;
}

div#captcha {
    display:flex;
}

form {
  margin-left: 4em;
  margin-bottom: 0.5em;
  width: 600px;
  font: 1.2em/1.4 Verdana, Arial, sans-serif;
  background: #ffffff;
}

form fieldset {
  border: 1px solid steelBlue; /*#808080;*/
  padding: 30px 10px;
  margin-top: 0.5em;
}

form legend {
    color:steelBlue;
    font-weight:bold;
}

form ol {
  list-style-type: none;
}

form li {
  display:flex;
  padding-bottom: 0.75em;
}

form label {
  text-align: right;
  width: 180px;
}

form input.text {
  border: 1px solid #808080;
  margin-right:10px;
  margin-left:10px;
  padding:2px;
}

form input.check {
    margin-left:10px;
}

form textarea {
  display: block;
  border: 1px solid #808080;
  padding:2px;
  margin-left:10px;
}

form button {
  border: 1px solid #808080;
  padding: 15px 30px;
  margin-top: 10px;
}

form #sendBtn {
  margin-left: 200px;
  margin-right: 5px;
}

p.contact {
  margin-top:-10px;
  margin-bottom:40px;
  padding:15px 20px 20px 10px;
  font-weight:bold;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 1.6em;
  /*background-color:lavenderBlush;
  border:1px dashed steelBlue;*/
}

.error {
    color:red;
}

.full {
    color:orangeRed;
}

.open {
    color:olivedrab;
}

th, td {
    padding: 15px 40px 15px 40px;
    font-weight:bold;
    text-align: center;
}

th {
    color:white;
    background:steelBlue;
}

table, th, td {
   border: 1px solid steelBlue;
}

table {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1.6em;
    border-collapse: collapse;
    border:none;
    margin-bottom:30px;
}

h3.studentSelection {
    font-family:"Trebuchet MS", sans-serif;
    font-size:20px;
    text-decoration-line: underline;
}

ul.studentSelection {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-left: 30px;
    margin-bottom: 3em;
}

#classAvailability {
    font-family:"Trebuchet MS", sans-serif;
    font-size:20px;
    line-height:1.5;
    background-color: salmon;
    color: mintCream;
    border-radius: 25px;
    padding: 10px 20px 10px 20px;
    margin-bottom:20px;
}