* {
	font-family: DejaVu Sans Condensed, sans-serif;
	box-sizing: border-box;
	color: #444;
}

html, body{
	height: 100%;
	position: relative;
}

.clearfix:after {
  content:"";
  display:block;
  clear:both;
}

img{
	max-width: 100%;
}

p, ul{
	margin-top: 0;
}

body {
	background: #eee;
	margin: 0;
}

header {
	position: fixed;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	background: white;
	border-bottom: solid 1px #e0e0e0;
}

.container {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

.container.fullscreen{
	cursor: none;
}

.root, .mount{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.message{
	position: absolute;
	top: 50%;
	margin-top: -85px;
	font-size: 55px;
	color: #666;
	font-weight: bold;
	display: block;
	left: 0;
	right: 0;
	text-align: center;
}

.textInput{
	font-size: 24px;
	min-width: 60%;
}

.editing .textContent{
	min-height: 65px;
	background: #ddd;
}

.editWrap{
	position: absolute;
	width: 100%;
	bottom: 30%;
	text-align: center;
}

/*.editBtn{
	position: absolute;
	bottom: 30%;
	left: 50%;
}*/

.fullscreenBtn{
	position: absolute;
	bottom: 10%;
	right: 10%;
}

button{
	font-size: 18px;
	padding: 6px 16px;
}
