/**
* GC Modul
* Module for Prestashop E-Commerce Software
*
* @author    Markus Engel <info@onlineshop-module.de>
* @copyright Copyright (c) 2017, Onlineshop-Module.de
* @license   commercial, see licence.txt
*/

#gc_maintenance_banner {
	margin: 0;
	text-align: center;
}

#gc_maintenance_banner .close {
	color: white;
	text-shadow: none;
	position: absolute;
	right: 0;
	top: 0;
	opacity: .8;
}
#gc_maintenance_banner .close:hover {
	opacity: 1;
}
#gc_maintenance_banner p:last-child {
	margin: 0;
}

