digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n7.12%" fillcolor="#BDE7BD"]
    "Expenses"[label = "Expenses\n4.07%" fillcolor="#EEEEEE"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n-4.54%" fillcolor="#FFC7AD"]
    "LaborExpense"[label = "Labor Expense\n-5.71%" fillcolor="#FFC7AD"]
    "OperatingExpenses"[label = "Operating \nExpenses\n-5.21%" fillcolor="#FFC7AD"]
    "remainder_Expenses"[label = "Other Expenses\n12.3%" fillcolor="#BDE7BD"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-13.4%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n6.18%" fillcolor="#BDE7BD"]
    "remainder_Revenues"[label = "Other Revenues\n22.4%" fillcolor="#75cf73"]
    "NetIncome"[label = "Net Income\n6.33%" fillcolor="#BDE7BD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-3.83%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n8.16%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n12.6%" fillcolor="#BDE7BD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-13.3%" fillcolor="#FFC7AD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n4.79%" fillcolor="#BDE7BD"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-2.56%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n2.78%" fillcolor="#EEEEEE"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n9.65%" fillcolor="#BDE7BD"]
    "LoansPayable"[label = "Loans Payable\n-8.00%" fillcolor="#FFC7AD"]
    "Debt"[label = "Debt\n6.02%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n4.85%" fillcolor="#BDE7BD"]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="7.12%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="4.07%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="-4.54%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="-5.71%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="-5.21%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="12.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-13.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="6.18%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="22.4%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="6.33%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-3.83%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="8.16%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="12.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-13.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.79%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "CashAndCurrentAssets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.56%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.78%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="9.65%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LoansPayable" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-8.00%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Debt" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="6.02%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}