@charset "UTF-8";

col.items-name {
	background-color : #f7f7ff;

	width : 25%;
}
col.items-description {
	width : 75%;
}

col.attributes-name {
	background-color : #fee;

	width : 15%;
}
col.attributes-data-type {
	background-color : #efe;

	width : 15%;
}
col.attributes-explanation {
	width : 70%;
}

td.items-name, td.attributes-name {
	font-weight : bold;
}
span.root-type {
	white-space : nowrap;
}
span.for, span.exception {
	font-weight : normal;
	font-size : 95%;

	color : #006;
	background-color : transparent;
}

@media print {
	col.items-name, col.attributes-name, col.attributes-data-type {
		background-color : transparent ! important;
	}
}
