h1,
h2,
h3,
h4,
h5,
h6 {
  color: #9a382e;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disclosure-closed;
}


table{
  max-width: 100%;
}

table,
tr,
td {
  border-width: initial;
  border: 1px solid;
}
