/* 
Just a few styles to pretty up the Lex search static pages
for div classes, see http://stackoverflow.com/a/17550180/232251
*/

body {
  background-color: #FBFAF8; /* #E5E5FF; */
  font-family: "Charis SIL", "Gentium Plus", "Noto Serif", Brill, "DejaVu Serif Book", "DejaVu Serif", Cambria, serif;
}
h1,h2,h3 {
  font-family: Tahoma, Geneva, "Trebuchet MS", Helvetica, "DejaVu Sans", sans-serif;
  color:#2B73B7;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
a:hover { color:#6699CC; }
code {
  font-family: Consolas, Monaco, monospace, serif;
  font-size: 100%;
}
footer {
  padding-top:2.0em;
  font-size: smaller;
  color:#999;
  text-align: center;
}
footer a:link, footer a:visited { color:#999; }
footer a:hover { color:#ccc; }

.container {
  text-align:center;
}
.inlineblock { 
  display: inline-block;
  zoom: 1;
  display*: inline; /* ie hack */
  max-width: 80%;
  text-align:left;
}

.quiet {
  color: #666666;
  font-size: smaller;
}
.hebrew {
  font-family:"SBL Hebrew","Taamey Frank","Ezra SIL",Arial,Tahoma;
  font-size:116%;
}
