body {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
}

#jobs {
  font-size: 100%;
}

.jobblock_header {
  margin-top: 2em;
  position: relative;
  background: #29566B;
  padding: 1em 20%;
  margin-bottom: 1px;
  color:white;
}

.jobblock_header .jobid_header {
  position: absolute;
  left: 1.5em;
  top: 1em;
  max-width: 15%;
}

.jobblock_header .joblocation_header {
  position: absolute;
  right: 1.5em;
  top: 1em;
  max-width: 20%;
}

.jobblock {
  position: relative;
}

.jobblock > br {
  display: none;
}

.jobblock a {
  display: block;
  padding: 1em 20%;
  color: #227199;
  background: #D0DAE1;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 1px;
}

.jobblock a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.jobblock a:hover, .jobblock a:focus, .jobblock a:active {
  text-decoration: underline;
}

.jobblock:nth-child(odd) a {
  background: #E4EDF3;
}

.location {
  display: block;
  position: absolute;
  right: 1.5em;
  top: 1em;
  max-width: 20%;
}

.jobid {
  display: block;
  position: absolute;
  left: 1.5em;
  top: 1em;
  max-width: 15%;
}
