.mercury-item {
	display: flex;
	min-height: 20%;
	max-height: 30%;
	border-bottom: 1px solid #eee;
	overflow: auto;
}
.mercury-item-details {
	flex: 70%;
	text-decoration: none;
	padding: 0.625em;
}
.mercury-item-photo {
	flex: 30%;
	padding: 0.225em;
}
.mercury-item-title {
	padding-bottom: 0.825em;
}