#canvas-container {
  height: 100%;
  width: 100%;
  display: block;
}

#canv {
  height: 100%;
  width: 100%;
  display: block;
}

.tabpane{
  border-top: 0;
}

.canvas-controls {
  position: absolute;
  top:10px;
  z-index: 1;
}

.canvas-progress {
  position: absolute;
  width: 70%;
  top:50%;
  left:15%;
  z-index: 1;
}

#canvas-options  {
  width: 100%;
  padding: 5px;
}
.canvas-button,.canvas-option{
  padding: 5px;
}
#fullscreen-button,#loadProgress{
  margin-left: 10px;
}

#canv:-moz-full-screen {
	height:100%;
}
#canv:-webkit-full-screen {
	height: 100%;
}
#canv:-ms-fullscreen {
	height: 100%;
}
#canv:fullscreen {
	height: 100%;
}
_:-webkit-full-screen, .guineapig {
	display:block; height: 100%;
}
