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

html{
	background:#223344;
	overflow: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:300px 1fr;
}

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

.at{
	display:block;
	font-family:montserrat;
	font-size:16px;
	letter-spacing:1px;
	color:#ddd;
	padding:0 9px;
	margin-bottom:14px;
	cursor:pointer;
	position:relative;
	text-decoration:none;
	border-left:7px solid transparent;
}

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

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

.bname{
	font-family:'autour one';
	font-size:30px;
	text-align:center;
	letter-spacing:1px;
	color:#bbb;
	margin-top:9px;
}

.bins{
	width:640px;
	margin:0 auto;
	margin-top:20px;
}

.bcard{
	margin-bottom:25px;
}

.bimg{
	display:block;
  max-width:100%;
	max-height:70vh;
  margin:0 auto;
	border-radius:9px;
	filter:drop-shadow(-2px 2px 2px rgba(0,0,0,0.3));
	position:relative;
	cursor:pointer;
	border-top:5px solid transparent;
}

.bact{border-top:5px solid red;}
.bimg:active{bottom:2px;}

.bt{
	font-family:montserrat;
	font-size:16px;
	font-weight:600;
	letter-spacing:1px;
	color:#00394d;
	text-align:center;
	outline:none;
	padding:3px 9px;
	margin-top:9px;
}

.vx{
	display:none;
	max-width:100%;
	max-height:70vh;
	margin:0 auto;
	border-radius:9px;
	cursor:pointer;
	border-top:5px solid red;
}


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

@media only screen and (max-width: 999px){
	html{overflow-y:scroll;}
	.mchat{display:none;}
	::-webkit-scrollbar{width:0;}
	.cols{display:block;}
	.cola{height:auto; overflow-y:auto; padding-top:25px; padding-bottom:25px; text-align:center;}
	.ains{display:inline-block;}
	.at{text-align:left;}
	.colb{height:auto; overflow-y:auto;}
	.bname{display:none;}
	.bins{width:auto; margin-top:0; padding:0 20px;}
}
