div.profile-container {
	max-width: 100%;
}

.profile-row {
	cursor: pointer;
	padding: 8px 5px;
}

.profile-row:hover {
	text-decoration: underline;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.profile-row > a {
	color: #333;
}

.profile-row .media-left {
	width: 30%;
	height: 100%;
	padding: 5px;
}

.profile-single h2,
.profile-single h3,
.profile-single h4,
.profile-single h5,
.profile-single h6 {
	clear: none;
}

.profile-single span.tax-label {
	font-size: 14px;
	font-weight: normal;
	padding: 6px 12px;
	color: #333;
	background-color: #F2F2F2;
	border-color: #524727;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 2px;
}
