@charset "UTF-8";

td {
	text-align: center;
}

div.example {
	/*margin-bottom: 20px;
	overflow: hidden;	*/
	position: relative;
	float: left;
	width: 108px;
	height: 398px;
}

div.ie-fix {
  overflow: visible;
  height: 0px;
}

.target {
	width: 108px;
	/*text-align: center;*/
	height: 389px;
	display: block;
	float: left;
}

input.alt-target {
	width: 80px;
	color: #fff;
}

#page {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;	
}


p {
	margin-top: 0px;
	margin-bottom: 1em;
}

.desc {
  margin-left: 100px;
}

.source {
 	/*clear: both;*/
}

.html-source, .js, .css-source {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	/*clear: both;*/
}

.html-source textarea, .js textarea, .css-source textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.html-link a:focus, .js-link a:focus, .css-link a:focus {
  outline: none;
	-moz-outline: none;
}

