/* Keep captions full width when the cost table stacks on a narrow screen. */
@media (max-width: 640px) {
  .tier-table caption { display: block; width: 100%; box-sizing: border-box; }
}
