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

#ask-question-button {
    line-height: 36px;
}

.product-questions-header {
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: 1px solid #E5E5E5;
}

.product-question-info {
    background: #E6E6E6;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 4px;
    margin-bottom: 8px;
    position: relative;
    font-size: 14px;
}

.skin-crisp_white-customer .no-product-questions {
  padding-top: 20px;
  padding-bottom: 20px;
}

.skin-crisp_white-customer #product-details-tab-questions {
  /*
    Without these two lines clicking on the "view questions" link scrolls the
    page lower than the section title, so it confuses the user.
  */
  padding-top: 70px;
  margin-top: -70px;
}

.skin-crisp_white-customer .private-value input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
