#header-date,
#social-menu,
#head-image-slider,
#main-menu,
.print,
#mobile-menu-button,
#main-footer {
	display: none;
}

body{
	font-size:80%;
	font-family:Verdana,sans-serif;
	line-height:125%;
	color:#3e3e3e;
}

#content {
	display: table;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

#content > *{
	display: table-cell;
	width: 75%;
	box-sizing: border-box;
	padding:0 40px 0 0;
}

#content .main-content-sidebar{
	width: 25%;
	background: none;
	padding:0;
	text-align: left;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #3e3e3e;
}

ul,
ul li {
	margin: 0;
	padding: 0;
}

ul {
	padding-left: 20px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #c60216;
}