.instrumentBorrowApply .borrow-details {
  margin-bottom: 24px;
}
.instrumentBorrowApply .borrow-details .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

