.messageTagging {
	width: 100%;

	background-color: #f8f8f8;
	padding-bottom: 20px;
}
.messageTagging_switcher {
	text-align: center;
}
.messageTagging_content .historyCard {
	padding: 0px 15px;
}
.messageTagging_content .historyCard .diseaseBox:hover,
.messageTagging_content .historyCard .medicationBox:hover,
.messageTagging_content .historyCard .allergyBox:hover,
.messageTagging_content .historyCard .vaccinationBox:hover {
	outline: 2px solid #489dff;
	cursor: pointer;
}
.messageTagging_selected {
	background-color: #dceafb;
	border-radius: 6px;
}
.messageTagging_content .addCategorized_menu {
	font-size: 16px;
}
@media (min-width: 600px) {
}
