digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n-16.5%" fillcolor="#ff7973"]
    "LongTermDebtAndCapitalLeaseObligations"[label = "Long Term \nDebt And \nCapital Lease \nObligations\n1.80%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-21.9%" fillcolor="#ff7973"]
    "AssetsCurrent"[label = "Assets Current\n2.60%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n2.18%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipmentNet"[label = "Property \nPlant And \nEquipment Net\n-2.02%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n2.39%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n12.4%" fillcolor="#BDE7BD"]
    "FuelCosts"[label = "Fuel Costs\n13.8%" fillcolor="#BDE7BD"]
    "DepreciationDepletionAndAmortization"[label = "Depreciation \nDepletion And \nAmortization\n-3.72%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-24.4%" fillcolor="#ff7973"]
    "LandingFeesAndOtherRentals"[label = "Landing Fees \nAnd Other \nRentals\n1.93%" fillcolor="#EEEEEE"]
    "AircraftMaintenanceMaterialsAndRepairs"[label = "Aircraft \nMaintenance \nMaterials And \nRepairs\n2.32%" fillcolor="#EEEEEE"]
    "LaborAndRelatedExpense"[label = "Labor And \nRelated \nExpense\n15.6%" fillcolor="#75cf73"]
    "OtherCostAndExpenseOperating"[label = "Other Cost \nAnd Expense \nOperating\n6.15%" fillcolor="#BDE7BD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-8.52%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n3.48%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-7.87%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n3.99%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-14.6%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-14.1%" fillcolor="#FFC7AD"]
    "Liabilities" -> "StockholdersEquity" [label="-11.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-3.83%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermDebtAndCapitalLeaseObligations" -> "Liabilities" [label="1.80%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-21.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="2.60%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="2.97%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.867%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipmentNet" -> "Assets" [label="-2.02%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="2.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="12.4%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "FuelCosts" -> "Expenses" [label="13.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "DepreciationDepletionAndAmortization" -> "Expenses" [label="-3.72%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-24.4%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LandingFeesAndOtherRentals" -> "Expenses" [label="1.93%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AircraftMaintenanceMaterialsAndRepairs" -> "Expenses" [label="2.32%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborAndRelatedExpense" -> "Expenses" [label="15.6%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "OtherCostAndExpenseOperating" -> "Expenses" [label="6.15%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-8.52%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="3.48%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-7.87%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="3.99%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-14.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "remainder_NetIncome" [style = "invisible", arrowhead="none"]
}