* {
	font-family: sans-serif;
	-webkit-touch-callout: none;
}
html, body {
	width: 100%;
	height: auto !important;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	background: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.panel, #panel {
	width: 100%;
	height: 44px;
	position: fixed;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
	z-index: 1;
	border-bottom: .5px solid #b3b3b3;
	background: #ffffff;
}
.new {
	width: 52px;
	height: 44px;
	position: absolute;
	top: 0;
	right: 0;
}
.back {
	width: 32px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 0;
}
.done {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	top: 0;
	right: 9px;
	line-height: 44px;
	color: #007aff;
}
#items {
	width: 100%;
	position: relative;
	z-index: 0;
	border-top: 44px solid #ffffff;
}
#edit {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2;
	top: 0;
	transform: translateX(100%);
	background: #ffffff;
}
#note {
	position: absolute;
	overflow: auto;
	top: 44px;
	bottom: 0;
	left: 10px;
	right: 10px;
	font-size: 18px;
	line-height: 1.5;
	border: none;
	padding: 10px 5px 280px 5px;
	-webkit-user-select: text;
}
.item {
	background: #ffffff;
	overflow: hidden;
}
.text {
	font-size: 14px;
	margin: 6px 12px 0px 12px;
	-webkit-hyphens: auto;
}
.date {
	font-size: 12px;
	color: #7f7f7f;
	padding-bottom: 6px;
	margin: 0px 12px;
	border-bottom: .5px solid #b3b3b3;
}
.count {
	width: 100%;
	line-height: 2;
	text-align: center;
	background: #ffffff;
	font-size: 12px;
	color: #7f7f7f;
}
