#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*/
