@import "../../../style/utils";
.xm-placeholder {
	background: #eee;
	color: #c2c2c2;
	text-align: center;
	height: 44px;
	line-height: 44px;
	width: 100%;
}
.xm-placeholder-title, .xm-placeholder-value {
	color: $c-font-normal;
}
.xm-placeholder-title + .xm-placeholder-value {
	margin-left: .5rem;
	color: $c-theme;
	font-size: 80%;
}