/*
	Copyright � Interactive Services 2013 - 2019 All Rights Reserved.  
	No part of this code may be used, with or without modification, without prior consent from Interactive Services. 
	Chameleon Gold Version 2.0, 01 January 2019
*/

.printHolder{
	position: absolute;
	top: 0px;
	left:0px;
	width: 8.5in;
  height: 11in;
	z-index: 1;
}

.printBackground{
	height:100%; 
	width:100%;
}

.printLogo{
	position: absolute;
	width: 150px;
	left: 50%;
	margin-left: -75px;
	top: 80px;
}

.label_1{    
	position: absolute;
	width: 550px;
	left: 50%;
	top: 230px;
	margin-left: -275px;
	color: #fff;
	text-align: center;
	font-family: "Roboto_Regular", Arial, sans-serif;
	font-size: 55px;
	line-height: 65px;
	text-transform: uppercase;
}

.label_2{
	position: absolute;
  width: 100%;
  left: 0%;
  top: 445px;
  text-align: center;
  font-family: "Roboto_Regular", Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.label_3{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 523px;
	text-align: center;
	font-family: "Roboto_Regular", Arial, sans-serif;
	font-size: 60px;
	font-weight: bold;
	line-height: 120px;
	text-transform: uppercase;
}

.label_4{
	position: absolute;
  width: 60%;
  left: 20%;
  top: 700px;
  text-align: center;
  font-family: "Roboto_Regular", Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.label_5{
	position: absolute;
	width: 70px;
	height: 25px;
	left: 50%;
	top: 871px;
	margin-left: -35px;
	text-align: center;
	font-family: "Roboto_Regular", Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

/* @media print{
	.label_5{
		font-size: 8px !important;
	}
} */