*{
	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:#1a2733;}
::-webkit-scrollbar-thumb{background:#006080; border-radius:5px; cursor:pointer;}

.clear{clear:both;}

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

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

.at{
	font-family:'montserrat';
	font-size:16px;
	letter-spacing:1px;
	color:#aaa;
	white-space:nowrap;
	cursor:pointer;
	overflow-x:hidden;
	margin-bottom:20px;
	position:relative;
	border-left:7px solid transparent;
	padding-left:7px;
}

.at:active{bottom:2px;}
.aact{border-left: 7px solid #0099cc;}

.done:after{
	content: '';
	position:absolute;
	right:5px; top:0;
	width:5px; height:100%;
	background:orange;
	border-radius:5px;
}

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

.bins{
	max-width:630px;
	margin:0 auto;
}

.bid{
	font-family:montserrat;
	font-size:16px;
	letter-spacing:1px;
	color:#aaa;
	cursor:pointer;
	position:relative;
}

.bid:active{bottom:2px;}

.bname{
	display:block;
	width:100%;
	font-family:montserrat;
	font-size:16px;
	letter-spacing:1px;
	color:#aaa;
	border:none; outline:none;
	background:transparent;
}

.vx{
	display:block;
	width:100%;
	margin-top:9px;
	cursor:pointer;
	position:relative;
	border-radius:9px;
}

.vx:active{bottom:2px;}

@media only screen and (max-width: 999px){
	
}

@media only screen and (max-width: 740px){
	
}

@media only screen and (max-width: 630px){
	
}
