/**
* 2015-2020 Loulou66
* LpsSeoCustomBlock module for Prestashop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    Loulou66.fr <contact@Loulou66.fr>
*  @copyright 2015-2020 loulou66.fr
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
**/
.lpsseocustomblock {
    padding-top: 20px;
	text-align: justify;
}
.lpsseocustomblock h2 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 0;
}
.lpsseocustomblock h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-top: 8px;
	margin-bottom: 5px;
}
.lpsseocustomblock ul {
	list-style: disc;
	padding-left: 15px;
}
.lpsseocustomblock p {
	margin-bottom: 0;
}
.lpsseocustomblockcat {
	color: #102747;
	padding-top: 40px;
}
#lpsseocustomblock .nav-stacked {
    margin-bottom: 20px;
    padding-left: 0;
    background-color: #fff;
}
#lpsseocustomblock .nav-stacked li {
    margin-top: 0;
    margin-left: 0;
}
#lpsseocustomblock .nav-item {
    position: relative;
    display: block;
    margin-bottom: -2px;
    border: 1px solid #ddd;
}