h2,h3,h4 { 
	color: #8a1000; 
}

.source-tags {
	color: #666666;
	font-style: italic;
}

.key-features {
	padding: 0.25em 1em;
	background: #FFFFEE;
	border-radius: 5px;
}

.conditions-section a {
	text-decoration: none;
}
.conditions-section {
	margin-top: 0.5em;
	padding: 0.5em 1em;
	background: #EEEEEE;
	border-radius: 5px;
}

.symptom-list {
	margin-top: 4px;
}
.symptom-list a {
	text-decoration: none;
}
.symptom-list p {
	margin: 6px 0;
	padding: 6px;
	background: white;
	border-left: 3px solid #2980b9;
	border-radius: 3px;
}

hr {
	border: none;
	border-top: 2px solid #8a1000;
	margin: 20px 0;
}
