/* Typography */
	.t p, .t ul, .t ol, .t table, p.t, ul.t, ol.t, table.t, blockquote {
		margin-top: 1.333em;
	}
	.t h2, h2.t {
		font-size: 14px;
	}
	.t ul, .t ol, ul.t, ol.t {
		list-style-type: disc;
		margin-left: 1.2em;
	}
	.t ul ul, .t ol ol, ul.t ul, ol.t ol {
		margin-top: .5em;
		margin-bottom: 1em;
		list-style-type: circle;
	}
		.t ol, ol.t, .t ol ol, ol.t ol {
			list-style-type: decimal;
			margin-left: 1.5em;
		}
	.t li+li {
		margin-top: .5em;
	}
	blockquote {
		font-style: italic;
	}
	blockquote::before,
	blockquote::after {
		display: inline-block;
		content: "„";
		font-weight: bold;
	}
	blockquote::after {
		content: "“";
	}
	.spacer {
		display: block;
		height: 2em;
	}
	