@charset "UTF-8";
/****************************************************************/
.faa_table tbody tr li td ul li { list-style: none !important; }

/* AIP nested ordered list style */
ol { margin: 5px; padding: 5px 5px 5px 10px; counter-reset: item; }

ol li { display: block; }

/* Align second level and descendants to 0 margin to mimmick AIP*/
ol ol { margin: 0; padding: 0; }

/* First level generic style */
ol li:before { counter-increment: item; content: counters(item, ".") ". "; font-weight: bold; }

/* Second to fourth level no dot (.) after the last list item */
ol li ol li:before { counter-increment: item; content: counters(item, ".") " "; font-weight: bold; }

/** Indentation for fith level ol */
ol li ol li ol li ol li ol li { margin-left: 12px; /** Pull back note, example, reference, caution, phraseology to 0 margin */ }

ol li ol li ol li ol li ol li .example-box, ol li ol li ol li ol li ol li .note-box, ol li ol li ol li ol li ol li .caution-box, ol li ol li ol li ol li ol li .phraseology-box, ol li ol li ol li ol li ol li .reference-box { margin-left: -10px; }

/* Style six level nested ol li */
ol li ol li ol li ol li ol li:before { counter-increment: item; content: counter(item, lower-alpha) ") "; font-weight: bold; }

/* Six level */
ol li ol li ol li ol li ol li ol li:before { counter-increment: item; content: counter(item, decimal) ") "; font-weight: bold; }
/* Seven level */
ol li ol li ol li ol li ol li ol li ol li:before { counter-increment: item; content: " (" counter(item, lower-alpha) ") "; font-weight: bold; }

/* Styling notes, cautions, phraseology, reference list items */
.example-box, .note-box, .caution-box, .phraseology-box, .reference-box ol { counter-reset: noteitem; }

.example-box ol li:before, .note-box ol li:before, .phraseology-box ol li:before, .reference-box ol li:before, .caution-box ol li:before { counter-increment: noteitem; content: counter(noteitem, decimal) ". "; font-weight: bold; }

ol .part_1_gen:first-child:before { content: "GEN 0." counter(item, decimal) " "; font-weight: bold; }

ol .part_1_gen:nth-child(2) { counter-increment: item -1; }

.part_1_gen:nth-child(2):before { content: "GEN " counter(item, decimal) ". "; font-weight: bold; }

.part_1_gen:before { content: "GEN " counter(item, decimal) ". "; font-weight: bold; font-size: 15px;}

.part_2_enr:before { content: "ENR " counter(item, decimal) ". "; font-weight: bold; font-size: 15px;}

.part_3_ad:before { content: "AD " counter(item, decimal) ". "; font-weight: bold; font-size: 15px;}

.aip_editor { font-size: 1.1rem !important; font-family: Arial, Helvetica, sans-serif; line-height: 1.4rem; }

.small_img { display: inline; }

/*Style the second p tag of the text box */
.example-box p:nth-child(2), .note-box p:nth-child(2), .caution-box p:nth-child(2), .phraseology-box p:nth-child(2), .reference-box p:nth-child(2) { margin-top: -12px; margin-bottom: -5px; }

/* Style the ol tag of the text box */
.example-box .list-style-type-decimal, .note-box .list-style-type-decimal, .caution-box .list-style-type-decimal, .phraseology-box .list-style-type-decimal, .reference-box .list-style-type-decimal { margin-top: -12px; font-style: italic; }

/** Ordered list in tables */
.faa_table ol li::before { counter-increment: item; content: counter(item, lower-alpha) ". "; font-weight: bold; }

/** Unordered list in tables */
ul.table_u_list { list-style-type: square !important; }

ul.table_u_list li:before { counter-increment: newitem; content: ""; }

