@media only screen and (max-width: 600px) {

  .main-content__body {
    padding: 1rem 0.3rem;
  }

  .cell-label--condition-field a::before {
    content: "🔎";
  }

  .cell-label--foil-field a::before {
    content: "💎";
  }

  .cell-label--languages-field a::before,
  .cell-label--language-field a::before {
    content: "🌍";
  }

  .cell-label--want_quantity a::before,
  .cell-label--offer_quantity a::before,
  .cell-label--order_item_quantity a::before {
    content: "🔢";
  }

  .cell-label--want_note a::before {
    content: "📝"
  }

  .cell-label--order_item_price a::before,
  .cell-label--offer_price a::before,
  .cell-label--order_item_buyer_price a::before {
    content: "💰";
  }

  .cell-label--signed-field a::before {
    content: "✏️";
  }

  /* .cell-label--time-ago-field a::before { */
  /*   content: "⏱️"; */
  /* } */
  .cell-label--languages-field {
      min-width: 68px;
  }
  .cell-data, .cell-label {
    text-align: center
  }

  .cell-label--want_note a::before,
  .cell-label--condition-field a::before,
  .cell-label--foil-field a::before,
  .cell-label--languages-field a::before,
  .cell-label--language-field a::before,
  .cell-label--offer_price a::before,
  .cell-label--offer_quantity a::before,
  .cell-label--want_quantity a::before,
  .cell-label--order_item_quantity a::before,
  .cell-label--signed-field a::before,
  /* .cell-label--time-ago-field a::before, */
  .cell-label--order_item_price a::before,
  .cell-label--order_item_buyer_price a::before {
    color: black;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    width: 100%;
    font-size: 16px;
    display: inline-block;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .cell-label--condition-field a,
  .cell-label--foil-field a,
  .cell-label--language-field a,
  .cell-label--languages-field a,
  .cell-label--offer_quantity a,
  .cell-label--offer_price a,
  .cell-label--order_item_quantity a,
  .cell-label--signed-field a,
  .cell-label--want_note a,
  .cell-label--want_quantity a,
  /* .cell-label--time-ago-field a, */
  .cell-label--order_item_price a,
  .cell-label--order_item_buyer_price a {
    color: transparent;
    font-size: 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
  }

  .app-container {
    display: block;
    padding: 1.5em 0em;
  }

  td:first-child,
  th:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  /* td, */
  /* th { */
  /*   padding-left: 0.5rem; */
  /*   padding-right: 0.5rem; */
  /* } */

  .navigation {
    padding-left: 0.5em;
  }

  .navigation__link {
    display: inline-block;
  }

  .main-content__page-title {
    display: none;
  }

  .search {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    max-width: none;
  }


  .main-content__header {
    padding: 1rem 0.3rem
  }

  .main-content {
    min-width: 300px;
    /* Allow content to fit the screen */
    overflow-x: auto;
  }

  /* Fix for overlapping labels and data in blueprint show page */
  .attribute-label {
    float: none;
    width: 100%;
    margin-bottom: 0.5rem;
    text-align: left;
  }

  .attribute-data {
    margin-left: 0;
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
