.important_bubble, .warning_bubble {
	width: 100%;
}

.info_content {
	width: 100% -30px;
	margin: 10px 0px 10px 0px;
	padding: 8px 15px 1px 15px;
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.warning_bubble .info_content {
	color: rgb(255,255,255);
	background: rgb(239,76,68);
}

.important_bubble .info_content {
	color: rgb(255,255,255);
	background: rgb(68,150,171);
}

.success_bubble .info_content {
	color: rgb(255,255,255);
	background: rgb(102,170,51);
}

.caution_bubble .info_content {
	color: rgb(255,255,255);
	background: rgb(239,170,51);
}

.info_content a:link {
	text-decoration: none;
	color: rgb(255,255,255);
}

.info_content a:visited {
	text-decoration: none;
	color: rgb(255,255,255);
}

.info_content a:hover {
	text-decoration: none;
}

/* -------------------------------------------------------- Pizza Tweaks ---------------------------- */

#pizza_list h4 {
	border-bottom: 1px solid #999;
	padding-top: 10px;
}

#pizza_list h5 {
	font-style: italic;
}