.clear {
	clear: both;
}

.cell {
	float: left;
}

#searchform {
	width: 219px;
}

#searchform #fallergy-mini-search-form #edit-keyword-wrapper label {
	display: none;
}

#searchform #fallergy-mini-search-form #form-element-keyword {
	margin-right: 10px;
}

#searchform #fallergy-mini-search-form #form-element-keyword .form-item {
	margin-bottom: 0;
	margin-top: 0;
}

#searchform #fallergy-mini-search-form #form-element-submit input.form-submit {
	background-color: white;
}

.page-news #content h1 {
	margin-bottom: 15px;
}

.view-all-news p {
	margin: 0;
}

.view-all-news .views-field-title span,
.view-all-news .views-field-title span a {
	font-size: 12px;
	font-weight: bold;
}

.view-all-news .views-field-field-na-source-url {
	margin-bottom: 10px;
}

.view-all-news .views-field-field-na-source-url {
	font-style: italic;
}

.one-list-node .food-node .image-container {
	margin-right: 10px;
	width: 152px;
}

.one-list-node .food-node .image-container img {
	border: 1px solid #3C78A7;
	height: 150px;
	width: 150px;
}

.one-list-node .food-node .text-container {
	width: 420px;
}

.one-list-node .food-node .text-container .title,
.one-list-node .food-node .text-container .title a {
	font-size: 14px;
	font-weight: bold;
}

/* ALLERGEN HOTBAR STYLES */
.block-allergen_hotbar .all-allergens .one-allergen {
	position: relative;
}

.block-allergen_hotbar .all-allergens .one-allergen .overlay {
	color: red;
	font-size: 20px;
	font-weight: bold;
	left: 3px;
	position: absolute;
	top: -2px;
}

.block-allergen_hotbar .all-allergens .one-allergen .safe .overlay {
	display: none;
}


.block-allergen_hotbar .all-allergens .one-allergen .allergic .overlay {
	display: block;
}

.block-allergen_hotbar .all-allergens .spacer {
	height: 1px;
	width: 11px;
}
/* ALLERGEN HOTBAR STYLES */