body {
  font-family: serif;
  font-size: 12pt;
  max-width: 1000px;
  margin: 0px auto;
  background-color: #ddd;
}
div.wrapper {
  min-height: 400px;
  padding: 48px 48px 32px 48px;
  background-color: #fff;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  overflow: hidden;
}
img {
  max-width:100%;
  max-height:100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
table {
  font-size: 10pt;
}
a:link {
  color: black;
  text-decoration: none;
}
div.content a:link {
  font-weight: bold;
}
a:visited {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
article {
  font-family: 'Lora', serif;
  line-height: 1.6;
}
span.covertype {
  font-size: 18pt;
}
div.disclaimer {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}
div.content {
  margin-left: 30px;
  margin-right: 30px;
}
th {
  padding-right: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
td {
  padding-right: 30px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
div.abstract {
  margin: 0px auto;
  width: 80%;
  margin-top: 50px;
  font-size: 10pt;
}
div.abstract::before {
  content: "ABSTRACT";
  font-style: italic;
}
div.itemcountssection {
  margin-top: 50px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
div.itemcounts {
  display: inline-block;
  border-right:1px solid black;
  padding-top: 15px;
  padding-bottom: 15px;
}
p {
  //text-indent: 30px;
  //text-align: justify;
}
div.pagebreak {
  background-color: #ddd;
  height: 30px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
pre {
  background: #EDEDED;
  border-radius: 10px;
  padding: 10px;
  font-size: 10pt;
}
