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

html{
	background:#223344;
	overflow-y:hidden;
}

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

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

.clear{clear:both;}

.cols{
	display:grid;
	grid-template-columns:300px 300px 1fr;
}

.cola, .colb{
	height:calc(100vh - 30px);
	overflow-y:scroll;
	padding-top:9px;
	padding-bottom:20vh;
}

.colc{
	height:calc(100vh - 30px);
	overflow-y:scroll;
	padding-bottom:20vh;
}

.cins{
	width:100%;
	max-width:700px;
	margin:0 auto;
	padding:0 25px;
}

.at{
	font-family:montserrat;
	font-size:14px;
	letter-spacing:1px;
	line-height:20px;
	padding:0 9px;
	margin-bottom:11px;
	color:#aaa;
	cursor:pointer;
	position:relative;
	white-space: nowrap;
	overflow: hidden;
	border-left:9px solid transparent;
}

.bt{
	font-family:montserrat;
	font-size:17px;
	letter-spacing:1px;
	line-height:20px;
	padding:0 9px;
	margin-bottom:11px;
	color:#aaa;
	cursor:pointer;
	position:relative;
	white-space: nowrap;
	overflow: hidden;
	border-left:9px solid transparent;
}

.at:active, .bt:active{bottom:2px;}
.aact, .bact{border-left:9px solid #0099cc;}

.sp{margin-top:36px;}

.hewrap{
	display:none;
	font-family:montserrat;
	font-size:17px;
	letter-spacing:1px;
	line-height:25px;
	white-space:pre-wrap;
	color:#bbb;
	margin-bottom:36px;
}

.cinp{
	display:block;
	width:100%;
	background:transparent;
	font-family:montserrat;
	font-size:17px;
	letter-spacing:1px;
	line-height:20px;
	padding:0 9px;
	margin-bottom:11px;
	color:#aaa;
	border:none;
	outline:none;
	border-left:9px solid #0099cc;
	padding-left:9px;
}

.cline{
	border-top:2px dashed #aaa;
}

.story{
	-webkit-user-modify: read-write-plaintext-only;
	font-family:montserrat;
	font-size:16px;
	letter-spacing:1px;
	line-height:27px;
	tab-size:2;
	min-height:54px;
	border:none; outline:none;
	color:#bbb;
	padding-top:11px;
}

.defix{
	display:none;
	position:fixed;
	z-index:25;
	left:25px; top:36px;
	width:90px;
	text-align:center;
	font-family:montserrat;
	font-size:13px;
	letter-spacing:1px;
	line-height:25px;
	background:#002533;
	color:#bbb;
	border:2px solid #bbb;
	border-radius:15px;
	cursor:pointer;
}

.defix:active{top:34px;}

.msize{
	position:fixed;
	z-index:9;
	right:20px; top:0;
	font-family:montserrat;
	font-size:14px;
	letter-spacing:1px;
	line-height:30px;
	color:#aaa;
}

@media only screen and (max-width: 1360px){
	.cols{grid-template-columns: 200px 200px 1fr;}
	.cins{width:540px;}
}

@media only screen and (max-width: 999px){
	.tohide{display:none;}
	.minwrap{display:block;}
}
