/**
 * Copyright since 2022 PayGreen
 * NOTICE OF LICENSE
 * This source file is subject to the MIT License X11
 * 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/mit-license.php
 * 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 contact@paygreen.fr so we can send you a copy immediately.
 * @author    PayGreen <contact@paygreen.fr>
 * @copyright 2014 - 2022 Watt Is It
 * @license   https://opensource.org/licenses/mit-license.php MIT License X11
 */
#block_paygreen_infos {
	margin-bottom:15px;
}

#block_paygreen_infos p {
	font-style: italic;
	font-size:1rem;
	color: #032833;
}

#block_paygreen_infos.pgclass-green p {
	color: #03C490;
}

#block_paygreen_infos.pgclass-white p {
	color: #FFF;
}

#block_paygreen_infos img {
	max-width: 90%;
}

#block_paygreen_infos p img {
	max-height: 15px;
	margin:-5px 0 0 0;
}