.ribbon{
	color: white;
	position: fixed;
	width: 6.5em;
	top: 1em;
	z-index: 9999;
	transform: rotate(-45deg);
	text-align: center;
	left: -1.5em;
	height: 1.5em;
	line-height: 1.6em;
	font-weight: 500;
	text-shadow: -1px 1px #3c3c3c;
	font-size: 0.75em;
	pointer-events: none;
}

.ribbon.backup{
	background-color: rgba(0, 153, 0, 0.85);
}

.ribbon.test{
	background-color: rgba(255, 0, 0, 0.85);
}

.ribbon.dev{
	background-color: rgba(0, 102, 255, 0.85);
}