.quote-box {
	border-collapse: collapse;
	background-color: transparent;
	border-style: none;
}
.quote-box tr {
	text-align: center;
}
.quote-box-wide {
	width: 100%;
}
.quote-box td {
	padding: 10px;
}
.quote-box-sign-start {
	width: 30px;
	vertical-align: top;
}
.quote-box-sign-end {
	width: 30px;
	vertical-align: bottom;
}
.quote-box-text {
	text-align: left;
	font-style: italic;
}
.quote-box-author {
	text-align: right;
}