.dev-flag {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 .2em;
	background-color: #e6530b;
	color: white;
	font-size: 17px;
	font-weight: 600;
	border: 3px solid #e6530b;
	border-bottom-right-radius: 6px;
	z-index: 999999;
	max-width: 2.2em;
	white-space: nowrap;
	overflow: hidden;
	transition: all .5s ease-in-out;
}	
.dev-flag:hover {
	max-width: 100em;
}	