#fj_isolate #jobTplContainer {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
#fj_isolate #job_offer {
  text-align: justify;
  line-height: 1.1;
  font-size: 12pt;
}
#fj_isolate #job_offer div.lists div.col:first-child {
  width: 60%;
}
#fj_isolate #job_offer h1,
#fj_isolate #job_offer h2,
#fj_isolate #job_offer h3,
#fj_isolate #job_offer h4 {
  color: #b22222;
  text-align: left;
  line-height: 1.1;
  font-weight: 400;
  font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 0.7em;
}
#fj_isolate #job_offer h1 {
  font-size: 22pt;
}
#fj_isolate #job_offer h2,
#fj_isolate #job_offer h3 {
  font-size: 16pt;
}
#fj_isolate #job_offer div.container-2-col {
  display: flex;
  margin: 14px 0;
}
#fj_isolate #job_offer div.container-1-col {
  margin: 0;
  padding: 5px 12px;
}
#fj_isolate #job_offer div.col {
  padding: 5px 12px;
}
#fj_isolate #job_offer div.col img {
  margin: 24px;
}
#fj_isolate #job_offer .emp_nr_innerframe div.alt-bg:nth-of-type(2n+1) {
  background-color: #cbdae7;
}
#fj_isolate #job_offer div.lists {
  background-color: white;
  margin: 32px 0;
}
#fj_isolate #job_offer div.lists div.col {
  background-color: #e2ebf1;
  margin: 0 16px;
  width: 30%;
  flex-grow: 1;
}
@media screen and (max-width: 720px) {
  #fj_isolate #job_offer div.container-2-col {
    flex-flow: column;
    align-content: center;
    align-items: center;
  }
  #fj_isolate #job_offer div.lists div.col {
    text-align: left;
    width: 90% !important;
    margin: 22px 0;
  }
}
#fj_isolate #job_offer .emp_nr_innerframe div.end {
  background: no-repeat 50% 0;
  background: -moz-linear-gradient(top, #f0f8f9 0%, #d5dfea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f8f9), color-stop(100%, #d5dfea));
  background: -webkit-linear-gradient(top, #f0f8f9 0%, #d5dfea 100%);
  background: -o-linear-gradient(top, #f0f8f9 0%, #d5dfea 100%);
  background: -ms-linear-gradient(top, #f0f8f9 0%, #d5dfea 100%);
  background: linear-gradient(to bottom, #f0f8f9 0%, #d5dfea 100%);
  margin: 0;
  padding: 5px 12px;
}
