.bbcode_postedby { visibility: hidden; text-align: right; }
.bbcode_postedby img { display: none; }
.bbcode_postedby strong { visibility: visible; color: #484748; font-style: italic; }

.bbcode_quote {
	position: relative; 
	padding: 1rem 1.2rem;
	border: none;
	width: 80%;  /* create space for the quotes */
	color: #000;
	margin: 1rem auto 2rem;
	background:
	linear-gradient(to right, #426c8c 4px, transparent 4px) 0 100%,
	linear-gradient(to left, #426c8c 4px, transparent 4px) 100% 0,
	linear-gradient(to bottom, #426c8c 4px, transparent 4px) 100% 0,
	linear-gradient(to top, #426c8c 4px, transparent 4px) 0 100%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.bbcode_quote .message {
	background: repeating-linear-gradient(45deg, transparent, transparent 10px, #f8f8f8 10px, #f8f8f8 20px);
}

.bbcode_quote:before, .bbcode_quote:after {
	position: absolute;
	color: #426c8c;
	font-size: 34px;
}

.bbcode_quote:before {
	content: "«";
	top: 15px;
	margin-right: -20px;
	right: 100%;
}

.bbcode_quote:after {
	content: "»";
	margin-left: -20px;
	left: 100%;  
	top: auto;
	bottom: 0px;
}
