
/* creates larger curve */
.speech-bottom-right:before {
	content:"";
	background:url("/a/img/speech/bottom-right.png") no-repeat top right;
	position:absolute;
	z-index:10;
	bottom:-35px;
	right:20px;
	width:50px;
	height:35px;
	display:block;
}


/* creates larger curve */
.speech-bottom-left:before {
	content:"";
	background:url("/a/img/speech/bottom-left.png") no-repeat top right;
	position:absolute;
	z-index:10;
	bottom:-35px;
	left:20px;
	width:50px;
	height:35px;
	display:block;
}


