.stateContainer {
	position: relative;
}
.stateDisplay {
	position: absolute;
	right: -4px;
	bottom: -4px;
	border-radius: 100px;
	border: 1px solid #fff;
	background: #fff;
}
.badge-alt {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	
	color: #000;
	border-width: 2px;
}