#allergy-info-dialog {
	position: fixed;
	left: 0;
	right: 0;
	width: 98%;
	height: 400px;
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
	border: 3px solid #000;
	box-sizing: border-box;
	max-width: 800px;
	min-width: 310px;
	z-index: 99999;
}

#allergy-info-dialog-container {
	width: 100%;
	height: 359px;
	overflow: auto;
}

#allergy-info-dialog-titlebar {
	height: 35px;
	line-height: 30px;
	font-size: 18px;
	background-color: #000;
}

#allergy-info-dialog-title {
	margin: 0 10px;
	color: #fff;
}

#allergy-info-dialog-close {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #000;
	padding: 5px;
	width: 25px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	background-color: #ccc;
}

#allergy-info-dialog-close:hover {
	background-color: #fff;
}

#allergy-info-dialog-container > span {
	display: block;
	float: left;
	clear: both;
	padding: 1%;
	width: 98%;
}

#allergy-info-dialog-container > span:nth-child(even) { background-color: #fff; }
#allergy-info-dialog-container > span:nth-child(odd) { background-color: #efefef; }

#allergy-info-dialog-container > span > img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#allergy-info-dialog-container > span > span {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
}

#allergy-info-dialog-container > span > span p {
	margin: 5px 0;
}