/* 3D-Win help print style */

BODY
{
	font: 300 15px/1.2 'Open Sans', sans-serif;
}

PRE
{
	margin-bottom : 2ex; margin-top : 0ex; font-size : 12px;
	padding: 1em; border: 1px dashed #2f6fab;
	color: black; background-color: #f9f9f9; line-height: 1.1em;
}

H1 { margin-bottom : 0.5ex; margin-top : 0ex; }
H2 { margin-bottom : 0.5ex; margin-top : 2ex; }
H3 { margin-bottom : 0.5ex; margin-top : 2ex; }
H4 { margin-bottom : 0.5ex; margin-top : 2ex; }
P  { margin-bottom : 0.5ex; margin-top : 1ex; }

IMG { height: auto;  max-width: 80%; }

TABLE, TH, TD { text-align: left; border: 1px solid black; }

.noborder {
	border: none;
	padding: 3px;
}

TH, TD { padding: 5px; }

B { font-weight: bold; }

.noprint { display: none; }
