digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Expenses"[label = "Expenses\n3.97%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n-5.06%" fillcolor="#FFC7AD"]
    "remainder_Expenses"[label = "Other Expenses\n12.0%" fillcolor="#BDE7BD"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n-4.40%" fillcolor="#FFC7AD"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n6.95%" fillcolor="#BDE7BD"]
    "LaborExpense"[label = "Labor Expense\n-5.53%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n6.02%" fillcolor="#BDE7BD"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-12.9%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n22.0%" fillcolor="#75cf73"]
    "NetIncome"[label = "Net Income\n6.17%" fillcolor="#BDE7BD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-3.72%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n7.96%" fillcolor="#BDE7BD"]
    "remainder_Assets"[label = "Other Assets\n2.71%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n12.3%" fillcolor="#BDE7BD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n4.66%" fillcolor="#BDE7BD"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-2.48%" fillcolor="#EEEEEE"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n9.42%" fillcolor="#BDE7BD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-12.9%" fillcolor="#FFC7AD"]
    "Debt"[label = "Debt\n5.87%" fillcolor="#BDE7BD"]
    "LoansPayable"[label = "Loans Payable\n-7.75%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n4.78%" fillcolor="#BDE7BD"]
    "Expenses" -> "NetIncome" [label="3.97%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="-5.06%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="12.0%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="-4.40%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="6.95%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="-5.53%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="6.02%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-12.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="22.0%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="6.17%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-3.72%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="7.96%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.71%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="12.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.66%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "CashAndCurrentAssets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.48%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="9.42%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-12.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Debt" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="5.87%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LoansPayable" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-7.75%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}