/**
* 2010-2026 SwissGeek | Web Developer Freelance
*
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https:// opensource.org/licenses/OSL-3.0
 * 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 license@prestashop.com so we can send you a copy immediately.
 *
 * 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 https:// devdocs.prestashop.com/ for more information.
*
* @Module		SGK Events Manager
* @Description	Publish your events, sell tickets with seat selection, check them in at the door.
* @Version		1.0.0
* @Copyright	SwissGeek | Web Developer Freelance <https://swissgeek.dev/>
* @support		Support Requests <https://admin.swissgeek.dev/forms/ticket?styled=1&with_logo=1>
* @Blog			Breaking News <https://news.swissgeek.dev/> <https://news.prestageek.ch/>
* @Addons		Developments <https://prestageek.ch/> <https://add.swissgeek.dev/>
*
* @license		http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*				Valid for 1 website (or project) for each purchase of license International Registered 
*				Trademark & Property of SwissGeek. More information on <https://swissgeek.dev/license/>
*/

/*
 * Repris du module tiers « Events Manager » 4.4.2 (FME Modules), réécrit par SwissGeek.
*/
.pl_wrapeach { width:85%; margin:2% 5%; clear:both; padding:2%; border:1px solid #000};
.pl_wrapeach:after { content:"."; clear:both; height:1px; visibility:hidden; display:block};
.pl_left { width:45%; margin-right:5%; float:left};
.pl_left .pre, .pl_right .pre { background:none; font-size:13px; border:0px; font-family:Arial, Helvetica, sans-serif; padding:5px 0 0; margin:0; white-space:pre; text-transform:capitalize};
.pl_right { width:45%; margin-left:5%; float:left; };
.pl_right span { color:#000};
.pl_right .pre {border:1px solid #000; padding:2%;}
