.PublicSurvey,
.PublicSUrvey * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; font-family: Calibri, Verdana, Sans-Serif; font-size: 12pt; }
body.PublicSurvey { padding: 20px; }

.SurveyList { border: solid 1px #ddd; -webkit-border-radius: 5px; -moz-border-radius: 5px; -radius: 5px; }
.SurveyList > a { border-bottom: solid 1px #ddd; padding: 7px; cursor: pointer; display: block; }
.SurveyList > a:last-child { border-bottom: none; }
.SurveyList > a:hover { background-color: #eee; }

#SurveyDiv { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow-y: scroll; overflow-x: auto; -webkit-overflow-scrolling: touch; }
/* overlow has to be scroll and webkit-overflow-scrolling to touch so that ios will scroll good. It will be a total mess if not.*/
.SurveyPrint #SurveyDiv { position: static; overflow: auto !important; }