.parent_container{
  margin-left: auto;
  margin-right: auto;
}

#toc_container {
  background: white none repeat scroll 0 0;
  border: 1px solid black;
  display: table;
  font-size: 95%;
  margin-bottom: 20px;
  padding: 0px;
  position: fixed;
  margin-left: 850px;
  width: 250px;
  background-image: url("/images/webpage/fbtable.png") repeat
}

.toc_title {
  font-weight: 700;
  text-align: center;
}

#toc_container li, #toc_container ul, #toc_container ul li{
  list-style: outside none none !important;
}

.banner {
  background-image: url("/images/webpage/tempbanner.png");
  height: 72px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px black;
  width:45%;
}
.contents {
  margin-top: 300px;
  background: white;
  position: absolute;
  width:45%;
}

.navigation {
  background-color: #6e99c9;
  border-bottom: solid 1px black;
  margin-bottom: 8px;
  border-left: solid 1px black;
  border-right: solid 1px black;
  font-size: 14pt;
  line-height: 2em;
  text-align: center;
  color: white;
  width:45%;

}
  
a {
  color: dodgerblue;
}
.navigation a:link {
  color: white;
}

.navigation a:visited {
  color: white;
}

h1 { 
  font-size:24px;
}

body {
  background-color: black;
 font-family: 'Comic Sans MS';
  src: url(/fonts/Comic\ Sans\ MS.ttf);
  font-size: 14px;
  background-image: url("/images/webpage/sky.png");
background-size:cover;

   cursor: url('/panthers.png'), auto;	

}

.textbox {
  float: right;
  width: 350px;
  background-image: url(images/backgrounds/textbox.png);
  font-size: 19px;
  height: 150px;
  width: 350px;
  top: 540px;
  left:790px;
  text-align: center;
  position: fixed;
}




tbody div{
    overflow:hidden;
    height:100px;
}
  
  h1 {
  vertical-align: text-top;
}
 .updatelog {
  height:200px;
  width:100%; 
  overflow-y: auto;
}

.updatelog a {
 background-image: url("bluestar.png");
 background-color: black;
display: block; 
  padding: 20px; 
  text-decoration: none;
}


.row {
  margin-left:-5px;
  margin-right:-5px;
}
  
.column {
  float: center;
  width: 45%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

table, th, td {

  width: 45%;
 }

th, td {
  text-align: left;
  padding: 16px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

.blogtable table, th, td { 
			border: 2px solid  black;
			width: 45%;
			text-align: center;
			 margin: 0 auto;
			background: url("/images/webpage/fbtable.png") repeat
			}	
			
			
.minitable table, th, td { 
			border: 2px solid  black;
			width: 30%;
			height: 10%;
			text-align: center;
			background: black url("bluestar.png") repeat
			}	
#thefile {
  position: static;
  top: 10px;
  left: 10px;
  z-index: 45;
}

#canvas {
  position: static;
  left: 0;
  top: 0;
  width: 400px;
  height: 400px;
}

#audio {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: calc(45% - 20px);
}
			

.blogtable table, th, td { 
   table-layout: fixed;
  background: black url("bluestar.png") repeat
}

.PL {
  background-image:url("/images/webpage/fbtable.png");
  border:2px solid black;
}


.sr-only {
  position: absolute;
  top: -30em;
}

table.sortable td,
table.sortable th {
  padding: 0.125em 0.25em;
  width: 300px;
  background-image:url("/images/webpage/fbtable.png")
}

table.sortable th {
  font-weight: bold;
  border-bottom: thin solid #888;
  position: relative;
}

table.sortable th.no-sort {
  padding-top: 0.35em;
}

table.sortable th:nth-child(5) {
  width: 300px;
}

table.sortable th button {
  position: absolute;
  padding: 4px;
  margin: 1px;
  font-size: 100%;
  font-weight: bold;
  background: url("/images/webpage/fbtable.png");
  border: none;
  display: inline;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  outline: none;
  cursor: pointer;
}

table.sortable th button span {
  position: absolute;
  right: 4px;
}

table.sortable th[aria-sort="descending"] span::after {
  content: "▼";
  color: currentcolor;
  font-size: 100%;
  top: 0;
}

table.sortable th[aria-sort="ascending"] span::after {
  content: "▲";
  color: currentcolor;
  font-size: 100%;
  top: 0;
}

table.show-unsorted-icon th:not([aria-sort]) button span::after {
  content: "♢";
  color: currentcolor;
  font-size: 100%;
  position: relative;
  top: -3px;
  left: -4px;
}

table.sortable td.num {
  text-align: right;
}

table.sortable tbody tr:nth-child(odd) {
  background-color: black;
}

/* Focus and hover styling */

table.sortable th button:focus,
table.sortable th button:hover {
  padding: 2px;
  border: 2px solid currentcolor;
  background-color: black;
}

table.sortable th button:focus span,
table.sortable th button:hover span {
  right: 2px;
}

table.sortable th:not([aria-sort]) button:focus span::after,
table.sortable th:not([aria-sort]) button:hover span::after {
  content: "▼";
  color: currentcolor;
  font-size: 100%;
  top: 0;
}
