*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

html{
	background:#223344;
	padding-bottom:20vh;
	overflow-y:hidden;
	user-select:none;
}

body{
	max-width:1920px;
	margin:0 auto;
}

::-webkit-scrollbar{width:9px;}
::-webkit-scrollbar-track{background:#1a2733;}
::-webkit-scrollbar-thumb{background:#007399; border-radius:5px; cursor:pointer;}

.clear{clear:both;}

.apan{
	height:calc(100vh - 32px);
	overflow-y:scroll;
}

.ains{
	width:100%;
	max-width:670px;
	margin:0 auto;
	margin-top:36px;
	padding:0 20px;
}

.apart{
	display:none;
	margin-bottom:54px;
}

.en, .sr{
	font-family:monospace;
	font-size:19px;
	border:none;
	outline:none;
	color:#aaa;
	text-align:left;
	margin-bottom:30px;
	line-height:25px;
}

.edit{
	-webkit-user-modify: read-write-plaintext-only;
}

.wr{
	-webkit-user-modify: read-write-plaintext-only;
	font-family:monospace;
	font-size:19px;
	border:none;
	outline:none;
	color:#bbb;
	text-align:left;
	line-height:25px;
	position:relative;
	padding-bottom:9px;
	border-bottom:2px dashed #999;
}

.btns{
	text-align:right;
	font-size:0;
}

.btn{
	display:inline-block;
	text-align:center;
	font-family:montserrat;
	font-size:15px;
	letter-spacing:1px;
	color:#aaa;
	cursor:pointer;
	position:relative;
	margin-left:25px;
}

.btn:active{left:2px;}

.ops{
	margin-top:63px;
}

.opsname{
	font-family:montserrat;
	font-size:14px;
	letter-spacing:1px;
	color:#bbb;
	margin-top:36px;
	margin-left:-14px;
}

.opsa{
	columns:2;
	margin-top:14px;
}

.opvoice, .oprate{
	font-family:montserrat;
	font-size:15px;
	letter-spacing:1px;
	color:#bbb;
	border-left:5px solid transparent;
	padding-left:9px;
	cursor:pointer;
	position:relative;
	margin-bottom:25px;
}

.opsb{
	margin-top:14px;
}

.oprate{
	display:inline-block;
	margin-right:36px;
}

.opvoice:before, .oprate:before{
	content:'';
	width:9px; height:9px;
	border-radius:50%;
	background:#bbb;
	position:absolute;
	left:-14px;
	top:6px;
}

.opvoice:active, .oprate:active{
	bottom:2px;
}

.opact:before{
	background:orange;
}

@media only screen and (max-width: 740px){
	.btns{float:right;}
	.btn{display:block; margin-bottom:36px;}
	.btedit, .btwrite, .btcheck{display:none;}
}

