/*
 * Magmodules.eu - http://www.magmodules.eu.
 *
 * NOTICE OF LICENSE
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://www.magmodules.eu/MM-LICENSE.txt
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magmodules.eu so we can send you a copy immediately.
 *
 * @category      Magmodules
 * @package       Magmodules_Shippingperkm
 * @author        Magmodules <info@magmodules.eu>
 * @copyright     Copyright (c) 2018 (http://www.magmodules.eu)
 * @license       https://www.magmodules.eu/terms.html  Single Service License
 */

#mm-shipping-pleasewait {
        display: none;
        padding: 10px;
}

.mm-shipping-estimator {
    padding: 2px;
     margin-bottom: 21px;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid#ecf0f1;
}

.mm-shipping-table {
    width: 100%;
}

.mm-shipping-header {
    color: #2c3e50;
    background-color: #ecf0f1;
    border-color: #ecf0f1;
    padding: 10px;
}

.mm-shipping-data {
    padding: 10px;
}