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

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

body{
	max-width:1920px;
	margin:0 auto;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	overscroll-behavior: 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:200px 300px 630px 200px;
}

.cola, .colb, .colc, .cold{
	height:calc(100vh - 36px);
	overflow-y:scroll;
	padding-bottom:20vh;
}

.crumb, .at, .bt, .dcrumb, .dt{
	font-family:montserrat;
	font-size:17px;
	letter-spacing:1px;
	color:#bbb;
	cursor:pointer;
	position:relative;
	white-space: nowrap;
	overflow: hidden;
	margin:5px 0;
	padding:5px 11px;
}

.bact{background:#334d66;}

.crumbs{

}

.crumb:active,
.at:active,
.bt:active,
.dcrumb:active,
.dt:active{bottom:2px;}

.aline, .dline{
	border-top:2px dashed #aaa;
	margin:9px 11px;
}

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

.sp{
	margin-top:36px;
}

.done:after{
	content:'';
	position:absolute;
	right:9px; top:0;
	height:100%; width:7px;
	border-radius:3px;
	background:darkorange;
}

.ccut{
	display:none;
	font-family: montserrat;
	font-size: 17px;
	line-height: 27px;
	letter-spacing: 1px;
	background:#007399;
	color:#ddd;
	line-height:30px;
	padding:0 20px;
	margin-top:20px;
	cursor:pointer;
}

.cins{
	display:none;
	margin:0 20px;
}

.cname{
	font-family: montserrat;
	font-size: 17px;
	letter-spacing:1px;
	color:#bbb;
	margin-top:20px;
}

.story{
	-webkit-user-modify: read-write-plaintext-only;
	font-family: montserrat;
	font-size: 17px;
	line-height: 27px;
	letter-spacing: 1px;
	color:#bbb;
	border:none; outline:none;
	tab-size:2;	
  white-space: pre-wrap;
}

.beep{
	display:none;
}

.cimg{
	display:block;
	max-width:100%;
	max-height:50vh;
	cursor:pointer;
	position:relative;
}

.cimg:active{bottom:2px;}

@media only screen and (max-width: 630px){
	.navt{text-align:center;}
	.m{line-height:45px;}
	.mview{display:none;}
	.ains{margin-left:0;}
	..at, .bt, .ct{margin-bottom:20px;}
}

