/**
 * 2008 - 2015 HDClic
 *
 * MODULE PrestaBoost
 *
 * @version   3.2
 * @author    Guillaume PETIT <guillaume@hdclic.com>
 * @link      http://www.hdclic.com
 * @copyright Copyright (c) permanent, HDClic
 * @license   Addons PrestaShop license limitation
 *
 * NOTICE OF LICENSE
 *
 * Don't use this module on several shops. The license provided by PrestaShop Addons 
 * for all its modules is valid only once for a single shop.
 */

div.prestaboost-content .modal-content {
	color:#000;
	background-color:#fff;
}
div.prestaboost-content .modal-body { 
	overflow-y : auto;
}
div.prestaboost-content hr {
	margin-top: 4px;
	margin-bottom: 4px;
}