.view-content .house {
	background-color: black;
	--text-normal: white;
	color: var(--text-normal);	
	--h1-color: red;
	--font-text: 'Italian Old Style Mt Std';
	--h2-font: 'LTCPabstW01-Oldstyle';
	--h1-font: 'LTCPabstW01-Oldstyle';
	--h2-style: strong;
	--p-spacing: 4px;
}

.house h2 {
	border-bottom: 1px solid red;
	color: red;
	margin-bottom: 8px;
}

.house p {
	margin-top: 0px;
}

.house h3 {
	margin-bottom: 4px;
}

body.house {
	background-color: black;
	color: white;
}

.house td {
	vertical-align: top;
	border-spacing: 15px;
	border-right: 5px solid black;
	border-left: 5px solid black;

}

table.house {
	vertical-align: top;
	border-spacing: 95px;
}

tr.house {
	border-spacing: inherit;
}

.theme-light .house .metadata-content * {
    color: white;
}

.house h3 {
	color: lightgray;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.house .markdown-reading-view {
	background-color: black;
	color: white;
	background-color: black;
	--text-normal: white;
	color: var(--text-normal);	
	--h1-color: red;
	--h2-color: red;
	font-family: 'LTCPabstW01-Oldstyle';
	--h2-style: bold;
	--font-text: 'Italian Old Style Mt Std';


}
