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

.clear-abandoned-cart-email-statistics {
    margin-top: 30px;
}

.clear-abandoned-cart-email-statistics .table-label,
.clear-abandoned-cart-email-statistics .table-value,
.clear-abandoned-cart-email-statistics .table-button {
    display: inline-block;
    margin-right: 0.25em;
}

.clear-abandoned-cart-email-statistics .table-value > .input-internal-wrapper > .input-field-wrapper {
    display: block;
}

.clear-abandoned-cart-email-statistics div.star,
.clear-abandoned-cart-email-statistics div.clear {
    display: none;
}

.clear-abandoned-cart-email-statistics .table-label {
    width: auto;
    padding-top: 6px;
}

.clear-abandoned-cart-email-statistics .table-label,
.clear-abandoned-cart-email-statistics .table-value {
    vertical-align: middle;
}

.clear-abandoned-cart-email-statistics .table-value input[type="text"] {
    width: 8em;
    border: 1px solid #c3c3c3;
    font-weight: normal;
    font: inherit;
    background: white;
    cursor: pointer;
    opacity: 1;
}
