html, body {
  margin: 0;
  padding: 0;
  widows: 100%;
  height: 100%;
  font-family: sans-serif;
  line-height: 1.5;
  letter-spacing: .03em;
}

@media print {
    body { display: none !important; }
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.menu {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: scroll;
  width: 300px;
  background-color: #f8ece0;
}

.menu ul {
  list-style-type: none;
  margin: .5em 1em;
  padding: 0;
}

.menu li {
  line-height: 1.7em;
  font-size: .8em;
  text-indent: -1em;
}

.content {
  position: absolute;
  top: 0;
  left: 300px;
  bottom: 0;
  right: 0;
  padding: 0 1em;
  text-align: justify;
}

.law_num {
  font-size: .9em;
  margin-bottom: 1em;
}

.law_title {
  font-weight: bold;
  font-size: 1.3em;
  margin-left: 1em;
  margin-bottom: 1em;
}

.enact_statement {
  text-indent: 1em;
}

.toc_chapter, .toc_suppl {
  margin-left: 1em;
}

.toc_section {
  margin-left: 2em;
}

.toc_subsection {
  margin-left: 3em;
}

.chapter_title {
  font-weight: bold;
  margin-top: 1em;
  margin-left: 3em;
}

.section_title {
  font-weight: bold;
  margin-left: 4em;
}

.article_caption {
  margin-left: 1em;
}

.paragraph {
  margin-left: 0;
}

.paragraph_caption {
  margin-left: 1em;
}

.paragraph_sentence {
  margin-left: 1em;
  text-indent: -1em;
}

.article_title, .paragraph_num {
  font-weight: bold;
  margin-right: 1em;
}

.item {
  margin-left: 1em;
}

.item_noi {
  margin-left: 0;
}

.item_title {
  font-weight: bold;
  margin-right: 1em;
}

.item_sentence {
  margin-left: 1em;
  text-indent: -1em;
}

.sub_item1 {
  margin-left: 2em;
}
td > .sub_item1 {
  margin-left: 1em;
}

.sub_item2 {
  margin-left: 3em;
}
td > .sub_item2 {
  margin-left: 2em;
}

.sub_item3 {
  margin-left: 4em;
}
td > .sub_item3 {
  margin-left: 3em;
}

.sub_item4 {
  margin-left: 5em;
}
td > .sub_item4 {
  margin-left: 4em;
}

.sub_item5 {
  margin-left: 6em;
}
td > .sub_item5 {
  margin-left: 5em;
}

.sub_item6 {
  margin-left: 7em;
}
td > .sub_item6 {
  margin-left: 6em;
}

.sub_item7 {
  margin-left: 8em;
}
td > .sub_item7 {
  margin-left: 7em;
}

.sub_item8 {
  margin-left: 9em;
}
td > .sub_item8 {
  margin-left: 8em;
}

.sub_item9 {
  margin-left: 10em;
}
td > .sub_item9 {
  margin-left: 9em;
}

.subsection_title {
  font-weight: bold;
  margin-left: 5em;
}

.list {
  margin-left: 2em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0;
}

td {
  border: solid 1px #000;
  padding: .2em .3em;
}

.border_top {
  border-top: solid 1px #000;
}
.border_top_none {
  border-top: none;
}

.border_bottom {
  border-bottom: solid 1px #000;
}
.border_bottom_none {
  border-bottom: none;
}

.border_left {
  border-left: solid 1px #000;
}
.border_left_none {
  border-left: none;
}

.border_right {
  border-right: solid 1px #000;
}
.border_right_none {
  border-right: none;
}
.suppl_label {
  font-weight: bold;
  margin-left: 3em;
}

.quote_struct {
  vertical-align: middle;
  display: inline-block;
}

.quote_struct table {
  margin: 0;
}

.quote_struct td {
  padding: .1em .2em;
  text-indent: 0;
}

.appdx_table {
  margin: 1em 0;
}

.appdx_table_title {
  font-weight: bold;
  margin-left: 1em;
  text-indent: -1em;
}

.check {
  background-color: #ff0000;
}
