
div.nicetitle {
	border: 4px solid #3f3f3f;
        background-color: #555;
	color: #eee;
	font: 10px Georgia,Tahoma, Verdana, Arial, sans-serif;
	left: 0;
	padding: 7px;
	position: absolute;
	top: 0;
	width: 25em;
	z-index: 100;

	/* changes: */
	/*min-width:100px; */
	width: auto;
	height: auto;
}
	
div.nicetitle p {
    margin: 0;
    padding-bottom: 3px;
    font-weight:bold;
}

div.nicetitle p.destination {
	color: #fff;
	font-weight: normal;
        font-size: 10px;
        padding-bottom: 0px;
	text-align: left;
}