#event_info {
	font-size: 12pt;
	width: 400px;
	white-space:nowrap;
	overflow:hidden;
	float:left;
}

#event_info strong {
	background: #04B404;
	color: #ffffff;
	font-weight: 100;
	padding: 6px;
}

#event_controls {
	float: right;
	background: #eeddee;
	color: #777777;
	width: 100px;
	float:right;
}

#event_description {
	background: #ffffff;
	color: #555555;
	font-size: 8pt;
	margin-left:50px;
	clear:both;
}