body {
	 background-color: #F8D2E6;
}
 .bio-img-wrapper {
	 margin: 40px 0;
}
 p.bio-img-caption {
	 margin: 0px;
	 font-size: 16px;
	 color: #5f5f5f;
	 text-align: right;
}
 #rosies img {
	 width: 100%;
}
 .quote {
	 position: relative;
	 margin-bottom: 60px;
}
 .date {
	 width: 100px;
	 line-height: 30px;
	 position: absolute;
	 left: -120px;
}
 .author {
	 font-size: 22px;
}
 blockquote {
	 border-left: 5px solid #F5359D;
	 padding-left: 30px;
	 margin-left: 0;
}
 
