digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n-8.94%" fillcolor="#EEEEEE"]
    "AccountsPayableCurrent"[label = "Accounts \nPayable \nCurrent\n-3.89%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-6.79%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-22.9%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n14.7%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipmentNet"[label = "Property \nPlant And \nEquipment Net\n-27.7%" fillcolor="#FFC7AD"]
    "FuelCosts"[label = "Fuel Costs\n17.2%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-22.7%" fillcolor="#EEEEEE"]
    "LandingFeesAndOtherRentals"[label = "Landing Fees \nAnd Other \nRentals\n4.44%" fillcolor="#EEEEEE"]
    "AircraftMaintenanceMaterialsAndRepairs"[label = "Aircraft \nMaintenance \nMaterials And \nRepairs\n6.27%" fillcolor="#EEEEEE"]
    "LaborAndRelatedExpense"[label = "Labor And \nRelated \nExpense\n16.6%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-114%" fillcolor="#ff7973"]
    "OtherCostAndExpenseOperating"[label = "Other Cost \nAnd Expense \nOperating\n14.5%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n37.2%" fillcolor="#BDE7BD"]
    "remainder_Revenues"[label = "Other Revenues\n37.2%" fillcolor="#BDE7BD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-40.5%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n15.5%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-32.5%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n15.5%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n15.7%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-28.5%" fillcolor="#FFC7AD"]
    "Liabilities" -> "StockholdersEquity" [label="-7.45%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.04%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AccountsPayableCurrent" -> "Liabilities" [label="-3.89%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-6.79%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-34.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="3.78%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="14.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipmentNet" -> "Assets" [label="-27.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "FuelCosts" -> "Expenses" [label="17.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-22.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LandingFeesAndOtherRentals" -> "Expenses" [label="4.44%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AircraftMaintenanceMaterialsAndRepairs" -> "Expenses" [label="6.27%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborAndRelatedExpense" -> "Expenses" [label="16.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-114%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "OtherCostAndExpenseOperating" -> "Expenses" [label="14.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="37.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="37.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-40.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="15.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-32.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="15.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="15.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}