.printPage
{
  margin:auto;
  width: 100%; /* width: 7in; */
  height: 1160px; /* or height: 9.5in; */
  clear: both;
  background-color: gray;
  page-break-after: always;
}

.printPage1
{
  margin:auto;
  width: 100%; /* width: 7in; */
  height: 1460px; /* or height: 9.5in; */
  clear: both;
  background-color: gray;
  page-break-after: always;
}

.stagingDiagram {
	text-align: center;
}

.noMargin{
	/*margin:0;*/
}

.cube
{ 
  position: relative;
  margin:auto;
  top: 30px;
  left: 30px;
  width: 910px;
  height: 1100px;
  background-color: white;
}

.cube1
{ 
  position: relative;
  margin:auto;
  top: 30px;
  left: 30px;
  width: 910px;
  height: 1400px;
  background-color: white;
}

.report{
	text-align:center;

}

.inline{
	display:inline-block;
}

.reportHeader{
	margin-bottom: 0px;
	text-align: center;
}
.reportP{
	padding-left:60px;
}
.reportPLeft{
	padding-left: 30px;
}
.tableHeader{
	padding-left:285px;
}

.usherReportbold{
	color: black;
}
.reportPCentral{
	padding-left: 240px;
}
.usherTeam {
	margin-bottom: 4px;
	padding-left: 44px;
}
.bordered{
	border:2px solid black;
	width:830px;
	margin-left: 10px;
	padding-right:10px;
}

.information {
	
	height:400px;
	width: 800px;
	margin:auto;
	margin-left:10px;
}

.text-area{
	max-width:100%;
	resize:none;
}

.canvasButton{
	margin-top: 20px;
	width:40%;
	margin:auto;
	background-color:green;
	color:white;
}

.canvasButton2{
	margin-top: 5px;
	margin-bottom: 5px;
	width:40%;
	margin-left:auto;
	margin-right:auto;
	background-color:orange;
	color:white;
}

.canvasButton3{
	margin-top: 20px;
	width:40%;
	margin:auto;
	background-color:red;
	color:white;
}

.canvasButton4{
	margin-top: 20px;
	width:40%;
	margin:auto;
	background-color:red;
	color:white;
}

.small {
    margin: 10 auto;
    padding: 10px;
    width:90%;
}

.topPageLink {
	padding-left: 50px
}

.stagingCheckbox{
	margin-left: 50px !important;
	margin-right:10px !important;
	margin-bottom:5px !important;
}
#smallMargin{
	margin-bottom: 5px;
}
#noDecoration{
	text-decoration: none;
}
.downloading{
	font-size: 2.5em;
	position:absolute;
	width:300px;
	height:200px;
	margin: auto;
	background-color: #d2dbd8;
	z-index: 1000;
	display:none;
	padding-top:70px;
	padding-left:20px;
}

.middle{
	width:30%;
	margin:auto;
}
.frontHouse{
	position:relative;
	left:41%;
	top:92%;
	color:#003571;
}