/* This document contains styles that pertain only to pages within the /papers/ folder */
.document h1 {
  background: none;
  text-indent: 0;
  float: none;
  font-size: 150%;
  font-weight: normal;
  width: 90%;
  height: 1.2em;
  padding: 0 !important;
  margin: 1em 0 0 23px !important;
}
.document h2 {
  background: none;
  float: none;
  font-size: 130%;
  font-weight: normal;
  padding-left: 23px;
  margin: 0;
}
.document h3 {
  font-size: 115%;
  font-weight: bold;
  padding-left: 23px;
  margin: 0;
}
.document h4 {
  font-size: 100% !important;
  font-weight: bold;
  padding-left: 23px !important;
  margin-top: 0 !important;
}
.document p {
  padding-left: 23px !important;
  margin-top: .5em;
}
.document table {
  border-collapse: collapse;
  margin-left: 23px !important;
  margin-bottom: 1em;
}
.maxwidth {
  width: 40em;
}
.document table td, .document table th{
  border: 1px solid black;
  padding: 2px;
}
.document table.noborder td, .document table.noborder th{
  border: none;
}
tr.colored td, tr.colored th {
  background-color: #ccc;
}




