﻿/*<meta conditions="Other.MasterTopNavOptional" />*/

/* Custom stylesheet - add your own project-specific styles */
/* import extra CSS files for this project */

/* ------------------------------------------ Panel help ---------------------- */

@import url('panel.css');

/* ------------------------------------------ QA site ---------------------- */

#qa-site-controls
{
	position: fixed; 
	left: 20%;
	bottom: 0;
	padding: 4px;
	background-color: #ffffff; 
	opacity: 0.75;
    border: 2px solid red;
	z-index: 1000;
	max-width: 70%;	
}

/* ---------------------------------------------------------------- */