#my-order-invoice .invoice-title {
  font-size: 16px;
  color: #333;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #ECECEC;
  margin-bottom: 10px; }
#my-order-invoice .search-type span {
  font-weight: bold;
  cursor: pointer; }
  #my-order-invoice .search-type span.active {
    color: #E45050;
    border-bottom: 2px solid #E45050; }

/*# sourceMappingURL=my-order-invoice.css.map */
