﻿/* Development CSS for non-production environment*/

#testFooter{
	background-color: #333;
	position: fixed;
	top: 0;
	right: 0;
	color: #FFF;
    font-weight: bold;
	padding: 15px;
	width: 280px;
    letter-spacing: .9px;
    opacity: .95;
    text-align: right;
}