@font-face {
	font-family: 'Manga_temple';
	src: url('Fonts/manga_temple/mangat.ttf') format('truetype')

}

.tln-active, .tln-wrapper, .tln-line {
	margin: 0;
	border: 0;
	padding: 0;
	outline: 0;
	box-sizing: border-box;
	vertical-align: middle;
	list-style: none;
}
.tln-active {
	margin-left : -10px;
	display: inline-block;
	padding: 0.5em;
	width: 100%;
	height: 100%;
	font-size: 10pt;
	line-height: 1.66;
	font-family: "Roboto Mono", monospace;
	background: #282a3a;
    color: #FFF;
	word-break: break-all;
	resize: none;
	overflow-wrap: normal;
	overflow-x:visible;
	white-space: pre;
}
.tln-wrapper {
	width: 25%;
	padding: 0.28em 0em 2.1875em;
	height: 100%;
	word-break: break-all;
	overflow: hidden;
	display: inline-block;
	counter-reset: line;
}
.tln-line {
	width: auto;
	margin-right: 0.2em;
	display: block;
	text-align: right;
	line-height: 1.385;
	font-size: 12pt;
	color: #aeaeae;
	/*font-family: "Manga_temple";*/
	font-variant-numeric: tabular-nums;
}
.tln-line::before {
	counter-increment: line;
	content: counter(line);
	font-size: 10pt;
	user-select: none;
}