@charset "utf-8";
/* CSS Document */

/* the content below is to be transferred to the site CSS*/
.speechBubble {
	float:left;
	width: 273px;
	margin-bottom: 10px;
}
.comment {
	float:left;
	width: 253px;
	-moz-border-radius: 10px;
	background-color: #C086FB;
	padding: 10px;
	color: #41047F;
}
.commentator {
	float:left;
	width: 253px;
	background-image: url(../images/quote-icon-colour.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-left: 20px;
	padding-top: 20px;
	color: #FFF;
}

