@media (max-width: 991px) {
  .field {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.field > label {
  white-space: nowrap;
}

.field .select-not-required {
  width: 310px;
  background-position: 95%;
}

@media (max-width: 767px) {
  .field .select-not-required {
    width: 100%;
  }
}

.field .input-not-required {
  width: 309px;
}

@media (max-width: 767px) {
  .field .input-not-required {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .date-input .field .input-not-required {
    width: 160px;
  }
}

@media (max-width: 575px) {
  .date-input .field .input-not-required {
    width: 120px;
  }
}

.table-data {
  padding: 15px 0px 30px;
}

.table-data .news-box {
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.table-data .news-box > li:first-child {
  font-size: 1.5rem;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 767px) {
  .table-data .news-box > li:first-child {
    font-size: 1.25rem;
  }
}

.table-data .news-box > li:last-child {
  color: #848484;
}
/*# sourceMappingURL=f008.css.map */