body {}
p {}
td {}
.eCenterIntro   { color: black; line-height: 16pt }
.highlight { background-color: #d8ff8a }


/* Dotted border */
hr.dotted {
  border-top: 2px dotted #bbb;
  width:60%;
}


video {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}

/*
@media screen and (max-width: 600px){ 

	video {
		width: 250;
	}

}

@media screen and (max-width: 1200px){ 

	video {
		width: 450;
	}

}
*/