.question {
	font-size: larger;
	font-weight: bolder;
}
.screen_io {
	font-weight: bold;
	font-family: mono;
}

.fixed_text {
	font-family: monospace;
	font-style: normal;
	font-weight: normal;
	background-color: #e5FFFF;
}

/* LHS */

#LHS {
	margin-top: 0;
	margin-right: 22%;
	margin-bottom: 0;
	margin-left: 1%;
}


h2 {
  background: #e0e0ff;
}

/**************** Navigation bar, right side of screen **************/

/* nocss portions are not displayed when CSS is available */
.nocss    { 
  display : none 
}

#RHS {
	overflow: auto;
	width: 20%;
	position: fixed;
	float: right;
	margin-right:  0;
	right: 0;
	margin-top:  0.5em;
	left: auto;
	top: 1em;
	bottom: 1em;
	text-indent: 0.5em;
	padding: 0;
	background: #fffaf0;
	color: #000;
	border: 0px solid #000;
	line-height: 1.5em;
}

#RHS hr {display: none;}

body>#RHS {
  right: 1%;
  margin-right: 0;
}

#RHS p { 
 padding: 0;  
 text-indent: 0;  /* This keeps non-link text flush left */
}

/* links */
#RHS a
{
	display: block;
	text-decoration: none;
	margin-left: 10px;
	text-indent: -10px;	/* background-color: #FFFFFF; */
}

#RHS a:hover { background-color: #ffffff; }
/* #RHS a:before{ content: url('right-arrow'); } */

.bare_image img { border: none; }

.page_group {
   margin-top: 0.5em;
   background: #e0e0ff;
}

.top_center {
   text-align: center;
}

hr {
  margin: 0 17em 0 2em;
}
.list_compact {
  margin-left: 1%;
  padding-left: 1%;
}
.urlpath {
  padding-top: 1em;
  margin-left: 1em;
}

table
{ 
margin-left: auto;
margin-right: auto;
}
.edited_text {
	font-weight: normal;
	font-family: monospace;
	background-color: #FFFFDD;
}
.tty {
	font-weight: bold;
	font-family: monospace;
	background-color: #FFFFFF;
}


.nowrap { white-space: nowrap; }

