h2 {
  margin-top: 3em;
  margin-bottom: 0em;
}

.head h2, #abstract h2, #sotd h2 {
  margin-top: 0;
}

h3 {
  margin-top: 3em;
}

h4  {
  font-size: 100%;
  font-weight: normal;
  color: #005a9c;
  margin-top: 2em;
}

.leadin {
  font-weight: bold;
}
ins {
  background-color: #99FF99;
  text-decoration: none;
}

del {
  display: inline;
  color: silver;
}

figure {
  margin-bottom: 2em;
  text-align: center;
}

figcaption {
  text-align: center;
  margin: 0.5em 2em;
  font-style: italic;
  font-size: 90%;
}

.figno:after {
  content: ':\00A0  ';
}

a.termref:link {
  color:#C60;
  text-decoration:none;
  border-bottom: 1px dotted #FC0;
}

a.termref:hover {
  color:#C60;
  text-decoration:none;
  border-bottom: 1px dotted #FC0;
}

a.termref:visited {
  color:#C60;
  text-decoration:none;
  border-bottom: 1px dotted #FC0;
}

a.termref:active {
  color:#C60;
  text-decoration:none;
  border-bottom: 1px dotted #FC0;
}
a .fig-title { 
	display: none;
	}
a .figno:after {
	content: '';
	}

.qterm:before, .qchar:before { content: "‘"; }

.qterm:after, .qchar:after { content: "’"; }

.quote:before { content: '“'; }

.quote:after { content: '”'; }

code {
  color: #A52A2A;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  font-size: 100%;
}

samp, kbd {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  font-size: 100%;
}

.uname {
  text-transform: uppercase;
  font-size: 85%;
  letter-spacing:0.03em;
}

.lettername {
  font-style: italic;
}

.tab-format {
  margin-left: 10%;
}

table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.rtlTermCell {
  direction: rtl;
  text-align: right;
}

.exampleList {
  float: left;
  margin:10px;
}




	
   .stability {
     position: fixed;
     bottom: 0;
     left: 0; right: 0;
     margin: 0 auto 0 auto;
     width: 50%;
     background: maroon; color: yellow;
     border-radius: 1em 1em 0 0;
     box-shadow: 0 0 1em red;
     padding: 0.5em 1em;
     text-align: center;
	 z-index: 1000;
   }
   .stability strong {
     display: block;
   }
   .stability input {
     -moz-appearance: none; -webkit-appearance: none; margin: 0; 
     border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
   }
   .stability input:hover {
     color: white;
     text-shadow: 0 0 2px black;
   }
   .stability input:active {
     padding: 0.3em 0.45em 0.2em 0.55em;
   }
   .stability :link, .stability :visited,
   .stability :link:hover, .stability :visited:hover {
     background: transparent;
     color: white;
   }
