#penToolCanvas1{
position: absolute;
	top: 5%;
	left: 0;
	right: 0;
	bottom: 5%;
	z-index: 1000;
	
}

#closeCanvas_btn{
	z-index: 5000;
}

a.activityButton{
	z-index: 5000;
}


.activityButton{
	position: relative;
	margin: 0 20px;
	height: 1.5em;
	cursor: pointer;
}

a.activityButton {
	background: #1D4E89;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2em;
	color: #FFF;
	padding: 3px 6px 2px 6px;
	text-align: center;
	text-decoration: none;
}

.activityButton:hover{
	background-color: #2357B3;
}
/*CSS specific to the activity goes here. Anything related to the template, the headers, the footers will be at a higher folder level*/
.buttons {

	
	width: 100%;
    margin: 0 auto;
    margin-top: 20px;
	text-align: center;
    background-color: #ffffff;

}


#printVoucher{
	z-index: 5000;
}

#screen2bg {

	background-image: url("../images/bottles-graph.png");
	background-repeat: no-repeat;
	width: 80%; height: 80%; 
	margin: 0 10%;
}
a.activityButton{
	z-index: 5000;
	text-align: center;
}



@media print {
    canvas { border: 1;}
    h2 { display: none; }
    button { display: none; }
    #footer{ display: none; }
}



