/* Inventory detail is an <aside>, but the app's global aside rule is for the dark navigation sidebar.
   Keep the inventory detail panel on the normal light-content color system. */
aside.inventoryDetail {
  color: #18212f;
  height: auto;
}

aside.inventoryDetail .info strong,
aside.inventoryDetail h2,
aside.inventoryDetail h3,
aside.inventoryDetail .stockActivityList strong,
aside.inventoryDetail .stockActivityList span {
  color: #18212f;
}
