
.contentblock {
	padding: 0.5em;
}
.openblock {
	padding: 0.5em;
}

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

.blockinnercontent {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
/*	height: 80%; */
	
	overflow: auto;
}

.blockauthor {
	text-align: center;
}

#recentcontainer {
	position: absolute;
	left: 35px;
	bottom: 5px;
}


#canvasdemo {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px; 
/*	bottom: 20%;  */

	border: 0px;
	margin: 0px;
	padding: 0px;
}

#canvaseditdemo {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
/*	bottom: 0px;  */
	bottom: 20%;  

	border: 0px;
	margin: 0px;
	padding: 0px;
}
