/* @override http://www.default.apilot.cz/style/global.counter.css */

.counter p {
	margin: 0;
}

.counter br {
	display: none;
}

.counter span {
	display: block;
	height: 0;
	min-height: 0;
}

div[class] .counter span {
	height: auto;
}

.counter span.row {
	height: 20px;
	min-height: 20px;
	float: none;
	clear: left;
	margin: 1px 0;
}

div[class] .counter span.row {
	height: auto;
}

.counter span.row span {
	line-height: 20px;
	margin: 0 0 0 3.7em;
	padding: 0 5px;
	text-align: left;
	background: #c8c8c8;
}

.counter span.row span.left {
	width: 3em;
	float: left;
	margin: 0;
	text-align: right;
	color: #fff;
	background: #b0b0b0;
}