﻿/*Reset Styles*/
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
/*Page Styles*/
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
#top-page-wrap {
  margin: 0 auto;
  width: 100%;
  background-color: #ffffff;
}
/*Header Styles*/
header {
  display: none;
}
/*Photo Styles*/
#photo-container {
  display: none;
}
/*Navigation and Content Styles*/
#nav-main-wrap {
  display: block;
}
/*Navigation Styles*/
nav {
  display: none;
}
/*Content Styles*/
main {
  display: block;
  width: auto;
  background-color: #ffffff;
}
.h1-article {
  margin: 0;
  text-align: center;
  font-family: 'Times New Roman', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.h1-margin {
  margin-bottom: 20px;
}
.h1-margin-print {
  margin-bottom: 20px;
}
#note {
  display: none;
}
#note-print {
  margin: 10px 0 20px;
  text-align: left;
  font-family: 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.4;
}
.hr {
  display: none;
}
h2 {
  margin: 0;
  font-family: 'Times New Roman', serif;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
h3 {
  margin: 0;
  font-family: 'Times New Roman', serif;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
main p {
  margin: 0 0 20px 0;
  text-align: left;
  font-family: 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.4;
}
#top-of-page-wrap {
  display: none;
}
main a:link,
main a:visited {
  color: #000000;
  border: none;
}
main a:after {
  content: ' (' attr(href) ') ';
  font-style: normal;
}
main a[href*='biblia']:after {
  content: none;
}
main a[href*='#']:after {
  content: none;
}
.nobr {
  white-space: nowrap;
}
/*Footer Styles*/
footer {
  height: 0;
}
