html { font-size: 75%; } 
#surveyPage *, #printedPage * {margin: 0px; padding: 0px; line-height: 1.231;}
#surveyPage input[type=radio], #printedPage input[type=radio], #surveyPage input[type=checkbox], #printedPage input[type=checkbox] {margin:1px;}
textarea, input[type=text] { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
fieldset{border:0px;}
p, ol, ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

ol, ul {
counter-reset:item; list-style: none; padding-left: 0px;}

li {
position: relative; counter-increment: item;}

ol li:before {
content: counter(item, decimal) '.\00A0';}

ol.lr li:before {
content: counter(item, lower-roman) '.\00A0';}

ol.ur li:before {
content: counter(item, upper-roman) '.\00A0';}

ol.la li:before {
content: counter(item, lower-alpha) '.\00A0';}

ol.ua li:before {
content: counter(item, upper-alpha) '.\00A0';}

ul li:before {
content: '\2022\00A0';}

.position1z {
 position:relative;width:700px; height:480px;}

.div1z {
  border: 1px solid #000000;
 text-align:left;  background-color: #FFFFFF;
}

.position2z {
 display:table;table-layout: fixed;word-wrap: break-word;
 position:absolute; left:310px; top:420px;width:60px; height:50px;}

.div2z {
 text-align:center;display:table-cell; vertical-align:middle;}

.img1z {
 width:48px; height:48px}

.position3z {
 display:table;table-layout: fixed;word-wrap: break-word;
 position:absolute; left:0px; top:0px;width:700px; height:400px;}

.img2z {
 width:500px; height:399px}

