svg.icon {
	width: 1em;
	height: 1em;
	position: relative;
}

svg.icon {
	fill: currentColor;
}

svg.icon.fa-2x {
	font-size: 1.75em;
}

svg.icon.fa-1-05x {
	font-size: 1.5em;
}

.headerGroup > .pageHeader > .headerButtons > a > svg.icon {
	height: 2.5em;
	width: 2.5em;
	margin-top: .5em;
}

.headerGroup > .pageHeader > .headerButtons > a:hover > svg.icon {
	fill: var(--header-icons-text-hover-color);
}