#chapter .sec-img {
    text-indent: 10px;
    margin-top: 5px;
}

#chapter h2 {
    color: black;
    font-family: Arial, sans-serif;
    font-size: 18pt;
}
#chapter .chapter_num {
    color: #9EBE88;
    font-family: Arial, sans-serif;
    font-size: 10px;
}

#chapter .authors {
    font-weight: bold;
    text-indent: 10px;
}

#chapter .heading-div {
    text-indent: 0;
    margin: 25px 0 10px 0;
}

#chapter h3 {
    font-family: Arial, sans-serif;
    font-size: 14pt;
    color: #1B9991;
    border-bottom: black solid 2px;
    margin-top:18px;
    text-indent: 0;
}

#chapter h4 {
    font-family: Arial, sans-serif;
    font-size: 12pt;
    color: #0084CA;
    font-weight: bold;
    text-indent: 0;
    margin: 12px 0 12px;
}

#chapter h5 {
    font-weight: bold;
    text-indent: 0;
    margin-top: 15px;
}

#chapter .table_section {
    margin-top: 25px;
}

#chapter .table_header {
    background-color: #F2BB49;
    font-weight: bold;
    padding-left: 5px;
}

#chapter .table_title {
    padding: 8px 0 8px 0;
    font-weight: bold;
}

#chapter .data_table {
    border: #F3C35F solid 2px;
    width: 100%;
  border-collapse:collapse;
}

#chapter .data_table td, th {
    padding-left: 5px;
  border:1px solid #F4F4F4;
}

#chapter .data_table th {
    padding: 5px;
    border-bottom: #F3C35F solid 2px;
    text-align: left;
}

#chapter .first_table_row {
    padding-top: 5px;
}

#chapter .last_table_row {
    padding-bottom: 5px;
}

#chapter .references {
    font-style: italic;
    font-size: smaller;
}

#chapter p {
  margin:6px 0 10px;
}

#chapter ol.list-type-a {
  list-style-type: lower-alpha;
}
#chapter li {
  margin-left:35px;
}

#chapter .sec-indent {
  padding-left:14px;
}