.disableThis {
	border: 1px solid transparent;
}
footer{
   text-align:center;
    width:950px;
}

.BorderClass {
	position: absolute;
}
#ContentBody {
	background: url('../assets/images/bg.png') no-repeat;
	-ms-touch-action: none;
	touch-action: none;
}
.hidden {
	display: none;
}
.disbaleClass{
pointer-events: none;
}

body{
height:680px; 
}


#colouredDino {
	width: 500px;
	height: 400px;
	position: absolute;
}
.penBorder {
	top: 30px;
	position: relative;
	width: 60px;
	height: 60px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 5px;
	border: 2px solid green;
	z-index: 5;
	align-content: center;
}
#filterDiv {
	background-size: cover;
	height: 400px;
	margin-bottom: 40px;
	position: relative;
	filter: contrast(1.4) brightness(1.2);
}
canvas {
	position: absolute;
	top: 56px;
}
#Orange {
	top: 70px;
}
.pen {
	top: -39px;
	left:-27px;
	position: absolute;
	cursor: pointer;
}
#greenPen {
	position: absolute;
	width: 4px;
    height: 4px;
	left:38px;
	top: 42px;
	border-radius: 5px;
	
}
#orangePen {
	position: absolute;
    width: 4px;
    height: 4px;
	left:38px;
	top: 42px;

	border-radius: 5px;
	align-content: center;

}
.PageMover .TabBox {
	margin: 10px;
}
#dinoBW {
	position: absolute;
	left: 365px;
	bottom: -50px;
	width: 400px;
	height: 400px;
}
.Border {
	position: absolute;
	background-color: transparent;
}
#pencilBox {
	position: absolute;
	width: 200px;
	height: 250px;
	border-radius: 10px;
	border: 5px solid green;
	background: #99ffcc;
	/*#99cc99;*/
	top: 100px;
	left: 30px;
}
@media print {
	html {
		display: table;
		width: 580px;
		height: 970px;
		position: absolute;
		top: 0px;
		left: 0px;
		touch-action: none;
	}
	body {
		text-align: left;
		vertical-align: middle;
		display: table-cell;
		height: 680px;
		width: 750px;
		max-width: 750px;
		max-height: 100%;
	}
	body.IsAndroid {
		padding-left: 240px;
	}
	#wrapper {
		transform: rotate(90deg);
		display: inline-block;
		margin-left: -200px;
	}
	body.IsAndroid #wrapper {
		transform: rotate(90deg) scale(0.8);
	}
}