digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n13.0%" fillcolor="#BDE7BD"]
    "LongTermDebtAndCapitalLeaseObligations"[label = "Long Term \nDebt And \nCapital Lease \nObligations\n8.51%" fillcolor="#BDE7BD"]
    "EmployeeRelatedLiabilitiesCurrent"[label = "Employee \nRelated \nLiabilities \nCurrent\n-3.02%" fillcolor="#EEEEEE"]
    "ContractWithCustomerLiabilityCurrent"[label = "Contract With \nCustomer \nLiability \nCurrent\n2.70%" fillcolor="#EEEEEE"]
    "OtherCostAndExpenseOperating"[label = "Other Cost \nAnd Expense \nOperating\n-7.98%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n-4.76%" fillcolor="#EEEEEE"]
    "LandingFeesAndOtherRentals"[label = "Landing Fees \nAnd Other \nRentals\n-3.16%" fillcolor="#EEEEEE"]
    "FuelCosts"[label = "Fuel Costs\n-12.4%" fillcolor="#FFC7AD"]
    "CostsAndExpenses"[label = "Costs And \nExpenses\n-3.34%" fillcolor="#EEEEEE"]
    "LaborAndRelatedExpense"[label = "Labor And \nRelated \nExpense\n-11.7%" fillcolor="#FFC7AD"]
    "remainder_Expenses"[label = "Other Expenses\n36.9%" fillcolor="#75cf73"]
    "DepreciationAndAmortization"[label = "Depreciation \nAnd \nAmortization\n-4.36%" fillcolor="#EEEEEE"]
    "DeferredRevenue"[label = "Deferred \nRevenue\n-12.8%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n7.39%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-19.0%" fillcolor="#FFC7AD"]
    "RevenueFromContractWithCustomerExcludingAssessedTax"[label = "Revenue From \nContract With \nCustomer \nExcluding \nAssessed Tax\n38.3%" fillcolor="#75cf73"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n9.83%" fillcolor="#BDE7BD"]
    "OtherAssetsNoncurrent"[label = "Other Assets \nNoncurrent\n4.49%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n2.77%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n12.3%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n12.8%" fillcolor="#BDE7BD"]
    "Liabilities" -> "StockholdersEquity" [label="8.99%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="5.03%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermDebtAndCapitalLeaseObligations" -> "Liabilities" [label="8.51%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "EmployeeRelatedLiabilitiesCurrent" -> "Liabilities" [label="-3.02%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ContractWithCustomerLiabilityCurrent" -> "Liabilities" [label="2.70%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OtherCostAndExpenseOperating" -> "Expenses" [label="-7.98%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "ComprehensiveNetIncome" [label="-4.76%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LandingFeesAndOtherRentals" -> "Expenses" [label="-3.16%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "FuelCosts" -> "Expenses" [label="-12.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CostsAndExpenses" -> "Expenses" [label="-3.34%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborAndRelatedExpense" -> "Expenses" [label="-11.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="36.9%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "DepreciationAndAmortization" -> "Expenses" [label="-4.36%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DeferredRevenue" -> "Revenues" [label="-12.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "ComprehensiveNetIncome" [label="7.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-19.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "RevenueFromContractWithCustomerExcludingAssessedTax" -> "Revenues" [label="38.3%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="9.83%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "OtherAssetsNoncurrent" -> "StockholdersEquity" [label="10.1%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "OtherAssetsNoncurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-7.40%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.77%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="12.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
    "Liabilities" -> "OtherAssetsNoncurrent" [style = "invisible", arrowhead="none"]
}