h2 {
	padding-top: 25px;
}


	table#result {
		border: 1px #E3E3E3 solid;
		border-collapse: collapse;
		border-spacing: 0;
	}

	table#result th {
		padding: 5px;
		border: 1px solid #999999;
		background: #336699;
		color: #ffffff;
		line-height: 180%;
		text-align: center;
		/*font-size: 93%;*/
		font-weight: normal;
	}

		table#result th.highlight {
			background-color: #99ccff;
			color: #000000;
		}

	table#result td {
		padding: 5px 10px;
		border: 1px solid #999999;
		/*font-size: 93%;*/
	}

		table#result td.property {
			background-color: #333333;
			color: #ffffff;
		}

			table#result td.property.highlight {
				background-color: #cccccc;
				color: #000000;
			}

		table#result td.true {
			background-color: #ff9999;
		}

			table#result td.true.highlight {
				background-color: #ffcccc;
			}

		table#result td.false {
			background-color: #9999ff;
		}

			table#result td.false.highlight {
				background-color: #ccccff;
			}

		table#result td.undefined {
			background-color: #cccccc;
		}

		table#result td .notes {
			color: #ff3333;
			font-size: 77%;
		}


#demonstration {
	font-size: 108%;
}

	#demonstration ul {
		padding-left: 25px;
	}

		#demonstration ul li span {
			margin-left: 10px;
		}

			#demonstration ul li span.match {
				color: #ff0000;
				font-weight: bold;
			}

			#demonstration ul li span.unmatch {
				color: #666666;
			}