/* remove draggable: http://stackoverflow.com/a/34804171/1467200   */
/* make body invisible: http://stackoverflow.com/a/2618980/1467200 */

#LogoHolder{display:none;}
#tooltip{display:none;}

#plotArea {
	width: 42em;
	height: 54.5em;
	left: auto !important; 
	top: auto !important;
	-webkit-transform: scale(1) !important; /* Safari and Chrome */
	-moz-transform: scale(1)  !important; /* Firefox */
	-ms-transform: scale(1) !important; /* IE 9 */
	-o-transform: scale(1) !important; /* Opera */
	transform: scale(1) !important;
	overflow: visible;
}

#mainControls {display:none !important;}
.controlcontainer {display:none;}
#hideHolder {display:none !important}

#container {
	max-width: 42em !important;
	max-height: 54.5em !important;
	left: 0 !important;
	top: 0 !important;
	overflow: visible !important;
	display: inline; /* this is here to solve a cut-off bug in firefox. 
						other option would be to resize plot so whole thing 
						fits on screen before printing and ignore overflow */
}


body { 
	background: white; 
	font-size: 12pt;
}