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

div.description {
    max-width: 70%;
    padding: 10px 0 50px 0;
}

.db-restore-form button {
    min-width: 170px;
    margin: 0px 0px 20px 0px;
    display: block;
    float: left;
}

.db-restore-form div.tooltip-main, .db-restore-form input {
    margin: 0px 0px 20px 0px;
}

.redirects_import input.input-file {
    border: none;
}

.redirects_import input, .redirects_import ul {
    vertical-align: middle;
}

.redirects_import li {
    margin-bottom: 3px;
}
