.div_resultRecruit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}
.div_resultRecruit dl dt {
  width: calc(100% - 8px) !important;
  height: calc(1.75em + 6px);
  margin: 10px 10px 0 0;
  padding: 3px;
  font-weight: bold;
  border: 1px solid #b42d27;
  text-align: center;
  color: #b42d27;
}
.div_resultRecruit dl dt:first-child {
  margin: 0 10px 0 0;
}
.div_resultRecruit dl dd {
  padding: 3px;
  width: 100% !important;
}
@media screen and (min-width: 722px), print {
  .div_resultRecruit dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div_resultRecruit dl dt {
    width: 11em !important;
    height: calc(1.75em + 6px);
  }
  .div_resultRecruit dl dd {
    padding: 3px;
    width: calc(100% - 11em) !important;
  }
}

.dl_basicApp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.dl_basicApp dt {
  width: 7rem !important;
  height: calc(1.5em + 6px);
  margin: 10px 10px 0 0;
  padding: 3px;
  font-weight: bold;
  text-align: center;
  color: #005E3C;
  border: 1px solid #005E3C;
  border-radius: 5px;
}
.dl_basicApp dd {
  padding: 0.875rem 0 0 0.5rem;
  width: calc(100% - 7rem - 1.5rem) !important;
}
/*# sourceMappingURL=basic.css.map */