/* Table Styles */
div#table_id_paginate a {
  padding-right: 1rem;
  font-family: Manrope;
  cursor: pointer;
}
/* General table padding reset from legacy */
td, th {
  padding: 5px;
}
.quantityInput {
  width: 100%;
  border-style: solid;
  border-radius: 10px;
  padding: 10px;
}
@media (max-width:767px) {
  .transaction h5 {
    font-size: 21px;
    margin-bottom: 0;
  }
  .transaction p {
    font-size: 14px;
    margin-bottom: 1rem;
    color: #90939f;
  }
  .transaction .table {
    margin-top: 1rem!important;
  }
  .table-responsive-sm {
    width: 100%!important;
  }
}