.imcin-station-dataset {
	padding-bottom: 0.25em;
	padding-top: 0.5em;
	width: 100%;
}

.imcin-station-title {
	color: rgb(43, 27, 156);
	display: block;
	font-family: Verdana;
	font-weight: bold;
	margin-bottom: 0.25em;
	min-width: 100%;
}

.imcin-station-data-tile {
	border: 1px dotted #CCC;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 3px 3px;
	margin: 0px 10px 10px 0px;
	min-width: 50px;
	white-space: nowrap;
	text-align: center;
}

.imcin-station-data-tile {
	vertical-align: bottom;
}

.imcin-station-dataset+.imcin-station-dataset {
	border-top: 1px solid #AAA;
}