html { height: 100%; }
body {	
	min-width:320px;
	height: 100%;
	color: #000000;
	background-color: #ffffff;
	font-size: 18px;
	line-height: 22px;
}

#ccm-toolbar {
	display: none;
}

.page-template-maintenancemode h1, .page-template-maintenancemode p {
	color: #58595b !important;
}

.wf-active .page-template-maintenancemode * {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.page-template-maintenancemode {
	position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

}

