digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "FuelCosts"[label = "Fuel Costs\n-18.7%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n-2.26%" fillcolor="#EEEEEE"]
    "LandingFeesAndOtherRentals"[label = "Landing Fees \nAnd Other \nRentals\n-3.32%" fillcolor="#EEEEEE"]
    "DepreciationDepletionAndAmortization"[label = "Depreciation \nDepletion And \nAmortization\n1.95%" fillcolor="#EEEEEE"]
    "DepreciationAndAmortization"[label = "Depreciation \nAnd \nAmortization\n-4.75%" fillcolor="#EEEEEE"]
    "LaborAndRelatedExpense"[label = "Labor And \nRelated \nExpense\n-12.0%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n37.7%" fillcolor="#BDE7BD"]
    "OtherCostAndExpenseOperating"[label = "Other Cost \nAnd Expense \nOperating\n-4.77%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-92.6%" fillcolor="#ff7973"]
    "remainder_Revenues"[label = "Other Revenues\n-92.6%" fillcolor="#ff7973"]
    "NetIncome"[label = "Net Income\n7.35%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n58.5%" fillcolor="#75cf73"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n2.34%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n9.85%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n38.0%" fillcolor="#BDE7BD"]
    "AccruedLiabilitiesCurrent"[label = "Accrued \nLiabilities \nCurrent\n-2.32%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n1.89%" fillcolor="#EEEEEE"]
    "OtherAssetsNoncurrent"[label = "Other Assets \nNoncurrent\n2.45%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-2.32%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities \nCurrent\n-2.24%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-6.22%" fillcolor="#EEEEEE"]
    "FuelCosts" -> "Expenses" [label="-18.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-2.26%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LandingFeesAndOtherRentals" -> "Expenses" [label="-3.32%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepreciationDepletionAndAmortization" -> "Expenses" [label="1.95%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepreciationAndAmortization" -> "Expenses" [label="-4.75%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborAndRelatedExpense" -> "Expenses" [label="-12.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="37.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "OtherCostAndExpenseOperating" -> "Expenses" [label="-4.77%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-92.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-92.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="7.35%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="58.5%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "ComprehensiveNetIncome" [label="2.34%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="9.85%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="38.0%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "AccruedLiabilitiesCurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.32%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.89%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OtherAssetsNoncurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.45%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.32%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.24%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}