/* RECRUITIS WIDGET */
#recruitis_widget_ol {
  border: none;
}
#offerlist-wrapper h3 a.btn-offer-item-detail {
  color: #213a8e;
  font-weight: 700;
}
#offerlist-wrapper p.offer-item-text {
  color: #213a8e;
  font-size: 16px;
}
#offerlist-wrapper .offer-item {
  border-bottom: 1px solid #8c8c8c;
  padding-bottom: 2rem;
}

/* Offer detail */
#offer-detail h2 {
  color: #213a8e!important;
}
#answerform-submitwrapper #aform-submit {
  background-color: #e95a0c;
  color: #fff;
  padding: 2rem 3rem;
  border-radius: 7px !important;
}