﻿    /* Section element rules */
    section {
        display:            block;
        margin-top:         24pt;
        margin-bottom:		3pt;
        margin-left:        0pt;
        text-align:         justify;
        font-weight:        normal;
        font-size: 			11pt;
    }

    section > num  {
        margin-left:        0pt;
        font-size:          12pt;
    }

    section > heading:after {
        display:            block;
        content:            " ";
    }

    section > heading {
        font-weight:        bold;
        font-size:          12pt;
    }

    section[status] > num {
        color:              red;
    }

    section[status] > heading {
        color:              red;
    }

    section > content  {
        display:            block;
        text-indent:        12pt;
    }


    /* Below section element rules */
    subsection, paragraph, subparagraph, clause, subclause, item,
    subitem, subsubitem, level {
        display:            block;
        margin-top:         3pt;
        margin-left:        12pt;
        margin-bottom:      3pt;
        text-align:         justify;
        text-indent:        12pt;
        font-size:          11pt;
    }

    subsection[status] > num {
        color:              red;
    }

    subsection[status] > content {
      color:                red;
    }

    paragraph[class~="indent-up1"] {
        margin-left:        0pt;
    }

    chapeau  {
        display:        inline;
        text-indent:    12pt;
    }

    chapeau[class~="blockIndent0"]  {
        display:        block;
        margin-left:    0pt;
        text-indent:    12pt;
    }

    chapeau[class~="blockIndent1"]  {
        display:        block;
        margin-left:    12pt;
        text-indent:    12pt;
    }

    chapeau[class~="blockIndent2"]  {
        display:        block;
        margin-left:    24pt;
        text-indent:    12pt;
    }

    chapeau[class~="blockIndent3"]  {
        display:        block;
        margin-left:    36pt;
        text-indent:    12pt;
    }

    continuation  {
        display:        block;
    }


    /* Appendix Content */
    reorganizationPlan > content {
        display:            block;
        margin-top:         3pt;
        margin-bottom:	    3pt;
        margin-right:	    0pt;
        text-align:         justify;
        text-indent:        12pt;
        font-size:          12pt;
        font-weight:        normal;
    }


    /* Notes and References */

    notes {
        display:                    block;
        margin-top:                 3pt;
        margin-bottom:		3pt;
        margin-left:                0pt;
        color:                      black;
        font-weight:                normal;
    }

    sourceCredit {
        display:                    block;
        margin-left:	        0pt;
        margin-top:                 3pt;
        margin-bottom:		3pt;
        text-align:                 justify;
        text-indent:                0pt;
        font-size: 			11pt;
        font-weight: 		normal;
    }

    sourceCredit > p  {
        text-indent:                0pt;
    }

    note    {
        display:                    block;
        margin-bottom:		3pt;
        margin-right:               0pt;
        text-align:                 justify;
        text-indent:                0pt;
        font-size: 			11pt;
        font-weight:                normal;
    }

    note > heading {
        margin-top:                 24pt;
        font-size:          	11pt;
        font-variant: 		small-caps;
        color:                      maroon;
        text-align:                 center;
        display:                    block;
        font-weight:                normal;
    }

    note[type="footnote"]    {
        display:                    block;
        margin-left:	        6pt;
        margin-top:                 0pt;
        margin-bottom:		0pt;
        margin-right:		6pt;
        text-align:                 justify;
        text-indent:                0pt;
        font-size: 			10pt;
        color:                      green;
    }

    note[type="footnote"] > num  {
        vertical-align:             super;
        color:                      green;
        font-size:                  x-small;
    }

    ref[class~="footnoteRef"] {
        font-weight:                bold;
        font-size:                  x-small;
        vertical-align:             super;
        color:                      green;
    }

    note[topic="enacting"] > p   {
        display:                    block;
        margin-left:                24pt;
        margin-right:               24pt;
        margin-top:                 0pt;
        margin-bottom:		0pt;
        text-align:                 center;
        font-size: 			11pt;
        font-style:                 italic;
    }

    ref {
        /*color:                      Blue;*/
    }

    /* General Content Item Rules */
    *[class~="centered"] {
        display:                    block;
        margin-top:			6pt;
        margin-bottom:		6pt;
        margin-left:                0pt;
        margin-right:		0pt;
        text-indent:		0pt;
        text-align:                 center;
    }

    *[class~="bold"] {
        font-weight:		bold !important;
    }

    *[class~="italic"] {
        font-style:			italic !important;
    }

    *[class~="smallCaps"] {
        font-variant:		small-caps !important;
    }

    *[class~="inline"] {
	    display:		inline !important;
    }

    *[class~="firstIndent-4"] {
        text-indent:                -4em !important;
    }

    *[class~="firstIndent-3"] {
        text-indent:                -3em !important;
    }

    *[class~="firstIndent-2"] {
        text-indent:                -2em !important;}
    *[class~="firstIndent-2"] content table th{ padding:8px 2px 2px;}
    *[class~="firstIndent-2"] content table th p{
        text-indent:0em !important; text-align:center; line-height:14px; margin:0; font-weight:bold;
    }
    *[class~="firstIndent-2"] content table td{ padding:5px 2px;}
    *[class~="firstIndent-2"] content table td p {
        text-indent:0em !important;line-height:14px; margin:0;
        }
    *[class~="firstIndent-2"] content table tbody td,*[class~="firstIndent-2"] content table tbody th,
    *[class~="firstIndent-2"] content table thead td,*[class~="firstIndent-2"] content table thead th
    
    {border:1px solid #333;}
    *[class~="firstIndent-1"] {
        text-indent:                -1em !important;
    }

    *[class~="firstIndent0"] {
        text-indent:                0em !important;
    }

    *[class~="firstIndent2"] {
        text-indent:                2em !important;
    }


    *[class~="rightIndent1"] {
        display:                    block;
        margin-right:               1em;
        text-align:                 right;
    }

    *[class~="rightIndent3"] {
        display:                    block;
        margin-right:               3em;
        text-align:                 right;
    }

    *[class~="indent-1"] {
        display:                    block;
        margin-left:                0pt;
        text-align:                 center;
    }

    *[class~="indent0"] {
        display:                    block;
        margin-left:                0em;
        text-align:                 justify;
        text-indent:                1em;
        line-height:1.5em;
    }

    *[class~="indent1"] {
        display:                    block;
        margin-left:                1em;
        text-align:                 justify;
        text-indent:                1em;
    }

    *[class~="indent2"] {
        display:                    block;
        margin-left:                2em;
        text-align:                 justify;
        text-indent:                1em;
    }

    *[class~="indent3"] {
        display:                    block;
        margin-left:                3em;
        text-align:                 justify;
        text-indent:                1em;
    }

    *[class~="indent4"] {
        display:                    block;
        margin-left:                4em;
        text-align:                 justify;
        text-indent:                1em;
    }

    *[class~="indent5"] {
        display:                    block;
        margin-left:                5em;
        text-align:                 justify;
        text-indent:                1em;
    }

    *[class~="indent6"] {
        display:                    block;
        margin-left:                6em;
        text-align:                 justify;
        text-indent:                1em;
    }

    *[class~="indent7"] {
        display:                    block;
        margin-left:                7em;
        text-align:                 justify;
        text-indent:                1em;
    }

    *[class~="fontsize6"] {
        font-size:                  9pt;
    }

    *[class~="fontsize7"] {
        font-size:                  10pt;
    }

    *[class~="fontsize8"] {
        font-size:                  12pt;
    }

    .TableOfDisposition{ width:99%;}
    .TableOfDisposition td,.TableOfDisposition th{ border:1px solid #ccc; padding:4px 2px;}
    