/* this will change the font color of the item number on display cards */
#display_cards_inner_content #item_number {
  color: #5895AA;
}