/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.settings ul.table li.instructions.even {
  background: none;
}

.settings ul.table li.instructions {
  flex-wrap: wrap;
}

.settings ul.table li.instructions h2 {
  margin-top: 0;
  min-width: 100%;
}

.settings ul.table li.instructions h2 + p {
  margin-top: 0;
  min-width: 100%;
}
