*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-tap-highlight-color: transparent;
}

html{
	background:#223344;
	overflow-y:scroll;
	padding-bottom:20vh;
	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;}

.ains{
	max-width:700px;
	margin:0 auto;
	padding:0 20px;
}

.cols{
	text-align:center;
	font-size:0;
}

.cola, .colb{
	display:inline-block;
	margin:0 25px;
	
}

.at, .bt{
	font-family:montserrat;
	font-size:16px;
	letter-spacing:1px;
	color:#bbb;
	cursor:pointer;
	position:relative;
	line-height:25px;
	padding:0 14px;
	margin-bottom:14px;
	text-align:left;
	border-radius:14px;
}

.at:active, .bt:active{bottom:2px;}
.aact, .bact{background:#007399; color:#ddd;}

.iwrap{display:none;}

.iwrap img{
	display:block;
	max-width:100%;
	margin:0 auto;
	margin-bottom:25px;
	border-radius:9px;
}

.story{
	-webkit-user-modify: read-write-plaintext-only;
	font-family: montserrat;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 1px;
	padding: 7px 10px;
	border:none; outline:none;
	tab-size:2;	
  white-space: pre-wrap;
	background:#007399;
	color:#eee;
	border-radius:9px;
	min-height:54px;
}

.btns{
	text-align:right;
	font-size:0;
}

.btn{
	display:inline-block;
	font-family: montserrat;
	font-size: 16px;
	cursor:pointer;
	background:#007399;
	color:#ddd;
	border-radius:14px;
	line-height:30px;
	padding:0 20px;
	position:relative;
	margin-left:25px;
}

.btn:active{left:2px;}

.msgs{
	margin-top:36px;
}

.spin {
  display:none;
	width: 63px;
  height: 63px;
	position:fixed;
	z-index:5;
	left:50vw; top:50vh;
  border: 4px solid #ccc;
  border-top: 4px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {to {transform: rotate(360deg);}}

.beep{display:none;}

.gotop{
	position:fixed;
	z-index:9;
	right:25px;
	bottom:0;
	font-size:25px;
	color:#bbb;
	border:2px solid #bbb;
	border-bottom:none;
	padding:5px 9px;
	border-radius:16px 16px 0 0;
	cursor:pointer;
}

.gotop:active{bottom:2px;}

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

}

