
body {
  -webkit-print-color-adjust: exact !important; 
  color-adjust: exact !important; 
  background-color: white !important;
}
body, .row, .container {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 100% !important;
}
body {
  font-size: 12px;
  line-height: 24px;
}
a {
  text-decoration: none;
}
.header {
  background-color: transparent;
}
.logo img {
  margin: 0;
}
.imgHeader {
  margin: 0;
  padding-top: 0px;
}
.row {
  display: block;
  flex-wrap: nowrap;
}
.content {
  width: 70%;
  float: left;
  font-size: 13px;
  line-height: 20px;
}
.sidebar {
  width: 30%;
  float: left;
  background: none;
}
.jobTitle h1 {
  font-size: 30px;
  line-height: 36px;
}
.jobTitle h3 {
  font-size: 17px;
  line-height: 20px;
}
.content h2 {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 0;
}
.content h2::before {
  content: "";
  font-size: 0px;
  padding: 15px 0 0 0;
  border-right: transparent 9px solid;
}
.content ul li:before {
    font-size: 18px;
    line-height: 16px;
}
.introduction {
  font-size: 13px;
  line-height: 20px;
}
.div-apply {
  font-size: 26px;
  padding: 22px 0;
}
.companyInfo, .contact, .awards, .logo {
  padding-left: 0px;
}
.footer {
  display: none;
}

@media only print and (min--moz-device-pixel-ratio:0) {
  .content ul li:before {
    position: relative;
    margin-right: 8px;
  }
  .content {
    right: 0;
    position: absolute;
  }
}