
.istina-basis
{
	font-size: 14px;
	position: absolute;
	font-family: monospace;
	color: rgba(255, 255, 255, 0.5);
	font-weight: bold;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	overflow-y: auto;
	outline: none;
	white-space: nowrap;
}
.istina-overlay
{
	font-size: 14px;
	pointer-events: none;
	font-family: monospace;
	width: 100%;
	background-color: #1f1f1f;
	color: #9cdcfe;
	font-weight: bold;
	overflow-y: auto;
	outline: none;
	white-space: nowrap;
}
.istina-linecounter
{
	font-size: 14px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-family: monospace;
	background-color: #1f1f1f;
	color: #6e7681;
	overflow-y: auto;
	&::-webkit-scrollbar { display: none; }
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.istina-bracket { color: #da70d6; }
.istina-number { color: #b5cea8; }
.istina-comment { color: #6a9955; }
.istina-keyword { color: #dcdcaa; }
.istina-semicolon { color: #ffffff; }