#ws-hit-counter {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin: auto;
}
.hit-counter-label {
	font-size: 14px;
	letter-spacing: 0.35px;
	line-height: 1.8;
	color: #000;
}
.hit-counter-prepend-label {
	margin-right: 10px;
}
.hit-counter-append-label {
	margin-left: 10px;
}

.hit-counter-container {
	font-size: 0;
	line-height: 1;
	position: relative;
	display: flex;
}