body {
  font-family: Verdana;
}

button {
  min-width: 100px;
}

.tablenav {
  font-family: Verdana;
  font-size: 12px;
  border-collapse: collapse;
  border-bottom: thin silver solid;
  margin-bottom: 10px;
}

.tablenav td {
  padding: 5px 8px 2px 8px;
  text-align: center;
}

.tablenav-tdselected {
  background-color: #E0E0E0;
  font-weight: bold;
}
.tablenav-tdnotselected {

}

.trError td {
  color: red;
  background-color: #FFE0E0;
  max-width: 500px;
  padding: 10px;
}
  
.tablenav-tdselected, .tablenav-tdnotselected {
  border-top: thin silver solid;
  border-right: thin silver solid;
  border-left: thin silver solid;
  white-space: nowrap;
}

.tablenav a {
  text-decoration: none;
}

.tbMain th {
  text-align: left;
  font-size: 14px;
}

nav {
  padding-left: 150px;
}

nav h1 {
  border-bottom: thin silver solid;
  margin-left: -100px;
}

.section-body {
  padding-top: 0px;
  padding-left: 150px;
}

.trOptionalFieldsHeader td {
  padding-top: 30px;
  font-size: 12px;
  border-bottom: thin silver solid;
}

#fmsignup-notrequired th {
  font-weight: normal;
}

.divTerms {
  padding-top: 10px;
  font-size: 12px;
  max-width: 500px;
  width: 400px;
  height: 100px;
  border: none;
}