@charset  UTF-8;

/* CSS Document */
ul,ol {
  color: #000;
  font-family: "Lucida Grande", Helvetica, san-serif;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

ul li,ol li {
  font-size: 12px;
  line-height: 18px;
  padding-left: 0;
  text-decoration: none;
}

ul ul li:nth-child(1),ol ul li:nth-child(1) {
  text-decoration: none;
}

ul ul li,ol ol li {
  font-size: 12px;
  font-weight: 400;
  list-style-type: none;
  padding-left: 45px;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  font-family: "Lucida Grande", Helvetica, san-serif;
  font-size: 12px;
  margin: 10px 0;
}

table,th,td {
  border: 1px solid #000;
}

table p {
  margin: 0;
  padding: 0;
}

td,th {
  padding: 10px;
}

tr:nth-child(odd) {
  background-color: #eaeaea;
}

thead tr:nth-child(odd),tr:nth-child(even) {
  background-color: #fff;
}

.red {
  color: #f80f04;
  font-weight: 700;
}

.nt {
  font-style: italic;
  font-weight: 700;
}

.indent {
  margin-left: 15px;
}

.subindent {
  margin-left: 25px;
}

pre {
  background-color: #edf5fc;
  border: 1px solid #888;
  padding: 5px;
  white-space: 0;
  word-wrap: break-word;
}

a,p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.bold {
  font-weight: 700;
}

.readme img {
  width: 720px;
}

.subhead {
  color: #4f81bd;
  font-family: "Lucida Grande", Helvetica, san-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 30px;
}

.table3-4 li {
  font-family: "Lucida Grande", Helvetica, san-serif;
  font-size: 12px;
  list-style-position: outside;
  list-style-type: decimal;
}

.numeral li {
  font-family: "Lucida Grande", Helvetica, san-serif;
  font-size: 12px;
  list-style-position: outside;
  list-style-type: decimal;
}

.roman li {
  font-family: "Lucida Grande", Helvetica, san-serif;
  font-size: 12px;
  list-style-position: outside;
  list-style-type: upper-roman;
}
