digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_Liabilities"[label = "Other \nLiabilities\n5.21%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-18.0%" fillcolor="#FFC7AD"]
    "Debt"[label = "Debt\n3.75%" fillcolor="#EEEEEE"]
    "LoansPayable"[label = "Loans Payable\n-35.2%" fillcolor="#ff7973"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-7.49%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n10.4%" fillcolor="#BDE7BD"]
    "remainder_Assets"[label = "Other Assets\n-4.55%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-4.09%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n22.6%" fillcolor="#75cf73"]
    "OperatingExpenses"[label = "Operating \nExpenses\n20.8%" fillcolor="#BDE7BD"]
    "Expenses"[label = "Expenses\n20.8%" fillcolor="#BDE7BD"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n4.09%" fillcolor="#EEEEEE"]
    "CostOfGoodsSold"[label = "Cost of Goods \nSold\n2.84%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-11.9%" fillcolor="#FFC7AD"]
    "LaborExpense"[label = "Labor Expense\n6.44%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-19.5%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-17.3%" fillcolor="#FFC7AD"]
    "InvestmentIncome"[label = "Investment \nIncome\n2.86%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-15.5%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-5.07%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-17.1%" fillcolor="#FFC7AD"]
    "remainder_Liabilities" -> "Liabilities" [label="5.21%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-18.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="3.75%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LoansPayable" -> "Liabilities" [label="-35.2%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-7.49%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="10.4%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-4.55%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-4.09%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="22.6%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="20.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="20.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="4.09%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsSold" -> "Expenses" [label="2.84%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-11.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="6.44%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-19.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-17.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "InvestmentIncome" -> "Revenues" [label="2.86%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-15.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-5.07%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "Assets" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}