/* CSS Document */

div.nicetitle {
	border: 1px solid #e0e4e8;
	background-color: #ffffff;
	color: #ffffff;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	left: 0;
	padding: 2px;
	position: absolute;
	top: 0;
	width: 25em;
	z-index: 100;

	/* changes: */
	/*min-width:100px; */
	width: auto;
	height: auto;
}
	
div.nicetitle p {
    margin: 3px;
	padding: 10px;
	background-color: #3a7124;
    font-weight:bold;
}

div.nicetitle p.destination {
	display:none;
}