.imgnorm, .imgover, .imgpane {
	/* box-sizing: border-box; /* new */
	background: lightgrey;
	width: 80px;
	height: 96px;
	margin: 0;
	padding: 0;
	cursor: initial;
}
.imgpane {
	border-bottom: 1px solid gray;
}
.imgnorm, .imgover {
	border: 1px solid gray;
	height: 100%;
}
.imgover {
	background: lightgreen;
	cursor: pointer;
}
.imgframe {
	text-align: center;
	font-family: arial;
	color: #000066;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1em;
	height: 100%;
}
.bigimage {
	width: 100px;
	height: 120px;
}
.indextab {
	border: 0px;
	/* table-layout: fixed; */
	margin-left: auto;
	margin-right: auto;
	border-spacing: 1em;
}
.bigdesc {
	min-height: 3em;
}
.subdesc {
	font-size: 0.6em;
	font-weight: normal;
	color: darkgreen;
}
 
body, html {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
	font-family:Sans-serif;
	line-height: 1.25em;
}
 
.split {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
 
	overflow-y: auto; /* auto; */
	overflow-x: auto;
}
 
.content {
	margin: 0px;
    border: 1px solid #C0C0C0;
	padding: 0px;
}
 
.gutter {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
}
 
.gutter.gutter-horizontal {
    cursor: col-resize;
    background-image: url('grips/vertical.png');
}
 
.gutter.gutter-vertical {
    cursor: row-resize;
    background-image: url('grips/horizontal.png');
}
 
.split.split-horizontal, .gutter.gutter-horizontal {
    height: 94%;
    float: left;
}
 
.plain, .framepanel, .innertube { /* Borderless wrapper */
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
 
.framepanel {
	position: relative;
	overflow: auto;
}
 
.innertube {
	padding: 1em; /* Provides padding for the content */
}
 
#header {
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px; 
 /* overflow: hidden; Disables scrollbars on the header frame. To enable scrollbars, change "hidden" to "scroll" */ 
	background: SteelBlue;
}
 
#header h2 {
	margin: 0px;
}
 
#mid, #main { /* Full width section */
	position: absolute;
	top: 55px; /* Set this to the height of the header */
	left: 0px;
	bottom: 0px; /* Allow for footer. Override for mid */
	right: 0px; /* No right column */
	background: #fff;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
 
#mid { /* Allows for Footer as well */
	bottom: 25px; /* Set this to the height of the footer */
}
 
#main { /* Allow for overflow as well */
	overflow: auto;
}
 
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px; 
  /*	overflow: hidden; Disables scrollbars on the footer frame. To enable scrollbars, change "hidden" to "scroll" */
	background: SteelBlue;
}
 
p {
	color: #7e7e7e;
}
 
/*IE6 fix*/
* html body{
	padding: 50px 0 50px 230px; /* Set the first value to the height of the header, the third value to the height of the footer, and last value to the width of the nav */
}
 
* html main{ 
	height: 100%; 
	width: 100%; 
}
#comment{
	width: 36vw;
	height: 90px;
	 overflow: auto; 
	/* margin: 16px; */
}
#sigml-list{
	text-align: center;
	width: 75%;
	justify-content: center;
	margin: auto;
	/* background-color: red; */
}

#wordlist{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	/* overflow: auto; */
}
#wordlist li {
	display: inline-block;
	margin: 15px 0;
	flex-basis: 21%;
	/* color: rgb(190, 0, 0); */
	
  }
#wordlist li:hover {
	color: blue;
}
 
.wordlistitem{
	margin: 8px;
	border: 2px solid black;
 
}
li{
	cursor: pointer;
}
#applateframe{
	width: 500px;
}
 
/* Feed Back section */
#feedback {
	text-align: center;
	width: 85%;
	margin: auto;
  }
#feedback-options {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
  }
 
  #feedback-options li {
	display: inline-block;
	margin: 0 30px;
  }
 
  .submit-feedback {
	width: 140px;
	height: 42px;
	text-align: center;
	display: block;
	margin: auto;
	margin-top: 20px;
	cursor: pointer;
	border-radius: 5px;
	background: #008500;
    color: white;
	border: none;
	font-size: 16px;
  }
  .submit-feedback:hover{
	background-color: #1a9e1a;
  }


  /* For Radio buttons */
  label {
	display: inline-block;
	background-color: #ddd;
	padding: 8px 10px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 24px;
  }
  
  /* Style the label when the radio button is checked */
  #feedback-options li label input[type="radio"]:checked {
	color: green;
  }

.next-prev{
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 15px;
    padding-bottom: 15px;
}
.next-prev button {
	padding: 12px 18px;
    border: none;
    /* padding-right: 200px;   */
    border-radius: 6px;
    background-color: #1a7aae;
    color: white;
	cursor: pointer;
	text-transform: uppercase;
}
.next-prev button:hover {
    background-color: #0c1a21;
    color: white;
}
.next-prev > .prevBtn{
	padding-right: 30px;
}
#prev{
	padding: 10px 10px;
    border: none;
     /* padding-right: 0px;  */
    border-radius: 6px;
    background-color: #1a7aae;
    color: white;
	cursor: pointer;
	text-transform: uppercase;
}
#prev:hover{
	background-color: #000000;
    color: white;
}
#next{
	padding: 10px 10px;
    border: none;
    /* padding-right: 0px; */
    border-radius: 6px;
    background-color: #1a7aae;
    color: white;
	cursor: pointer;
	text-transform: uppercase;
}
#next:hover{
	background-color: #000000;
    color: white;
}
.sectionName > a{
	margin-top: -7px;
}
