/*
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden}
*/

body {
  width: 100%;
  max-width : 580px;
  font-family : Arial, Verdana, Helvetica;
  margin-left: 5px;
  padding-right: 10px;
}

h1 {
  font-size: 18pt;
  padding-right: 10px;
}

h2 {
  padding-right: 10px;
}

h3 {
  padding-right: 10px;
}

table.banner {
  width : 100%;
  max-width : 550px;
  background-color: black;
  border-collapse: collapse;
  border:1px solid black;
}

table.banner a {
  text-decoration: none;
  color: white;
}
table.banner a:hover {
  color: yellow;
}

table.banner td {
  padding: 4pt;
  color: white;
  font-family: Arial, Verdana, Helvetica;
  font-size: 16pt;
  border-collapse: collapse;
  border-style: dashed;
  border-width: 0;
  vertical-align: top;
}

table.scripture_compare {
  border-collapse: collapse;
  border: 1px solid black;
}

table.scripture_compare th {
  width: 48%;
  border-collapse: collapse;
  border: 1px solid black;
  vertical-align: top;
  margin:8px;
}

table.scripture_compare td {
  width: 48%;
  border-collapse: collapse;
  border: 1px solid black;
  vertical-align: top;
  padding:8px;
}

p.copyright {
  margin-top: 0pt;
  margin-bottom: 0pt;
  font-size: 10pt;
}

p.scripture_quote {
  border: 1px solid gray;
  font-size: 11pt;
  padding: 8px;
}

p {
  text-align: justify;
  padding-right: 10px;
}
p.footnote {
  font-family: Times New Roman;
  font-size: 10pt;
}
p.Verse {
  border: 1px solid black;
  padding: 5px;
  margin-left: 20px;
  margin-right: 5px;
}
p.Quote {
  margin-left: 20px;
}
