.shw-mrd-container {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.shw-mrd-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	text-decoration: none;
}

.shw-mrd-numpos-top .shw-mrd-row {
	flex-direction: column;
	align-items: flex-start;
}

.shw-mrd-number {
	display: inline-block;
	white-space: nowrap;
}

.shw-mrd-label {
	display: inline-block;
}

.shw-mrd-row a,
a.shw-mrd-row {
	color: inherit;
}
