.viewer-container {
	background-color: #fff;
	padding: 15px;
	z-index : 5;
	width : 100%;
	height : 100%;	
}

canvas.viewer {
	z-index : 1;
	padding-top : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-bottom : 0px;
	width : 100%;
	height : 100%;
}

.command {
	position : absolute;
	z-index : 10;
	bottom : 10px;
	right : 25px;
}

.command > .btn {
	z-index : 100;
	opacity: 0.8;
}

.command > .btn > i {
	z-index : 100;
}

.title {
	position : absolute;
	top : 0px;
	z-index : 100;
	padding : 5px;
	background-color: #888888;
	border-radius: 3px 0px 0px 0px;
	margin-top: 2px;
	opacity: 0.8;
	color : white;
}