/* styles for the admin edit button */
.admin-edit {
	background-color: #4F81Bc;
	color: #fff !important;
	padding: 10px !important;
	position: fixed;
	opacity: .8;
	top: 10px;
	left: 10px;
	border: 1px solid #fff;
	z-index:9999999;
	text-decoration:none;
}
.admin-edit:hover {
	background-color: #508bef;
	color:#fff;
	text-decoration:none;
}
