body {
	font-family: Courier, monospace;
	background: #051005;
}

div.hidden {
	font-size: 10px;
	font-weight: bold;
	color: #051005;
	background: #051005;
}

td.footer {
	color:#A0A0A0;
	font-size: 12px;
	font-style: italic;
	text-align: right;
}

td.footer1 {
	color:#A04000;
	font-size: 18px;
	font-style: italic;
	text-align: right;
}

div.xterm {
	background:#000000;
	border-width:1;
	border-style:solid;
	border-color:#808080;
	color: #04d804;
	margin: 10px;
	padding: 3px;
}

div.xterm_pad {
	background:#000000;
	border-width:1;
	border-style:solid;
	border-color:#808080;
	color:#02F000;
	margin: 10px;
	padding: 20px;
	font-size: large;
}

div.xterm:hover {
	border-color:#E0E0E0;
}

table.bigframe {
	width: 100%;
	border-spacing: 5;
	padding: 10;
}

a {
	color: #00F500;
	text-decoration:none;
	border: none;
	font-weight: bold;
}

a:hover {
	text-decoration:underline;
	border: none;
}

a.xterm {
	color: #00F500;
	text-decoration:none;
	border: none;
	font-weight: bold;
}

a.xterm:hover {
	text-decoration:underline;
	border: none;
}

a.xterm1 {
	color: #02F000;
	font-weight:bolder;
	font-style:italic;
	text-decoration:none;
	border: none;
}

a.xterm1:hover {
	text-decoration:underline;
	border: none;
}

a.xterm:active {
	color: #F0F5F0;
	text-decoration:underline;
	border: none;
}

a.xterm1:active {
	color: #F0F5F0;
	text-decoration:underline;
	border: none;
}

font.mark1 {
	color: #C0C0C0;
	font-weight:bold;
	border: none;
}


td.sides {
	width: 20%;
}

hr {
	border: 0;
	color: #505050;
	background-color: #505050;
	height: 1px;
	width: 100%;
	text-align: left;
}

div#preload {
	display: none;
}

/*  */

p.quote {
	margin-left: 10%;
	margin-right: 10%;
	font-style: italic;
	color: #9edf8b;
}


details {
	user-select: none;
  }
  
details>summary span.icon {
	width: 24px;
	height: 24px;
	transition: all 0.3s;
	margin: 3px;
	/* margin-left: auto; */
}
  
details[open] summary span.icon {
	transform: rotate(90deg);
}

summary {
	display: flex;
	cursor: pointer;
}
  
summary::-webkit-details-marker {
	display: none;
}
  



.tab-content {
    display: none;
}
.tab-content:target {
    display: block;
}
