html {
	background-color:#fff;
	height:100%;
	max-width:750px;
}
@media screen and (max-width: 750px) {
	body {
		background:url(../images/bg-1242x2208.png) no-repeat center center fixed;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
}
body {
	width:100%;
	height:100%;
}

#root {
	overflow:auto;
}
#menu {
	position:fixed;
	top:0;
	left:0;
	margin:200px auto;
	z-index:2;
}
#name .padd {
	padding-top:20px;
}

#name {
	padding-left:8px;
}

#view {
	position:fixed;
	top:0;
	left:0;
	z-index:1;
}

.fab {
	z-index:222;
}
#fab_back {
	position:fixed;
	bottom:16px;
	right:16px;
}
#fab_save {
	position:fixed;
	bottom:16px;
	right:96px;
}
#fab_twitter {
	position:fixed;
	bottom:16px;
	right:176px;
}


#loading {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#222;
	text-align:center;
	display:none;
	z-index:9999;
	opacity:.8;
}
#loading_svg {
	margin:200px auto;
	width:200px;
	height:200px;
}


input {
	padding:8px 4px;
}
.input-field input[type=text]:focus {
	border-bottom:1px solid #616161 !important;
	box-shadow:0 1px 0 0 #616161 !important;
}

.toast {
	opacity:.8;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
