.uniservform {
margin-bottom: 30px;
}
.uniservdata { 
	margin-bottom: 30px;
	font-size: .9em;
}


 Create four equal columns */
.uniservform_col {
  padding: 10px 20px;
  margin-left: 40px;
}

.uniservform_district { font-size: 1.5em; font-weight: bold; margin: 15px 0 10px 5px;  }
.uniservform_header { font-size: 1.3em; font-weight: bold; margin-bottom: 10px;  text-decoration: underline; }
.uniservform_type { font-size: 1em; font-weight: 600; }
.uniservform_title  {  }
.uniservform_email  { font-size: 1em; padding-left: 5px; }

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {

  .column {
	  padding: 0 20px ;
	}
}