body { 
  font-family: trebuchet ms, verdana, arial, sans-serif;
  font-size: 16px;
  /* min-width: 800px; */
}

.content {
	margin-left: 5%;
	margin-right: 5%;
  padding-bottom: 5%;
  margin-top: 30px;
}

.navigation {
    margin-top: 0.7ex;
    text-align: center;
    font-weight: bold;
    font-size: large;
}

.title {
    margin-top: 0.5ex;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
}

.belowtitle {
    margin-top: 0.5ex;
    font-style: italic;
    text-align: center;
}

.borderbox {
    border: 2px solid;
    text-align: center;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1ex;
    padding-bottom: 0.5ex;
	padding-left: 1ex;
	padding-right: 1ex;
    background-color: aquamarine;
	border-color: black;
}

dl.faq-list {
  margin-left: 25px;
}

dl.faq-list dt {
    font-weight: bold;
    font-size: larger;
    margin-left: -20px;
    padding-bottom: 10px;
}

dl.faq-list dd {
    margin-bottom: 15px;
    margin-left: 4px;
    border-left: 3px dotted lightgray;
    padding-left: 10px;
}

table.schedule td {
  vertical-align: top;
}

td.time {
    white-space: nowrap;
}

td.event {
    padding-left: 1em;
}

td.subevent {
    padding-left: 2em;
}

tr.break {
    color: #a63;
}

tr

.notwide {
    max-width: 80ex;
}

.center { text-align: center; }

.clear { clear: both; }


/* Contact form: */
#fback {
  margin: 10px;
  padding: 20px;
  min-width: 300px;
  background-color: LightSteelBlue;
  border: 1px black;
}

#fback input[type=text] {
  width: 75%;
}

#fback textarea {
  width: 100%;
  height: 8em;
}

table.schedule {
  table-layout: fixed;
  width: 900px;
}

.pppmt input, .pppmt select {
  font-size: 16px;
  margin-bottom: 20px;
  border: 1px solid #bbb;
}

.pppmt input[type="submit"], .pppmt select {
  padding: 5px;
}

.verify {
  margin-left: 30px;
  padding: 10px;
  border: 1px dashed gray;
  width: 70%;
}

button, .pppmt input[type="submit"], .pppmt input[type="reset"]  {
  padding: 3px 20px;
  background-color: lightcoral;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
}

.pppmt input[type="reset"] {
  background-color: lightgray;
}

.pppmt form {
	border:2px solid gray;
	padding: 10px;
	width: 70%;
}

img.logo {
  max-width: 500px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width:640px){
	.borderbox {
		width: 90%;
	}
}

h4 {
  font-size: larger;
  margin-bottom: 0;
  /* margin-top: 2em; */
  
}