.centered-text {
  text-align: center;
}

.quotewidget {
  background: #eaeced;
  padding: 15px 20px 0px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  max-width:900px;
}

.quoteinner:before {
	position: relative;
	float:left;
	top:24px;
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: .1em;
  vertical-align: -0.4em;
}

.quoteinner:after {
	visibility: hidden;
  	content: close-quote;
}

.quotewidget:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #eaeced transparent transparent transparent;
  position: relative;
  top: 40px;
  left: 20px;
}

.quoteperson {
  margin-left: 15px;
  position:relative;
}
.quoteperson .quotephoto {
  display:inline-block;
  float: left;
  margin-right: 10px;
}

.quoteperson .quotephoto img{
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.quotename {
  top: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 700px;
  color:#323d5a;
}

.quotetitle {
  font-size: 14px;
  color: #777;
  max-width: 700px;
}
