/*
Theme Name: pomellato
Author: Vegan Solutions S.r.l.
Author URI: http://www.vegans.it/
*/

/* DEBUGGER WRAP */
#theBigDebugWrap {
	outline:2px solid red;
	background-color:rgba(255,255,255,0.7);
	color:#000000;
	font-size:25px;
	padding:10px;
	position:fixed;
	height:250px;
	overflow:scroll;
	width:100%;
	z-index:999999;
	bottom:0;
	left:0;
	text-align:center;
}
/* END DEBUGGER WRAP */