
.post-quote {
	width: 100%;
	margin: auto;
	color: #484848;
	display: block;
}
.post-quote .post-quote-title {
	padding-left: 10px;
	font-size: 8pt;
	display: block;
}
.post-quote .post-quote-content {
	width: 95%;
	margin: auto;
	border: 1px inset;
	background: #E1E4F2;
	padding: 5px;
	color: #484848;
	display: block;
}

.smallfont {
	margin-bottom: 2px;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
}
.pre {
	margin: 0px;
	padding: 6px;
	border: 1px inset;
	overflow: auto;
	background: #E1E4F2;
	line-height: 1.25;
	font-family: monospace;
	font-size: 0.9em;
	color: #000;
}

.spoiler {}
.spoiler .bbcode_div {
	margin-top: -25px;
	margin-bottom: 2px;
	font-weight: 400;
	font-style: normal;
	color: inherit;
}
.spoiler .bbcode_div .bbcode_spoiler {
	width: 60px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.spoiler .bbcode_spoiler_content {
	margin: 25px 0px 10px 0px;
	padding: 0px;
	border: 1px inset;
	background: #E1E4F2;
	color: #000;
}
.spoiler .bbcode_spoiler_content .content_spoiler {
	background: none repeat scroll 0% 0% rgb(225, 228, 242);
/*	display: none; */
}
