*{
	margin:0;
	padding:0;
	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:#555;}
::-webkit-scrollbar-thumb{background:#007399; border-radius:5px; cursor:pointer;}

.clear{clear:both;}

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

.cola{
	height:calc(100vh - 32px);
	overflow-y:scroll;
	padding-top:25px;
	padding-bottom:140px;
}

.at{
	font-family:montserrat;
	font-size:16px;
	letter-spacing:1px;
	line-height:25px;
	cursor:pointer;
	position:relative;
	color:#ddd;
	padding:0 9px;
	margin-bottom:14px;
}

.aact{background:#007399;}
.at:active{bottom:2px;}

.colb{
	height:calc(100vh - 32px);
	overflow-y:scroll;
	padding:0 36px;
	padding-bottom:120px;
}

.bins{
	width:740px;
	margin:0 auto;
}

.emo {
	font-size:63px;
	display:inline-block;
	margin:5px;
	position:relative;
	cursor:pointer;
	border-top:3px solid transparent;
}

.emo:active{bottom:2px;}
.bact{border-top:3px dashed red;}


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