.quote_box {
	background-color: hsl(315, 87%, 7%);
	color: yellow;
	font-size: 0.9em;
	line-height: 1.2;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	position: relative;
}
.quote_box > * {
	padding-bottom: 10px;
}
.quote {
	padding-top: 10px;
	padding-left: 1em;
	padding-right: 1em;
	font-style: italic;
}
.author {
	font-variant: small-caps;
	font-size: .8rem;
	font-weight: bold;
} 
.btn_next {
	position: absolute;
	right: 10px;
	bottom: 5px;
	cursor: pointer;
}
