*{
	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 - 32px);
	overflow-y:scroll;
	padding-top:25px;
	padding-bottom:20vh;
}

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

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

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

.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){
	.tohide{display:none;}
	.minwrap{display:block;}
}
