/* Normal Bubble */
div.bubble {
	width: 105%;
	margin-bottom: 24px;
	font-size: 80%;
}

div.bubble blockquote {
	margin: 0 0 0 55px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
	padding-right: 5px;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
	float: none;
	line-height: 1.5em;
	color: #4a4000;
	text-indent: -5px;
	width: 98%;
}

div.bubble img {
	float: left;
}

div.bubble cite {
	width: 230px;
	overflow: hidden;
}

div.bubble cite.me {
	text-align: left;
}

div.bubble cite a {
	color: inherit !important;
	text-decoration: none;
}