h1 {
 border-bottom: 1px solid #ccc;
 padding: 0px 0px 5px 0px; 
 margin: 0px 0px 10px 0px;
}

h2 {
 display: inline;
}

#message {
  color: green;
}

#error_message {
  color: red;
}

.required {
  color: red;
  font-size: small;
}

#matched_services_note {
  font-size: .7em;
  float: right;
}

body {
  font-size: 0.95em;
}

.clear_break {
  clear: both;
  height: 1px;
}
