.jobs-updated {
  margin: 25px 0;
  color: #767676;
  font-style: italic;
}

.jobs-filter input::placeholder {
  color: #767676;
}
.jobs-filter .row > .input-group.col-md {
  padding-left: 0;
  padding-right: 0;
}

.job-listing {
  padding: 1.5em 1em;
  border-bottom: 1px solid #ccc;
}
.job-listing:nth-child(odd) {
  background-color: #f3f3f3;
}
.job-listing .job-title {
  margin-top: 0;
  font-weight: 600;
  font-size: 1.25em;
}
.job-listing .job-details {
  display: flex;
  flex-direction: column;
  font-size: 0.875em;
}
@media screen and (min-width: 619px) {
  .job-listing .job-details .field {
    display: flex;
    flex-direction: row;
  }
}
.job-listing .job-field-label {
  font-weight: 700;
  margin-right: 0.5em;
}

/*# sourceMappingURL=jobs_block.css.map */
