body {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
}
p.paragraph {
  text-align: justify;
}
p.caption-content {
  text-align: justify;
}
div.container {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 1120px;
  padding-left: 100px;
  padding-right: 100px;
}
div.title {
  margin-top: 10px;
  margin-bottom: 70px;
}
div.section {
  text-align: left;
  padding-bottom: 15px;
}
a.link {
  font-size: 25px;
  font-style: italic;
}
table {
  border-collapse: collapse;
}
table.text{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-bottom: 1px solid;
}
div.text-header{
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 1048;
	text-align: center;
	margin-bottom: 3px;
}
tr.text-header {
	border-top: 1px solid;
	border-bottom: 1px solid;
}
td.text-col-1st{
	width: 524px;
}
td.text-col-2nd{
	border-left: 1px solid;
	width: 524px;
}
table.outer {
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-collapse: collapse;
}
tr.outer {
}
td.outer-label {
  padding-left: 7px;
  padding-right: 7px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
td.outer-item {
  border-bottom: 1px solid;
  padding: 0px;
}
table.inner {
  border-collapse: collapse;
}
td.label-img{
  padding-left: 7px;
  padding-right: 7px;
  border-right: 1px solid;
}
td.label-activation{
  padding-left: 7px;
  padding-right: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
}
td.item1 {
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  /*border-left: 1px solid;*/
}
td.item2 {
  border-top: 1px solid;
  /*border-left: 1px solid;*/
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
}
table.results {
  margin-left: auto;
  margin-right: auto;
}
td.legend {
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}
td.item-text {
  padding-left: 15px;
  padding-right: 15px;
}
td.item-qa {
  padding-left: 3px;
  padding-right: 3px;
}
td.item-question {
  padding-top: 7px;	
}
td.item-answer {
	
}
div.qa-img {
  width: 260px;
  background-color: #EFEFEF;
  overflow: hidden;
}
ul.qa{
  padding-left: 20px;
  width: 230px;
}
span.correct {
	color: #0000C0;
}
span.wrong {
	color: #C00000;
}
img.qa {
	height: 170px;
}
td.item-img {
  padding-bottom: 3px;
}
img.img {
  width: 170px;
  /*
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  -ms-interpolation-mode:nearest;
  */
}
img.filter {
  width:30;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  -ms-interpolation-mode:nearest-neighbor;
}

