.fill-current {
	background-color: #5c580c;
	padding-top: 1em;
	border-radius: 20px;
	color: rgba(0,0,0,0.87);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.quote {
	text-align: center;
	font-size: 0.9rem;
	color: rgba(108, 104, 36, 0.5);
}

.reference {
	text-align: center;
	font-style: italic;
	font-size: 0.8rem;
	color: rgba(108, 104, 36, 0.5);
}

table {
	width: 90%;
	font-size: 0.8rem;
	margin-left: auto;
	margin-right: auto;
}

.last {
	padding-left: 20px;
}

.card {
	margin-top: 30px;
	background-color: #e4e8dd;
}

.content h6 {
	color: #756554;
}

.top {
	margin-top: 15px;
}

.bottom {
	color: #827d76;
}

.content-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

img.content-img {
	border-radius: 6px;
	height: 200px;
}

.card-image.cat {
	margin-top: -45px;
}
