.speech{
	position: relative;
	margin: -20px 20px 0 20px;  
	text-align: center;
	padding: 20px 40px;
	background-color: #F2F0D5;
	border: 8px solid #E9E6B8;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
	-webkit-box-shadow: 1px 2px 6px rgba(0 ,0 ,0, 0.3);
	-moz-box-shadow: 1px 2px 6px rgba(0 ,0 ,0, 0.3);
	box-shadow: 1px 2px 6px rgba(0 ,0 ,0, 0.3);
	width: 680px;
	float: left;
}
.speech.first{
	margin-top: 20px;
}
.speech.last{
	margin-bottom: 40px;
}
.speech.right{
	float: right;
}
.speech:before{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 100px;
	bottom: -50px;
	border: 25px solid;
	border-color: #E9E6B8 transparent transparent #E9E6B8;
}
.speech:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 108px;
	bottom: -30px;
	border: 15px solid;
	border-color: #F2F0D5 transparent transparent #F2F0D5;
}
.speech.right:before{
	border-color: #E9E6B8 #E9E6B8 transparent transparent;
	left: 500px;
}
.speech.right:after{
	border-color: #F2F0D5 #F2F0D5 transparent transparent;
	left: 512px;
}

.speech p{
	display: inline;
}

.speech .name{
	display: block;
	margin: 10px 0;
	font-style: italic;
}

.quote{
	width: 40px;
	height: 40px;
}
.quote.open{
	background-image: url(../img/quotes.png);
	float: left;
}
.quote.close{
	float: right;
	background: url(../img/quotes.png) right;
}
#dinkus{
	position: absolute;
	width: 240px;
	height: 188px;
	left: 15px;
	top: -40px;
	z-index: 1;
}
.outer{
	margin: 0 auto;
	max-width: 960px;
	position: relative;
}

@media only screen and (max-width: 957px) {
	.speech{
		margin:20px 0;
		clear:both;
		width:100%;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		border-radius: 60px;
		padding:20px;
	}
	.speech.first{
		margin-top: 160px;
	}
	.speech.right{
		clear:right;
	}
	.speech.right:before{
		left:100px;
		border-color: #E9E6B8 transparent transparent #E9E6B8;
	}
	.speech.right:after{
		left:108px;
		border-color: #F2F0D5 transparent transparent #F2F0D5;
	}
}
@media only screen and (max-width: 479px) {
	.speech{
		margin:20px 0;
		clear:both;
		width:100%;
		padding: 5px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.quote{
		width: 20px;
		height: 20px;
	}
	.quote.close, .quote.open{
		background-size:40px 20px;
	}
}