digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_Liabilities"[label = "Other \nLiabilities\n-43.7%" fillcolor="#ff7973"]
    "Liabilities"[label = "Liabilities\n-32.3%" fillcolor="#ff7973"]
    "Debt"[label = "Debt\n3.09%" fillcolor="#EEEEEE"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n3.10%" fillcolor="#EEEEEE"]
    "LoansPayable"[label = "Loans Payable\n-3.14%" fillcolor="#EEEEEE"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-11.1%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n3.11%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n6.94%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-4.21%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n-5.92%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n3.99%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n4.64%" fillcolor="#EEEEEE"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n3.10%" fillcolor="#EEEEEE"]
    "CostOfGoodsSold"[label = "Cost of Goods \nSold\n2.95%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-14.5%" fillcolor="#FFC7AD"]
    "LaborExpense"[label = "Labor Expense\n3.30%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-28.3%" fillcolor="#ff7973"]
    "Revenues"[label = "Revenues\n-28.7%" fillcolor="#ff7973"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-18.8%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-33.2%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-34.8%" fillcolor="#ff7973"]
    "remainder_Liabilities" -> "Liabilities" [label="-43.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-23.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="3.09%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="3.10%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LoansPayable" -> "Liabilities" [label="-3.14%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-11.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="3.11%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.187%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="6.94%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-4.21%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="-5.92%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="3.99%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.64%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="3.10%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsSold" -> "Expenses" [label="2.95%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-14.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="3.30%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-28.3%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-28.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-18.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-33.2%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
    "Assets" -> "Expenses" [style = "invisible", arrowhead="none"]
    "StockholdersEquity" -> "Expenses" [style = "invisible", arrowhead="none"]
}