@charset "UTF-8";

/**
 * Phpbb3 integration to any web app
 * (PrestaShop, OpenCart, Magento and more)
 *
 * [no mixing of PHP code or editing of files]
 * [automatically adjust CSS stylesheets]
 *
 * Just install the plugin and the magic is done!
 *
 * http://www.inveostore.com
 *
 * 2025, (c) Inveo s.r.o.
 */

#phpbb3 * {
	padding: 0;
	margin: 0;
}
#phpbb3 #phpbb3-body {
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
#phpbb3 a:link { color: #000000; text-decoration: none; }
#phpbb3 a:visited { color: #000000; text-decoration: none; }
#phpbb3 a:active { color: #000000; text-decoration: none; }
#phpbb3 img, 
#phpbb3 .noprint, 
#phpbb3 .navbar, 
#phpbb3 .box1, 
#phpbb3 .divider, 
#phpbb3 .signature { display: none; }
#phpbb3 .content img {
	display: inline;
}
#phpbb3 .wrap {
	margin: 0 2em;
}
#phpbb3 p { font-size: 85%; }
#phpbb3 .copyright { font-size: 75%; }
#phpbb3 .page-number { float:right; width: auto; text-align: right; font-size: 75%; }
#phpbb3 h1, 
#phpbb3 h2, 
#phpbb3 h3, 
#phpbb3 h1 a, 
#phpbb3 h2 a, 
#phpbb3 h3 a {
	font-family: "Trebuchet MS",georgia,Verdana,Sans-serif;
	color: #000000;
	background: none;
	text-decoration: none;
	font-weight: bold;
}
#phpbb3 h1 { font-size: 20pt; }
#phpbb3 h2 { font-size: 16pt; margin-top: 1em; }
#phpbb3 h3 { font-size: 14pt; margin-top: 1em; }
#phpbb3 .content {
	font-size: 11pt;
	line-height: 14pt;
	margin-bottom: 1em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#phpbb3 .postbody a:link, 
#phpbb3 .postbody a:visited, 
#phpbb3 .postbody a:hover, 
#phpbb3 .postbody a:active {
	text-decoration: underline;
	padding: 0.1em 0.2em;
	margin: -0.1em -0.2em;
	color: #666;
	background: none;
	font-size: 100%;
}
#phpbb3 #phpbb3-html>#phpbb3-body .postbody a:link:after, 
#phpbb3 #phpbb3-html>#phpbb3-body .postbody a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	text-decoration: none;
}
#phpbb3 hr {
	height: 1px;
	background-color: #999999;
	border-width: 0;
}
#phpbb3 .author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-bottom: 0.6em;
}
#phpbb3 .date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	position: relative;
	text-align: right;
	font-size: 75%;
}
#phpbb3 .postbody .author a:link, 
#phpbb3 .postbody .author a:visited, 
#phpbb3 #phpbb3-html>#phpbb3-body .postbody .author a:link:after, 
#phpbb3 #phpbb3-html>#phpbb3-body .postbody .author a:visited:after, 
#phpbb3 .postquote .quote-by a:link, 
#phpbb3 .postquote .quote-by a:visited, 
#phpbb3 #phpbb3-html>#phpbb3-body .postquote .quote-by a:link:after, 
#phpbb3 #phpbb3-html>#phpbb3-body .postquote .quote-by a:visited:after, 
#phpbb3 #phpbb3-html>#phpbb3-body .postbody h1 a:link:after, 
#phpbb3 #phpbb3-html>#phpbb3-body .postbody h2 a:link:after {
	text-decoration: none;
	content: "";
}
#phpbb3 .postprofile { display: none; }
#phpbb3 .grip-show { display:none; }
#phpbb3 .postquote, 
#phpbb3 blockquote {
	font-size: 85%;
	margin: 1em 18% 1em 4%;
	padding: 0.5em;
	position: relative;
	line-height: 1.5em;
	border: 1px #999999 solid;
}
#phpbb3 .postquote img { display: none; }
#phpbb3 .postquote span { display: block; }
#phpbb3 .postquote span .postquote { font-size: 100%; }
#phpbb3 .quote-by, 
#phpbb3 blockquote cite {
	color: black;
	display : block;
	font-weight: bold;
}
#phpbb3 ol, 
#phpbb3 ul {
	margin-left: 15pt
}
#phpbb3 div.spacer { clear: both; }
#phpbb3 code { display: block; }
#phpbb3 .skip_link { display: none; }
#phpbb3 .codebox p { display: none; }
#phpbb3 .emoji {
	min-height: 18px;
	min-width: 18px;
	height: 1em;
	width: 1em;
}