#app_body /*- the application container*/
 {
  line-height: 1.3;
  color: #636466;
  font-size: 18px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-family: "HelveticaNeueLTStd-Roman", sans-serif;
}
#app_body #content {
  max-width: 600px;
  margin-right: 2em;
}
#wrapper {
  max-width: 100%;
}
#main {
  padding-top: 0;
}
#application/*  – the application form container */
 {
  background-color: white;
  max-width: 600px;
}
.app-title/*  – job name */
 {
  font-size: 2em;
  color: #582c83;
  font-weight: bolder;
}
.heading {
  color: #582c83;
  font-size: 1.5em;
  font-weight: bolder;
}
#app_body #header/* – the "Apply for this job" application container header */
 {
  width: 100%;
}
.accessible #content p {
  line-height: 1.3;
}
.company-name /* – applies to "at YourCo" */
 {
}
.field label /* .field label – field labels (e.g.,"First Name") */
 {
}
.field textarea/* .field textarea – all textareas */
 {
}
.field select /* .field select – all select boxes */
 {
}
.field input[type='text']/* .field input[type='text'] – all text boxes */
 {
}
.accessible #apply_button, .accessible #content .button , .button/* .button – applies to "Apply Now" and "Submit Application" buttons 
(NOTE: set "background-image: none;" to remove existing gradient)*/
 {
  background: #582c83;
  font-weight: bolder;
  border-radius: 0.5em;
}
.button#submit_app {
  text-shadow: none;
  background: #582c83;
  text-transform: uppercase;
}
a, input[type='button'].link-like-button /*  – applies to all regular page links */
 {
  color: #582c83;
}
