digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AccountsPayableCurrent"[label = "Accounts \nPayable \nCurrent\n1.69%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-20.6%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-28.9%" fillcolor="#ff7973"]
    "AssetsCurrent"[label = "Assets Current\n-2.09%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n18.6%" fillcolor="#75cf73"]
    "PropertyPlantAndEquipmentNet"[label = "Property \nPlant And \nEquipment Net\n27.9%" fillcolor="#75cf73"]
    "remainder_Assets"[label = "Other Assets\n-1.38%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n30.0%" fillcolor="#75cf73"]
    "FuelCosts"[label = "Fuel Costs\n9.87%" fillcolor="#BDE7BD"]
    "DepreciationDepletionAndAmortization"[label = "Depreciation \nDepletion And \nAmortization\n1.42%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-6.05%" fillcolor="#FFC7AD"]
    "LandingFeesAndOtherRentals"[label = "Landing Fees \nAnd Other \nRentals\n1.41%" fillcolor="#EEEEEE"]
    "AircraftMaintenanceMaterialsAndRepairs"[label = "Aircraft \nMaintenance \nMaterials And \nRepairs\n1.69%" fillcolor="#EEEEEE"]
    "LaborAndRelatedExpense"[label = "Labor And \nRelated \nExpense\n11.1%" fillcolor="#BDE7BD"]
    "OtherCostAndExpenseOperating"[label = "Other Cost \nAnd Expense \nOperating\n4.46%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-18.5%" fillcolor="#ff7973"]
    "remainder_Revenues"[label = "Other Revenues\n-18.5%" fillcolor="#ff7973"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n5.43%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-12.5%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-6.75%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-12.0%" fillcolor="#FFC7AD"]
    "AccountsPayableCurrent" -> "Liabilities" [label="1.69%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-13.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-5.04%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-28.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-2.09%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="21.5%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-7.43%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "PropertyPlantAndEquipmentNet" -> "Assets" [label="27.9%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-1.38%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="30.0%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "FuelCosts" -> "Expenses" [label="9.87%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "DepreciationDepletionAndAmortization" -> "Expenses" [label="1.42%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-6.05%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LandingFeesAndOtherRentals" -> "Expenses" [label="1.41%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AircraftMaintenanceMaterialsAndRepairs" -> "Expenses" [label="1.69%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborAndRelatedExpense" -> "Expenses" [label="11.1%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "OtherCostAndExpenseOperating" -> "Expenses" [label="4.46%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-18.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-18.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="5.43%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-12.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-6.75%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Expenses" [style = "invisible", arrowhead="none"]
    "StockholdersEquity" -> "Expenses" [style = "invisible", arrowhead="none"]
    "Revenues" -> "Expenses" [style = "invisible", arrowhead="none"]
}