.report-fab
{
	background: rgba(242, 242, 242, 0.9);
	border-radius: 66px;
	box-shadow: rgba(0, 0, 0, 0.25) 0 4px 10px;
	cursor: pointer;
	
	color: #09172d;
	font: normal 700 15px/1 "Barlow Condensed", sans-serif;
	letter-spacing: 0.075em;
	text-decoration: none;

	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	overflow: hidden;
	padding: 10px 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 5;

	min-height: 50px;
	min-width: 50px;
}

.report-fab .uspis-icon
{
	font-size: 29px;
}

.report-fab .label
{
	transition: all .33s ease;

	text-transform: uppercase;
	white-space: nowrap;

	margin: 0;
	overflow: hidden;

	max-width: 0;
}

@media (hover: hover), all and (-ms-high-contrast: none)
{
	.report-fab:hover .label,
	.report-fab:focus .label
	{
		opacity: 1;

		margin: 0 4px;
		padding: 4px;

		max-width: 270px;
	}
}