* {
	font-family:sans-serif;
}

body {
	margin:0;
	padding:0;
	background:#868784;
}

.wrap {
	max-width:1128px;
	margin:auto auto;
}

.display-flex {
	display: flex;
}

.align-items-center {
	align-items:center;
}
.full-height {
	height:100%;
}
.clearer {
	clear:both;
}

#header {
	height:52px;
	background:#39314c;
	color:#fff;
}

#header h1 {
	margin:0;
	padding:0;
	display:block;
	height:34px;
	width:34px;
	background:url('../img/tuntbook-logo-small.png');
	text-indent:-9999px;
}

#content {
	background:#ffffff;
	padding:10px 0;
}

#footer {
	color:#fff;
}

#content .heading h1 {
	font-family: 'Linux Libertine','Georgia','Times',serif;
    line-height: 1.3;
    margin: 0 0 0.25em 0;
    padding: 0;
    font-size: 1.8em;
    color: #000;
    background: none;
    font-weight: normal;
    border-bottom: 1px solid #a2a9b1;
}

#content .text {
	line-height: 1.6;
    font-size: 0.875em;
    z-index: 0;
}

#content .text h1, h2, h3, h4, h5, h6 {
	color: #000;
    background: none;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    border-bottom: 1px solid #a2a9b1;
    font-family: 'Linux Libertine','Georgia','Times',serif;
    line-height: 1.3;
    margin-bottom: 0.25em;
    padding: 0;
}

#content .text h2 {
	font-size: 1.5em;
    margin-top: 1em;
	display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


.column-main {
	float:right;
}
.column-left {
	width:300px;
	float:left;
}