/*
* { margin: 0; padding: 0 }
*/

body {
  font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: 1;
	font-size: 12px;
	width: 760px;
	margin-left: 5px;
	margin-top: 5px;
	background: url('/template/demsee/images/logo.jpg') no-repeat;
	background-position: 530px 0px;
}

ol {
  /*margin-left: 26px;*/
  margin-top: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

td {
  vertical-align: top;
	padding-top: 4px;
	padding-bottom: 2px;
}

.surveyodd {
  background-color: #f5f5f5;
}

.h2-chapter {
  color: #0000cc;
  font-size: 14px;
	width: 770px;
	border-bottom: 1px #0000cc solid;
}

.span-question {
  padding-top: 10px;
	padding-bottom: 5px;
	display: block;
  font-weight: bold;
}

.div-footer {
  width: 770px;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px #0000cc solid;
  font-family: 'Times New Roman';
	text-align: center;
	font-style: italic;
}

.table-answers td {
  border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	width: 130px;
}

.table-answers {
  border-collapse: collapse;		 
}
