/* 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.
 */

.page-body-content ul {
  padding: inherit;
  margin: 8px 0 8px 8px;
}

.page-body-content ul li {
  list-style: inherit;
  list-style-position: inside;
  padding: inherit;
  margin: inherit;
  margin-bottom: 0;
}

.page-body-content img {
  display: block !important;
  max-width: 100%;
  height: auto !important;
}
