.roph_formfield {
  margin-bottom: .6em;
}

.roph_formfield label {
  color: #333333;
  font-size: 1.1em;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

table tr {
  vertical-align: top;
}

table caption {
  text-align: left;
}

table th {
  font-weight: normal;
}

th, td {
  padding: 0;
}

.hidden {
  display: none;
}

.required,
.errorlist {
  color: #ff0000;
  padding: 0;
}

.errorlist li {
  list-style-type: none;
}

#login-bar {
  margin-bottom: 2em;
}

#career-search-results thead {
  background-color: #e9f1f9;
}

#career-search-results thead th {
  padding: 6px;
}

#career-search-results .head-row td {
  padding-top: 1.5em;
}

#career-search-results .apply-link {
  font-size: .9em;
  text-decoration: none;
}

#application-form table th, 
#application-form table td {
  padding-bottom: .6em;
}

#application_detail table th,
#application-form table th {
  padding-right: 2em;
  text-align: right;
  width: 40%;
}

#application-form form label {
  font-weight: normal;
  line-height: normal;
}

#career-search-results h5 {
  color: #333;
}

#application-form h5 {
  color: #333;
  margin-top: 1.5em;
}

#application-form ul {
  margin: 0;
  padding: 0;
}
#application-form ul li {
  float: left;
  list-style-type: none;
  margin: 0 10px 5px 0;
}

#application-form ul li input {
  margin: 0;
  padding: 0;
}

input,
textarea {
  font-family: 'Trebuchet MS',verdana,arial,helvetica,sans-serif;
  font-size: 1em;
}

#application-form textarea {
  width: 100%;
}

.add-more {
  padding-right: 1.5em;
  text-align: right;
}

#id_zip {
  width: 5em;
}

span.edit {
  font-size: .9em;
}
