body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
}
/* MAINTENANCE MODE */

.maintenance #page {
	height: 270px;
	width: 98%;
	margin: -135px auto 0 auto;
	top: 40%;
	position: absolute;
}
.maintenance a {
	border-bottom: 1px solid grey !important;
	text-decoration: none;
	color: black;
}
.maintenance a:hover {
	color: grey;
}
.maintenance .site-title  {
	margin: 0 auto;
	padding: 0 10px;
}
.maintenance  .site-title span {
	margin: 30px 0 10px 0;
	display: inline-block;
	text-indent: -700px;
	overflow: hidden;
	width: 100%;
	height: 58px;
	background: url('img/tittelsnes_holding_logo.png') no-repeat center center transparent;
	background-size: contain;
}
.maintenance .entry-content {
	text-align: center;
}