.post .entry-content img.border{border:solid 1px #ccc;}
.entry-content blockquote.speech:before {
	content: " ";
	background: none;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	width: 0;
	height: 0;
	display: block;
	border: 15px solid transparent;
	border-bottom: 15px solid #eaeaea;
	-ms-transform: none; 
	-webkit-transform: none;
    transform: none;
}
.entry-content blockquote.speech {
	background-color: #eaeaea;
	color: black;
	margin: 20px 0 35px 0;
	padding: 38px 42px 8px 42px;
}
.entry-content blockquote.speech p {
	margin-bottom: 35px !important;
	font: inherit;
}
.entry-content .speech-author {
	margin: 0 auto;
	height: 100px;
	width: 100%;
	max-width: 400px;
	display: table;
}
.entry-content .speech-author .empty-col {
    width: 25px;
	height: 100%;
	display: table-cell;
}
.entry-content .speech-author .description-author {
    vertical-align: middle;
	height: 100%;
	display: table-cell;
}
.entry-content .speech-author .portrait-author {
	vertical-align: middle;
	width: 100px;
	max-width: 100px;
	height: 100%;
	max-height: 100px;
	display: table-cell;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.entry-content .speech-author .name-author {
	font-weight: bold;
}
.entry-content .speech-author .about-author {
	color: #939598;
}
@media screen and (max-width: 500px) {
	.entry-content blockquote.speech {
		padding: 20px 25px 8px 25px;
	}
	.entry-content blockquote.speech p {
		margin-bottom: 20px !important;
	}

}

blockquote.tweet {
	margin-left: 80px;
}

blockquote.tweet .quote-twidy {
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -25px;
	background: url('images/twqw.svg');
	background-size: 139px 105px;
	background-position: -50px 47px;
	display: block;
	width: 42px;
	height: 42px;
	-webkit-transition: all 0 ease;
	-moz-transition: all 0 ease;
	-o-transition: all 0 ease;
	transition: all 0 ease;
}

blockquote.tweet .quote-twidy:hover {
	background-position-y: -7px;
}
