body {
  background-color: #EFF0FF;
  color: #000000;
}
.interlocutor {color: #800000;}
.interlocutor blockquote {color: #000000;}
.interlocutor blockquote .interlocutor {color: #800000;}
blockquote blockquote {
  font-size: smaller;
}
blockquote blockquote blockquote {
  font-size: 100%;
}
a:link {color: #0000FF;}
a:visited {color: #800080;}
a:active {color: #FF0000;}
.translation {font-size: smaller}

#content {
  width: 70%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 2px;
  border-color: #000000;
  padding: 16px;
}
#ad_bottom_counters {
  margin-top: 8px;
  width: 70%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 18px; /* precisely under right bottom corner of #content */
}
#ad_top_google {
  width: 700px; /* guarantees that several wide ads cannot be placed in one line on a very wide screen */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
#ad_bottom_google {
  margin-top: 8px;
}
.forward_back_nav {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: sans-serif;
  font-size: smaller;
}
.forward_back_nav a {
  text-decoration: none;
}
.back_link {
  display: block;
  float: left;
  text-align: right;
  width: 38%;
}
.top_link {
  display: block;
  float: left;
  text-align: center;
  width: 20%;
}
.forward_link {
  display: block;
  float: left;
  text-align: left;
  width: 38%;
}
li.subdirectory {
  list-style-type: circle;
}
a.ref {
  /* vertical-align: super; */
  text-decoration: none;
}
a.footnote {
  position: relative;
  top: -5px;
  font-size: smaller;
  text-decoration: none;
}
.footnotes {
  font-size: smaller;
}
.img_center {
  text-align: center;
}
.epigraph {
  width: 45%;
  margin-left: auto;
  font-size: smaller;
}
.epigraph_hebrew {
  width: 45%;
  margin-left: auto;
  text-align: right;
}
.epigraph_hebrew b {
  font-size: 120%;
}
.epigraph_source {
  width: 40%;
  margin-left: auto;
  font-size: smaller;
  font-style: italic;
  text-align: right;
}
.epigraph_rtl {
  width: 45%;
  margin-right: auto;
  font-size: smaller;
}
.epigraph_source_rtl {
  width: 40%;
  margin-right: auto;
  font-size: smaller;
  font-style: italic;
  text-align: left;
}
.temporary_remarks {
  display: none;
}
.clearer {
  clear: both;
}
