.quotation {
	width: 60%;
	float: right;
	font-style: italic;
	text-align: center;
	margin-left: 40%;
}
.float-right {
    float: right;
	border-style: none;
	margin-left: 2em;
	margin-top: 1em;
	margin bottom: 1em;
}

.caption {
    width: 60%;
    font-style: italic;
    text-align: center;
    font-weight: bold;
}

