:root {
	--recp-bind-width: 640px;
	--recp-inp-bordercolor: var(--cl-pageink);
	--recp-inp-boxshadow: inset 0 2px 3px rgba(127, 127, 127, 0.15);
	--recp-navstep-bgcolor: #f0f0f0;
	--recp-navstep-color: #000000;
}
#intro {
	text-align: center;
}
#intro > .cell {
	display: inline-block;
	text-align: left;
}
#intro .copies {
	text-align: center;
}

/**/
.call-title {
	text-align: center;
	font-weight: 500;
	line-height: 1em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
	.call-title {
		margin-bottom: 1.0em;
	}
}

/**/
#callNumbers {
	padding-top: var(--share-space);
	border-top: solid 1px #eee;
	margin-bottom: var(--share-space);
	font-weight: 400;
}
	#callNumbers article {
		text-align: center;
		margin-bottom: var(--share-space);
	}
	#callNumbers article .numbers {
		font-size: 2em;
		line-height: 1em;
		font-weight: 500;
		color: inherit;
	}
	#callNumbers article p {
		margin-top: 1em;
		font-size: 0.9em;
		font-weight: 400;
		opacity: 0.7;
	}
@media only screen and (max-width: 640px) {
	#callNumbers {
		padding-top: var(--share-smp-space);
		margin-bottom: 0;
	}
	#callNumbers article {
		margin-bottom: calc(var(--share-smp-space) *1.5);
	}
	#callNumbers article:last-child {
		margin-bottom: 0;
	}
}