article {
	width:95%;
	margin:30px auto 0 auto;
	text-align:center;	
}
article img {
	border:none;
	
}
article a {
	margin: 0 5px;
}
.textWrapper {
	text-align:center;
	margin-top:30px;
}
.text div {
	width:39px;
	height:20px;
	background-color:white;
	position: absolute;
	z-index:0;
	left:28px;
	top:-10px;
}
.text {
	border:5px solid darkorange;
	border-radius:20px;
	padding:15px;
	position:relative;
	display:inline-block;
	font: bold 18px 'helvetica';
	text-align:center;
	color: #687d84
}
.text:before {
	content:"";
	position:absolute;
	z-index:1;
	top:-11px;
	left:25px;
	background-color: darkorange;
	width:25px;
	height:5px;
	transform:rotate(-30deg);
	-webkit-transform:rotate(-30deg);
}
.text:after {
	content:"";
	position:absolute;
	z-index:1;
	top:-11px;
	left:45px;
	background-color: darkorange;
	width:25px;
	height:5px;
	transform:rotate(30deg);
	-webkit-transform:rotate(30deg);
}