<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	
@import url('http://www.obormot.net/fonts/GaramondPremierPro.css');
@import url('http://www.obormot.net/fonts/ProximaNova.css');

p {
	margin: 6px;
}

html {
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: inherit;
}

body {
	max-width: 1200px;
	position: relative;
	padding: 0px 0 0px 0;
	display: table;

	margin: 20px auto;
}
#contentColumn {
	float: left;
	width: 100%;
	margin-left: 0px;
	max-width: calc(100% - (0px + 0px));
	padding: 10px 10px calc(50px + 2 * 10px) 10px;
	background-color: transparent;
}
#contentColumn::before {
	content: "";
	position: absolute;
	height: calc(100% - (0px + 0px));
	width: calc(100% - (0px + 0px));
	top: 0px;
	left: 0px;
	z-index: 0;
}
#content {
	overflow: auto;
	position: relative;
	z-index: 1;
}
#contentHeader {
	overflow: auto;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}
#contentFooter {
	overflow: hidden;
	position: absolute;
	bottom: calc(0px + 10px);
	width: calc(100% - (0px + 0px + 2 * 10px));
	height: 50px;
	z-index: 1;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 100%;
	padding: 0px;
	
	display: none;
}
#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 0px;
	width: 100%;
	padding: 0px;
	
	display: none;
}
#headerTopSection {
	overflow: hidden;
	height: calc((100% - 0px)/2);
	margin-bottom: 0px;
}
#headerBottomSection {
	overflow: hidden;
	height: calc((100% - 0px)/2);
}
#headerLeft {
	float: left;
	width: calc(0px - 0px);
	height: 100%;
	margin-right: 0px;
}
#headerRight {
	float: right;
	width: calc(0px - 0px);
	height: 100%;
	margin-left: 0px;
}
#footerTopSection {
	overflow: hidden;
	height: calc((100% - 0px)/2);
	margin-bottom: 0px;
}
#footerBottomSection {
	overflow: hidden;
	height: calc((100% - 0px)/2);
}
#leftColumn {
	width: 0px;
	float: left;
	margin-left: calc(-1 * (100% - 0px));
	padding: 0px 0px calc(0px + 2 * 0px) 0px;
	
	display: none;
}
#leftColumn::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 0px;
}
#rightColumn {
	width: 0px;
	float: left;
	padding: 0px 0px calc(0px + 2 * 0px) 0px;
	
	display: none;
}
#rightColumn::before {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 0px;
	padding: 0px;
}
#leftColumnHeader {
	overflow: auto;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
}
#leftColumnContent {
	position: relative;
	z-index: 1;
	overflow: auto;
}
#leftColumnFooter {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	bottom: calc(0px + 0px);
	width: calc(0px - 2 * 0px);
	height: 0px;
}
#rightColumnHeader {
	overflow: auto;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
}
#rightColumnContent {
	overflow: hidden;
	height: 100%;
	position: relative;
	z-index: 1;
}
#rightColumnFooter {
	overflow: hidden;
	position: absolute;
	bottom: calc(0px + 0px);
	width: calc(0px - 2 * 0px);
	height: 0px;
}
</pre></body></html>