/* The page body */
html, body {
  background: #fff;
  /* overflow: hidden; */
  font-family: "Times New Roman", "Times", serif;
}

/* The div holding the wooden table img tag */
#wooden-table {
  position: absolute;
  left: -5000px;
}

pre{
	font-family: "Times New Roman", "Times", serif;
	font-style: italic;
}

/* The light table itself */
#lighttable {
  position: relative;
  width: 800px;
  height: 450px;
  background: #fff; /* url(images/wooden-table.jpg) */
  padding: 70px;
  margin: 0 auto;
  /* border: 20px solid #111; */
  border:1px solid black;
  display: none;
}

/* Photos on the light table */
#lighttable img {
  /* border: 1px solid transparent; */
  /* box-shadow: 0 0 1em rgba(0, 0, 0, 0.9); */
  /* -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.9); */
  /* -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.9); */
  position: absolute;
  left: -99999px;
  top: -99999px;
}

#lighttable img:hover {
  cursor: pointer;
  /* border: 1px solid rgba(100,100,100,0.1); */
  background: rgba(100,100,100,0.1);
}

/* The description at the top of the page */

#description {
  padding: 10px 10px 5px 10px;
  background: #111;
  color: #fff;
  width: 45em;
  margin: 0 auto -5px auto;
  text-align: center;
}

#description h1 {
  font-size: 14px;
  line-height: 1.3em;
}

#description a {
  color: #bbf;
}

#moretextfields {
	margin-top:4px;
}

#h1 {
	font-size:3em;
	color:silver;
	text-decoration:none;
}
#h1:hover {
	color:blue;
	text-decoration:underline;
}
#h1x {
	font-size:3em;
}
#h1div {
	padding-top:10px;
}