
/* html leaflet display */
#leaflet {
	padding:15px;
	min-height:250px;
}
#leaflet table {
	page-break-inside: avoid;
}
#leaflet .panel {
	margin-bottom: 10px;
}
#leaflet img {
	border:1px solid #ddd;
}
#leaflet table.clstab {
	border-collapse:collapse;
}
#leaflet table.clstab, #leaflet table.clstab th, #leaflet table.clstab td {
	border:1px solid #bbb;
}
#leaflet th, #leaflet td {
	vertical-align:top;
	padding:4px 10px;
	font-size:90%;
}
#leaflet th {
	background:#ddd;
}

/* end html leaflet display */

