.pageroot .html
{
	position: relative;
	display: block;
	overflow: hidden;
	padding: .5rem;
	border: 1px solid rgba(0, 0, 0, .25);
	border-radius: .25rem;
	background: rgba(0, 0, 0, .05);
	min-height: 1rem;
	margin-bottom: 1rem;
}
.pageroot .html:before
{
	content: "\f121";
	position: absolute;
	right: .25rem;
	top: 50%;
	margin-top: -.5rem;
	line-height: 1rem;
	color: #FB8C00;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
}