html {
	background-color: #eee;
}
body {
	margin-top: 0px;
	color: #000;
	font-family: Helvetica, sans-serif;
	font-size: 0.95em;
}
li, h1, h2, h3, h4, p {
	text-shadow: #bbb 1px 1px 2px;
}
h1 {
	font-size: 3.5em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
h1, h2, h3 {
	margin: 0.3em 0 0 0;
	font-variant: small-caps;
	color: black;
	text-shadow: #ccc 2px 2px 5px;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}
abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote, ul, ol, dl {
	margin: 0.25em;
}
ol, ul, dl {
	margin: 0 0 1em .2em;
	padding: 0 0 0 .8em;
}
ol li {
	list-style: decimal;
}
ul li {
	list-style: circle;
}
dl dd {
	margin-left: 1em;
}
th, td {
	border: 1px solid #000;
	padding: 0.5em;
}
th {
	font-weight: bold;
	text-align: center;
}
table.noborder td{
	border: none;
}
caption {
	margin-bottom: 0.5em;
	text-align: center;
}
p, fieldset, table, pre {
	margin-bottom: 1em;
}
p#footer {
	text-align: center;
}
p#logo {
	margin-top: 25px;
}
p#einstein {
	text-align: center;
}
ul.nav {
	margin: 0;
}
ul.nav li {
	list-style-type: none;
	font-size: 1.2em;
}
ul.subnav {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 0.85em;
}
.small {
	font-size: 0.7em;
}
a:link {
	color: #f60;
	text-decoration: none;
}
a:visited {
	color: #f80;
	text-decoration: none;
}
a:hover {
	text-shadow: #fc0 0 0 5px;
}
a:active {
	color: blue;
	text-decoration: none;
}

a.nostyle {
	color: #000;
}
img {
	border-style: none;
}

.column {
/* the proper rules ready for future */
column-count: 3;
column-gap: 2em;
/* column-width: 30%; -> percentage not valid */

/* Moz/Firefox rules */
-moz-column-count: 3;
-moz-column-gap: 2em;

/* Safari & Chrome rules */
-webkit-column-count: 3;
-webkit-column-gap: 2em;
}

pre {padding: 6pt; padding-left:12pt; font-size: 1.1em}
a.downloadbutton {font-size: 2em; font-weight: bold}
p.downloadnotice {text-align: center}

/* ThornDoc */
li.doclist {display: inline-block; margin-left: 0.3em; margin-right: 0.3em}

table.gsc-search-box td {
  border: 0px;
}

div.gsc-control-cse {
  padding: 0px;
  border: 0px;
}

form.gsc-search-box {
  padding: 10px 0px 0px 0px;
  border: 0px;
}

div.gsc-results-wrapper-overlay td, div.gsc-results-wrapper-visible td{
  border: 0px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #FFFFFF;
}

div.gsc-results-wrapper-overlay a:hover, div.gsc-results-wrapper-visible a:hover{
  text-shadow: none;
}

ul.gallerytable {
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 10px;
}

li.gallerytable {
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
}

div.gallerytable {
    width: 300px;
    /* height: 300px; */
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

img.gallerytable {
    width: 100%;
    /* margin-top: 10px; */
    vertical-align: top;
    border-style: solid;
    border-width: 2px;
    border-color: black;
}

h4.gallerytable{
    font-size: 120%;
}

pre.wrap {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

p.caption {
    font-style: italic
}
