html, body {
	background-color: #fff;
  border:0;
  margin:0;
  padding:0;
	font-family: arial,sans-serif;
}

#cf-header {
	display: none;
}

#cf-topnav {
	display: none;
}

#cf-appbar.message, #cf-appbar.toolbar {
	display: none;
}

img.icon{
	display: none;
}

#cf-sidebar {
	display: none;
}

#cf-content {
  margin-left: 36px;
  vertical-align: top;
  padding-top: 12px;
	padding-bottom: 36px;
	height: auto;
}

#cf-debug {
	display: none;
}

#cf-footer {
  background:#fff;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 36px;
	text-align: center;
	font-size: 10px;
	color: #333;
  border-top: 1px solid #ebebeb;
  overflow: hidden;
}