.dot { height: 4px; width: 4px; background-color: #000; border-radius: 50%; display: inline-block; }

li > p { display: inline; }

/*# sourceMappingURL=aip_faa_ol.css.map */

/****************************************************************/
/* DELETED MANY LINES CONTAINING THE CLASS  .usa-content*/
/* FAA nested ordered list style */
ol { margin: 5px; }

ol li { display: block; }

/* ol.list-style-type-decimal > li { margin-left: -2.6rem; } */

/* Styling notes, cautions, phraseology, reference list items */
.example-box, .examples-box, .note-box, .caution-box, .phraseology-box, .reference-box ol { counter-reset: noteitem; }

.examples-box ol li:before, .example-box ol li:before, .note-box ol li:before, .phraseology-box ol li:before, .reference-box ol li:before, .caution-box ol li:before { counter-increment: noteitem; content: counter(noteitem, decimal) ". "; font-weight: bold; }

/** Style ordered lists inside a table */
/*Style the second p tag of the text box */
/* Style the ol tag of the text box */
.examples-box .list-style-type-decimal, .example-box .list-style-type-decimal, .note-box .list-style-type-decimal, .caution-box .list-style-type-decimal, .phraseology-box .list-style-type-decimal, .reference-box .list-style-type-decimal { margin-top: -12px; }

/** Only show chapter or section prefix when on screen bigger than 600px */
@media screen and (min-width: 600px) { .book-summary .chap_1 { /* Reset the chapter numbering from chapter one*/ counter-reset: chap; } .book-summary li:before { counter-increment: chap; content: "Chapter " counter(chap, decimal) ". "; font-weight: bold; } .appendix-summary { counter-reset: appendix; } .appendix-summary li:before { counter-increment: appendix; /** Change the appendix numbering to uppercase letters */ content: "Appendix " counter(appendix, upper-alpha) ". "; font-weight: bold; } }

@media screen and (min-width: 950px) { ul#main { display: none; } }

ol.book-chapter .chap1_section_1:before { content: "Section 1."; }

ol.book-chapter .chap1_section_2:before { content: "Section 2."; }

ol.book-chapter .chap1_section_3:before { content: "Section 3."; }

ol.book-chapter .chap1_section_4:before { content: "Section 4."; }

ol.book-chapter .chap1_section_5:before { content: "Section 5."; }

ol.book-chapter .chap1_section_6:before { content: "Section 6."; }

ol.book-chapter .chap1_section_7:before { content: "Section 7."; }

ol.book-chapter .chap1_section_8:before { content: "Section 8."; }

ol.book-chapter .chap1_section_9:before { content: "Section 9."; }

ol.book-chapter .chap1_section_10:before { content: "Section 10."; }

ol.book-chapter .chap1_section_11:before { content: "Section 11."; }

ol.book-chapter .chap1_section_12:before { content: "Section 12."; }

ol.book-chapter .chap1_section_13:before { content: "Section 13."; }

ol.book-chapter .chap1_section_14:before { content: "Section 14."; }

ol.book-chapter .chap1_section_15:before { content: "Section 15."; }

ol.book-chapter .chap1_section_16:before { content: "Section 16."; }

ol.book-chapter .chap1_section_17:before { content: "Section 17."; }

ol.book-chapter .chap1_section_18:before { content: "Section 18."; }

ol.book-chapter .chap1_section_19:before { content: "Section 19."; }

ol.book-chapter .chap1_section_20:before { content: "Section 20."; }

ol.book-chapter .chap1_section_21:before { content: "Section 21."; }

ol.book-chapter .chap1_section_22:before { content: "Section 22."; }

ol.book-chapter .chap2_section_1:before { content: "Section 1."; }

ol.book-chapter .chap2_section_2:before { content: "Section 2."; }

ol.book-chapter .chap2_section_3:before { content: "Section 3."; }

ol.book-chapter .chap2_section_4:before { content: "Section 4."; }

ol.book-chapter .chap2_section_5:before { content: "Section 5."; }

ol.book-chapter .chap2_section_6:before { content: "Section 6."; }

ol.book-chapter .chap2_section_7:before { content: "Section 7."; }

ol.book-chapter .chap2_section_8:before { content: "Section 8."; }

ol.book-chapter .chap2_section_9:before { content: "Section 9."; }

ol.book-chapter .chap2_section_10:before { content: "Section 10."; }

ol.book-chapter .chap2_section_11:before { content: "Section 11."; }

ol.book-chapter .chap2_section_12:before { content: "Section 12."; }

ol.book-chapter .chap2_section_13:before { content: "Section 13."; }

ol.book-chapter .chap2_section_14:before { content: "Section 14."; }

ol.book-chapter .chap2_section_15:before { content: "Section 15."; }

ol.book-chapter .chap2_section_16:before { content: "Section 16."; }

ol.book-chapter .chap2_section_17:before { content: "Section 17."; }

ol.book-chapter .chap2_section_18:before { content: "Section 18."; }

ol.book-chapter .chap2_section_19:before { content: "Section 19."; }

ol.book-chapter .chap2_section_20:before { content: "Section 20."; }

ol.book-chapter .chap2_section_21:before { content: "Section 21."; }

ol.book-chapter .chap2_section_22:before { content: "Section 22."; }

ol.book-chapter .chap3_section_1:before { content: "Section 1."; }

ol.book-chapter .chap3_section_2:before { content: "Section 2."; }

ol.book-chapter .chap3_section_3:before { content: "Section 3."; }

ol.book-chapter .chap3_section_4:before { content: "Section 4."; }

ol.book-chapter .chap3_section_5:before { content: "Section 5."; }

ol.book-chapter .chap3_section_6:before { content: "Section 6."; }

ol.book-chapter .chap3_section_7:before { content: "Section 7."; }

ol.book-chapter .chap3_section_8:before { content: "Section 8."; }

ol.book-chapter .chap3_section_9:before { content: "Section 9."; }

ol.book-chapter .chap3_section_10:before { content: "Section 10."; }

ol.book-chapter .chap3_section_11:before { content: "Section 11."; }

ol.book-chapter .chap3_section_12:before { content: "Section 12."; }

ol.book-chapter .chap3_section_13:before { content: "Section 13."; }

ol.book-chapter .chap3_section_14:before { content: "Section 14."; }

ol.book-chapter .chap3_section_15:before { content: "Section 15."; }

ol.book-chapter .chap3_section_16:before { content: "Section 16."; }

ol.book-chapter .chap3_section_17:before { content: "Section 17."; }

ol.book-chapter .chap3_section_18:before { content: "Section 18."; }

ol.book-chapter .chap3_section_19:before { content: "Section 19."; }

ol.book-chapter .chap3_section_20:before { content: "Section 20."; }

ol.book-chapter .chap3_section_21:before { content: "Section 21."; }

ol.book-chapter .chap3_section_22:before { content: "Section 22."; }

ol.book-chapter .chap4_section_1:before { content: "Section 1."; }

ol.book-chapter .chap4_section_2:before { content: "Section 2."; }

ol.book-chapter .chap4_section_3:before { content: "Section 3."; }

ol.book-chapter .chap4_section_4:before { content: "Section 4."; }

ol.book-chapter .chap4_section_5:before { content: "Section 5."; }

ol.book-chapter .chap4_section_6:before { content: "Section 6."; }

ol.book-chapter .chap4_section_7:before { content: "Section 7."; }

ol.book-chapter .chap4_section_8:before { content: "Section 8."; }

ol.book-chapter .chap4_section_9:before { content: "Section 9."; }

ol.book-chapter .chap4_section_10:before { content: "Section 10."; }

ol.book-chapter .chap4_section_11:before { content: "Section 11."; }

ol.book-chapter .chap4_section_12:before { content: "Section 12."; }

ol.book-chapter .chap4_section_13:before { content: "Section 13."; }

ol.book-chapter .chap4_section_14:before { content: "Section 14."; }

ol.book-chapter .chap4_section_15:before { content: "Section 15."; }

ol.book-chapter .chap4_section_16:before { content: "Section 16."; }

ol.book-chapter .chap4_section_17:before { content: "Section 17."; }

ol.book-chapter .chap4_section_18:before { content: "Section 18."; }

ol.book-chapter .chap4_section_19:before { content: "Section 19."; }

ol.book-chapter .chap4_section_20:before { content: "Section 20."; }

ol.book-chapter .chap4_section_21:before { content: "Section 21."; }

ol.book-chapter .chap4_section_22:before { content: "Section 22."; }

ol.book-chapter .chap5_section_1:before { content: "Section 1."; }

ol.book-chapter .chap5_section_2:before { content: "Section 2."; }

ol.book-chapter .chap5_section_3:before { content: "Section 3."; }

ol.book-chapter .chap5_section_4:before { content: "Section 4."; }

ol.book-chapter .chap5_section_5:before { content: "Section 5."; }

ol.book-chapter .chap5_section_6:before { content: "Section 6."; }

ol.book-chapter .chap5_section_7:before { content: "Section 7."; }

ol.book-chapter .chap5_section_8:before { content: "Section 8."; }

ol.book-chapter .chap5_section_9:before { content: "Section 9."; }

ol.book-chapter .chap5_section_10:before { content: "Section 10."; }

ol.book-chapter .chap5_section_11:before { content: "Section 11."; }

ol.book-chapter .chap5_section_12:before { content: "Section 12."; }

ol.book-chapter .chap5_section_13:before { content: "Section 13."; }

ol.book-chapter .chap5_section_14:before { content: "Section 14."; }

ol.book-chapter .chap5_section_15:before { content: "Section 15."; }

ol.book-chapter .chap5_section_16:before { content: "Section 16."; }

ol.book-chapter .chap5_section_17:before { content: "Section 17."; }

ol.book-chapter .chap5_section_18:before { content: "Section 18."; }

ol.book-chapter .chap5_section_19:before { content: "Section 19."; }

ol.book-chapter .chap5_section_20:before { content: "Section 20."; }

ol.book-chapter .chap5_section_21:before { content: "Section 21."; }

ol.book-chapter .chap5_section_22:before { content: "Section 22."; }

ol.book-chapter .chap6_section_1:before { content: "Section 1."; }

ol.book-chapter .chap6_section_2:before { content: "Section 2."; }

ol.book-chapter .chap6_section_3:before { content: "Section 3."; }

ol.book-chapter .chap6_section_4:before { content: "Section 4."; }

ol.book-chapter .chap6_section_5:before { content: "Section 5."; }

ol.book-chapter .chap6_section_6:before { content: "Section 6."; }

ol.book-chapter .chap6_section_7:before { content: "Section 7."; }

ol.book-chapter .chap6_section_8:before { content: "Section 8."; }

ol.book-chapter .chap6_section_9:before { content: "Section 9."; }

ol.book-chapter .chap6_section_10:before { content: "Section 10."; }

ol.book-chapter .chap6_section_11:before { content: "Section 11."; }

ol.book-chapter .chap6_section_12:before { content: "Section 12."; }

ol.book-chapter .chap6_section_13:before { content: "Section 13."; }

ol.book-chapter .chap6_section_14:before { content: "Section 14."; }

ol.book-chapter .chap6_section_15:before { content: "Section 15."; }

ol.book-chapter .chap6_section_16:before { content: "Section 16."; }

ol.book-chapter .chap6_section_17:before { content: "Section 17."; }

ol.book-chapter .chap6_section_18:before { content: "Section 18."; }

ol.book-chapter .chap6_section_19:before { content: "Section 19."; }

ol.book-chapter .chap6_section_20:before { content: "Section 20."; }

ol.book-chapter .chap6_section_21:before { content: "Section 21."; }

ol.book-chapter .chap6_section_22:before { content: "Section 22."; }

ol.book-chapter .chap7_section_1:before { content: "Section 1."; }

ol.book-chapter .chap7_section_2:before { content: "Section 2."; }

ol.book-chapter .chap7_section_3:before { content: "Section 3."; }

ol.book-chapter .chap7_section_4:before { content: "Section 4."; }

ol.book-chapter .chap7_section_5:before { content: "Section 5."; }

ol.book-chapter .chap7_section_6:before { content: "Section 6."; }

ol.book-chapter .chap7_section_7:before { content: "Section 7."; }

ol.book-chapter .chap7_section_8:before { content: "Section 8."; }

ol.book-chapter .chap7_section_9:before { content: "Section 9."; }

ol.book-chapter .chap7_section_10:before { content: "Section 10."; }

ol.book-chapter .chap7_section_11:before { content: "Section 11."; }

ol.book-chapter .chap7_section_12:before { content: "Section 12."; }

ol.book-chapter .chap7_section_13:before { content: "Section 13."; }

ol.book-chapter .chap7_section_14:before { content: "Section 14."; }

ol.book-chapter .chap7_section_15:before { content: "Section 15."; }

ol.book-chapter .chap7_section_16:before { content: "Section 16."; }

ol.book-chapter .chap7_section_17:before { content: "Section 17."; }

ol.book-chapter .chap7_section_18:before { content: "Section 18."; }

ol.book-chapter .chap7_section_19:before { content: "Section 19."; }

ol.book-chapter .chap7_section_20:before { content: "Section 20."; }

ol.book-chapter .chap7_section_21:before { content: "Section 21."; }

ol.book-chapter .chap7_section_22:before { content: "Section 22."; }

ol.book-chapter .chap8_section_1:before { content: "Section 1."; }

ol.book-chapter .chap8_section_2:before { content: "Section 2."; }

ol.book-chapter .chap8_section_3:before { content: "Section 3."; }

ol.book-chapter .chap8_section_4:before { content: "Section 4."; }

ol.book-chapter .chap8_section_5:before { content: "Section 5."; }

ol.book-chapter .chap8_section_6:before { content: "Section 6."; }

ol.book-chapter .chap8_section_7:before { content: "Section 7."; }

ol.book-chapter .chap8_section_8:before { content: "Section 8."; }

ol.book-chapter .chap8_section_9:before { content: "Section 9."; }

ol.book-chapter .chap8_section_10:before { content: "Section 10."; }

ol.book-chapter .chap8_section_11:before { content: "Section 11."; }

ol.book-chapter .chap8_section_12:before { content: "Section 12."; }

ol.book-chapter .chap8_section_13:before { content: "Section 13."; }

ol.book-chapter .chap8_section_14:before { content: "Section 14."; }

ol.book-chapter .chap8_section_15:before { content: "Section 15."; }

ol.book-chapter .chap8_section_16:before { content: "Section 16."; }

ol.book-chapter .chap8_section_17:before { content: "Section 17."; }

ol.book-chapter .chap8_section_18:before { content: "Section 18."; }

ol.book-chapter .chap8_section_19:before { content: "Section 19."; }

ol.book-chapter .chap8_section_20:before { content: "Section 20."; }

ol.book-chapter .chap8_section_21:before { content: "Section 21."; }

ol.book-chapter .chap8_section_22:before { content: "Section 22."; }

ol.book-chapter .chap9_section_1:before { content: "Section 1."; }

ol.book-chapter .chap9_section_2:before { content: "Section 2."; }

ol.book-chapter .chap9_section_3:before { content: "Section 3."; }

ol.book-chapter .chap9_section_4:before { content: "Section 4."; }

ol.book-chapter .chap9_section_5:before { content: "Section 5."; }

ol.book-chapter .chap9_section_6:before { content: "Section 6."; }

ol.book-chapter .chap9_section_7:before { content: "Section 7."; }

ol.book-chapter .chap9_section_8:before { content: "Section 8."; }

ol.book-chapter .chap9_section_9:before { content: "Section 9."; }

ol.book-chapter .chap9_section_10:before { content: "Section 10."; }

ol.book-chapter .chap9_section_11:before { content: "Section 11."; }

ol.book-chapter .chap9_section_12:before { content: "Section 12."; }

ol.book-chapter .chap9_section_13:before { content: "Section 13."; }

ol.book-chapter .chap9_section_14:before { content: "Section 14."; }

ol.book-chapter .chap9_section_15:before { content: "Section 15."; }

ol.book-chapter .chap9_section_16:before { content: "Section 16."; }

ol.book-chapter .chap9_section_17:before { content: "Section 17."; }

ol.book-chapter .chap9_section_18:before { content: "Section 18."; }

ol.book-chapter .chap9_section_19:before { content: "Section 19."; }

ol.book-chapter .chap9_section_20:before { content: "Section 20."; }

ol.book-chapter .chap9_section_21:before { content: "Section 21."; }

ol.book-chapter .chap9_section_22:before { content: "Section 22."; }

ol.book-chapter .chap10_section_1:before { content: "Section 1."; }

ol.book-chapter .chap10_section_2:before { content: "Section 2."; }

ol.book-chapter .chap10_section_3:before { content: "Section 3."; }

ol.book-chapter .chap10_section_4:before { content: "Section 4."; }

ol.book-chapter .chap10_section_5:before { content: "Section 5."; }

ol.book-chapter .chap10_section_6:before { content: "Section 6."; }

ol.book-chapter .chap10_section_7:before { content: "Section 7."; }

ol.book-chapter .chap10_section_8:before { content: "Section 8."; }

ol.book-chapter .chap10_section_9:before { content: "Section 9."; }

ol.book-chapter .chap10_section_10:before { content: "Section 10."; }

ol.book-chapter .chap10_section_11:before { content: "Section 11."; }

ol.book-chapter .chap10_section_12:before { content: "Section 12."; }

ol.book-chapter .chap10_section_13:before { content: "Section 13."; }

ol.book-chapter .chap10_section_14:before { content: "Section 14."; }

ol.book-chapter .chap10_section_15:before { content: "Section 15."; }

ol.book-chapter .chap10_section_16:before { content: "Section 16."; }

ol.book-chapter .chap10_section_17:before { content: "Section 17."; }

ol.book-chapter .chap10_section_18:before { content: "Section 18."; }

ol.book-chapter .chap10_section_19:before { content: "Section 19."; }

ol.book-chapter .chap10_section_20:before { content: "Section 20."; }

ol.book-chapter .chap10_section_21:before { content: "Section 21."; }

ol.book-chapter .chap10_section_22:before { content: "Section 22."; }

ol.book-chapter .chap11_section_1:before { content: "Section 1."; }

ol.book-chapter .chap11_section_2:before { content: "Section 2."; }

ol.book-chapter .chap11_section_3:before { content: "Section 3."; }

ol.book-chapter .chap11_section_4:before { content: "Section 4."; }

ol.book-chapter .chap11_section_5:before { content: "Section 5."; }

ol.book-chapter .chap11_section_6:before { content: "Section 6."; }

ol.book-chapter .chap11_section_7:before { content: "Section 7."; }

ol.book-chapter .chap11_section_8:before { content: "Section 8."; }

ol.book-chapter .chap11_section_9:before { content: "Section 9."; }

ol.book-chapter .chap11_section_10:before { content: "Section 10."; }

ol.book-chapter .chap11_section_11:before { content: "Section 11."; }

ol.book-chapter .chap11_section_12:before { content: "Section 12."; }

ol.book-chapter .chap11_section_13:before { content: "Section 13."; }

ol.book-chapter .chap11_section_14:before { content: "Section 14."; }

ol.book-chapter .chap11_section_15:before { content: "Section 15."; }

ol.book-chapter .chap11_section_16:before { content: "Section 16."; }

ol.book-chapter .chap11_section_17:before { content: "Section 17."; }

ol.book-chapter .chap11_section_18:before { content: "Section 18."; }

ol.book-chapter .chap11_section_19:before { content: "Section 19."; }

ol.book-chapter .chap11_section_20:before { content: "Section 20."; }

ol.book-chapter .chap11_section_21:before { content: "Section 21."; }

ol.book-chapter .chap11_section_22:before { content: "Section 22."; }

ol.book-chapter .chap12_section_1:before { content: "Section 1."; }

ol.book-chapter .chap12_section_2:before { content: "Section 2."; }

ol.book-chapter .chap12_section_3:before { content: "Section 3."; }

ol.book-chapter .chap12_section_4:before { content: "Section 4."; }

ol.book-chapter .chap12_section_5:before { content: "Section 5."; }

ol.book-chapter .chap12_section_6:before { content: "Section 6."; }

ol.book-chapter .chap12_section_7:before { content: "Section 7."; }

ol.book-chapter .chap12_section_8:before { content: "Section 8."; }

ol.book-chapter .chap12_section_9:before { content: "Section 9."; }

ol.book-chapter .chap12_section_10:before { content: "Section 10."; }

ol.book-chapter .chap12_section_11:before { content: "Section 11."; }

ol.book-chapter .chap12_section_12:before { content: "Section 12."; }

ol.book-chapter .chap12_section_13:before { content: "Section 13."; }

ol.book-chapter .chap12_section_14:before { content: "Section 14."; }

ol.book-chapter .chap12_section_15:before { content: "Section 15."; }

ol.book-chapter .chap12_section_16:before { content: "Section 16."; }

ol.book-chapter .chap12_section_17:before { content: "Section 17."; }

ol.book-chapter .chap12_section_18:before { content: "Section 18."; }

ol.book-chapter .chap12_section_19:before { content: "Section 19."; }

ol.book-chapter .chap12_section_20:before { content: "Section 20."; }

ol.book-chapter .chap12_section_21:before { content: "Section 21."; }

ol.book-chapter .chap12_section_22:before { content: "Section 22."; }

ol.book-chapter .chap13_section_1:before { content: "Section 1."; }

ol.book-chapter .chap13_section_2:before { content: "Section 2."; }

ol.book-chapter .chap13_section_3:before { content: "Section 3."; }

ol.book-chapter .chap13_section_4:before { content: "Section 4."; }

ol.book-chapter .chap13_section_5:before { content: "Section 5."; }

ol.book-chapter .chap13_section_6:before { content: "Section 6."; }

ol.book-chapter .chap13_section_7:before { content: "Section 7."; }

ol.book-chapter .chap13_section_8:before { content: "Section 8."; }

ol.book-chapter .chap13_section_9:before { content: "Section 9."; }

ol.book-chapter .chap13_section_10:before { content: "Section 10."; }

ol.book-chapter .chap13_section_11:before { content: "Section 11."; }

ol.book-chapter .chap13_section_12:before { content: "Section 12."; }

ol.book-chapter .chap13_section_13:before { content: "Section 13."; }

ol.book-chapter .chap13_section_14:before { content: "Section 14."; }

ol.book-chapter .chap13_section_15:before { content: "Section 15."; }

ol.book-chapter .chap13_section_16:before { content: "Section 16."; }

ol.book-chapter .chap13_section_17:before { content: "Section 17."; }

ol.book-chapter .chap13_section_18:before { content: "Section 18."; }

ol.book-chapter .chap13_section_19:before { content: "Section 19."; }

ol.book-chapter .chap13_section_20:before { content: "Section 20."; }

ol.book-chapter .chap13_section_21:before { content: "Section 21."; }

ol.book-chapter .chap13_section_22:before { content: "Section 22."; }

ol.book-chapter .chap14_section_1:before { content: "Section 1."; }

ol.book-chapter .chap14_section_2:before { content: "Section 2."; }

ol.book-chapter .chap14_section_3:before { content: "Section 3."; }

ol.book-chapter .chap14_section_4:before { content: "Section 4."; }

ol.book-chapter .chap14_section_5:before { content: "Section 5."; }

ol.book-chapter .chap14_section_6:before { content: "Section 6."; }

ol.book-chapter .chap14_section_7:before { content: "Section 7."; }

ol.book-chapter .chap14_section_8:before { content: "Section 8."; }

ol.book-chapter .chap14_section_9:before { content: "Section 9."; }

ol.book-chapter .chap14_section_10:before { content: "Section 10."; }

ol.book-chapter .chap14_section_11:before { content: "Section 11."; }

ol.book-chapter .chap14_section_12:before { content: "Section 12."; }

ol.book-chapter .chap14_section_13:before { content: "Section 13."; }

ol.book-chapter .chap14_section_14:before { content: "Section 14."; }

ol.book-chapter .chap14_section_15:before { content: "Section 15."; }

ol.book-chapter .chap14_section_16:before { content: "Section 16."; }

ol.book-chapter .chap14_section_17:before { content: "Section 17."; }

ol.book-chapter .chap14_section_18:before { content: "Section 18."; }

ol.book-chapter .chap14_section_19:before { content: "Section 19."; }

ol.book-chapter .chap14_section_20:before { content: "Section 20."; }

ol.book-chapter .chap14_section_21:before { content: "Section 21."; }

ol.book-chapter .chap14_section_22:before { content: "Section 22."; }

ol.book-chapter .chap15_section_1:before { content: "Section 1."; }

ol.book-chapter .chap15_section_2:before { content: "Section 2."; }

ol.book-chapter .chap15_section_3:before { content: "Section 3."; }

ol.book-chapter .chap15_section_4:before { content: "Section 4."; }

ol.book-chapter .chap15_section_5:before { content: "Section 5."; }

ol.book-chapter .chap15_section_6:before { content: "Section 6."; }

ol.book-chapter .chap15_section_7:before { content: "Section 7."; }

ol.book-chapter .chap15_section_8:before { content: "Section 8."; }

ol.book-chapter .chap15_section_9:before { content: "Section 9."; }

ol.book-chapter .chap15_section_10:before { content: "Section 10."; }

ol.book-chapter .chap15_section_11:before { content: "Section 11."; }

ol.book-chapter .chap15_section_12:before { content: "Section 12."; }

ol.book-chapter .chap15_section_13:before { content: "Section 13."; }

ol.book-chapter .chap15_section_14:before { content: "Section 14."; }

ol.book-chapter .chap15_section_15:before { content: "Section 15."; }

ol.book-chapter .chap15_section_16:before { content: "Section 16."; }

ol.book-chapter .chap15_section_17:before { content: "Section 17."; }

ol.book-chapter .chap15_section_18:before { content: "Section 18."; }

ol.book-chapter .chap15_section_19:before { content: "Section 19."; }

ol.book-chapter .chap15_section_20:before { content: "Section 20."; }

ol.book-chapter .chap15_section_21:before { content: "Section 21."; }

ol.book-chapter .chap15_section_22:before { content: "Section 22."; }

ol.book-chapter .chap16_section_1:before { content: "Section 1."; }

ol.book-chapter .chap16_section_2:before { content: "Section 2."; }

ol.book-chapter .chap16_section_3:before { content: "Section 3."; }

ol.book-chapter .chap16_section_4:before { content: "Section 4."; }

ol.book-chapter .chap16_section_5:before { content: "Section 5."; }

ol.book-chapter .chap16_section_6:before { content: "Section 6."; }

ol.book-chapter .chap16_section_7:before { content: "Section 7."; }

ol.book-chapter .chap16_section_8:before { content: "Section 8."; }

ol.book-chapter .chap16_section_9:before { content: "Section 9."; }

ol.book-chapter .chap16_section_10:before { content: "Section 10."; }

ol.book-chapter .chap16_section_11:before { content: "Section 11."; }

ol.book-chapter .chap16_section_12:before { content: "Section 12."; }

ol.book-chapter .chap16_section_13:before { content: "Section 13."; }

ol.book-chapter .chap16_section_14:before { content: "Section 14."; }

ol.book-chapter .chap16_section_15:before { content: "Section 15."; }

ol.book-chapter .chap16_section_16:before { content: "Section 16."; }

ol.book-chapter .chap16_section_17:before { content: "Section 17."; }

ol.book-chapter .chap16_section_18:before { content: "Section 18."; }

ol.book-chapter .chap16_section_19:before { content: "Section 19."; }

ol.book-chapter .chap16_section_20:before { content: "Section 20."; }

ol.book-chapter .chap16_section_21:before { content: "Section 21."; }

ol.book-chapter .chap16_section_22:before { content: "Section 22."; }

ol.book-chapter .chap17_section_1:before { content: "Section 1."; }

ol.book-chapter .chap17_section_2:before { content: "Section 2."; }

ol.book-chapter .chap17_section_3:before { content: "Section 3."; }

ol.book-chapter .chap17_section_4:before { content: "Section 4."; }

ol.book-chapter .chap17_section_5:before { content: "Section 5."; }

ol.book-chapter .chap17_section_6:before { content: "Section 6."; }

ol.book-chapter .chap17_section_7:before { content: "Section 7."; }

ol.book-chapter .chap17_section_8:before { content: "Section 8."; }

ol.book-chapter .chap17_section_9:before { content: "Section 9."; }

ol.book-chapter .chap17_section_10:before { content: "Section 10."; }

ol.book-chapter .chap17_section_11:before { content: "Section 11."; }

ol.book-chapter .chap17_section_12:before { content: "Section 12."; }

ol.book-chapter .chap17_section_13:before { content: "Section 13."; }

ol.book-chapter .chap17_section_14:before { content: "Section 14."; }

ol.book-chapter .chap17_section_15:before { content: "Section 15."; }

ol.book-chapter .chap17_section_16:before { content: "Section 16."; }

ol.book-chapter .chap17_section_17:before { content: "Section 17."; }

ol.book-chapter .chap17_section_18:before { content: "Section 18."; }

ol.book-chapter .chap17_section_19:before { content: "Section 19."; }

ol.book-chapter .chap17_section_20:before { content: "Section 20."; }

ol.book-chapter .chap17_section_21:before { content: "Section 21."; }

ol.book-chapter .chap17_section_22:before { content: "Section 22."; }

ol.book-chapter .chap18_section_1:before { content: "Section 1."; }

ol.book-chapter .chap18_section_2:before { content: "Section 2."; }

ol.book-chapter .chap18_section_3:before { content: "Section 3."; }

ol.book-chapter .chap18_section_4:before { content: "Section 4."; }

ol.book-chapter .chap18_section_5:before { content: "Section 5."; }

ol.book-chapter .chap18_section_6:before { content: "Section 6."; }

ol.book-chapter .chap18_section_7:before { content: "Section 7."; }

ol.book-chapter .chap18_section_8:before { content: "Section 8."; }

ol.book-chapter .chap18_section_9:before { content: "Section 9."; }

ol.book-chapter .chap18_section_10:before { content: "Section 10."; }

ol.book-chapter .chap18_section_11:before { content: "Section 11."; }

ol.book-chapter .chap18_section_12:before { content: "Section 12."; }

ol.book-chapter .chap18_section_13:before { content: "Section 13."; }

ol.book-chapter .chap18_section_14:before { content: "Section 14."; }

ol.book-chapter .chap18_section_15:before { content: "Section 15."; }

ol.book-chapter .chap18_section_16:before { content: "Section 16."; }

ol.book-chapter .chap18_section_17:before { content: "Section 17."; }

ol.book-chapter .chap18_section_18:before { content: "Section 18."; }

ol.book-chapter .chap18_section_19:before { content: "Section 19."; }

ol.book-chapter .chap18_section_20:before { content: "Section 20."; }

ol.book-chapter .chap18_section_21:before { content: "Section 21."; }

ol.book-chapter .chap18_section_22:before { content: "Section 22."; }

.chap_0:before { content: "" !important; }

.note-box > .lower-alpha li:before { content: "(" counter(noteitem, lower-alpha) ") "; }

.faa_table ol li { display: list-item; }

.faa_table ul { list-style-type: disc; }

.faa_table ul li { display: list-item; }

.table-ol tbody > tr > td > ol { list-style: none; counter-reset: tablelist; }

.table-ol tbody > tr > td > ol > li:before { counter-increment: tablelist; content: counter(tablelist, lower-alpha) ". "; font-weight: bold; }

.general-info { counter-reset: general-info; list-style: none !important; }

.general-info li:before { display: none; }

/* .general-content .usa-content ol { counter-reset: general; }

.general-content .usa-content ol li:before { counter-increment: general !important; content: counter(general, lower-alpha) ". "; list-style: lower-alpha; }
 */
/** Style align on a new ligne the first p tags after a list heading */
/** Using the sibling selector, we grab the p next to strong element inside a list item */
li > strong ~ p { display: block !important; }

/*# sourceMappingURL=atc_faa_ol.css.map */