.bpiq_src-image {
  display: none;
}

.bpiq_card {
  overflow: hidden;
  position: relative;
  border: 1px solid #CCC;
  border-radius: 8px;
  text-align: center;
  padding: 0;
  /**background-color: #284c79;
  color: rgb(136, 172, 217);**/
  /**width: 30%**/
}
canvas{
display: inline-block;
  vertical-align: baseline;	
}
.bpiq_card .bpiq_header-bg {
  /* This stretches the canvas across the entire hero unit */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  border-bottom: 1px #FFF solid;
  /* This positions the canvas under the text */
  z-index: 1;
}
.bpiq_card .bpiq_avatar {
  position: relative;
  margin-top: 15px;
  z-index: 100;
}

.bpiq_card .bpiq_avatar img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(0,0,30,0.8);
  margin: 0;
}

.bpiq_card .bpiq_content p.bpiq_quote{
	font-style:italic;
	padding: 0 10px;
	margin: 0 0 10px;
}
.bpiq_card .bpiq_content p.bpiq_author{
	font-weight: bold;
	margin: 0 0 10px;	
}

.bpiq_alignright{
	float:right;
	margin-left: 20px;
}

.bpiq_alignleft{
	float:left;
	margin-right: 20px;
}

.bpiq_aligncenter{
	display:block;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;

}