digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_Assets"[label = "Other Assets\n5.68%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-17.1%" fillcolor="#FFC7AD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-7.03%" fillcolor="#FFC7AD"]
    "Investments"[label = "Investments\n-8.53%" fillcolor="#FFC7AD"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-9.28%" fillcolor="#FFC7AD"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n9.93%" fillcolor="#BDE7BD"]
    "Expenses"[label = "Expenses\n-6.12%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n-23.7%" fillcolor="#ff7973"]
    "OperatingExpenses"[label = "Operating \nExpenses\n-22.9%" fillcolor="#ff7973"]
    "remainder_Expenses"[label = "Other Expenses\n15.5%" fillcolor="#BDE7BD"]
    "Revenues"[label = "Revenues\n17.4%" fillcolor="#BDE7BD"]
    "remainder_Revenues"[label = "Other Revenues\n17.5%" fillcolor="#BDE7BD"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n9.79%" fillcolor="#BDE7BD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-29.2%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-30.7%" fillcolor="#ff7973"]
    "Debt"[label = "Debt\n6.19%" fillcolor="#BDE7BD"]
    "NetIncome"[label = "Net Income\n15.0%" fillcolor="#BDE7BD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-15.9%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-21.6%" fillcolor="#ff7973"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n-17.0%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-23.3%" fillcolor="#ff7973"]
    "remainder_Assets" -> "Assets" [label="5.68%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-25.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="3.33%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-7.03%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Investments" -> "Assets" [label="-8.53%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-9.28%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="9.93%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-6.12%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="-23.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="-22.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="15.5%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="17.4%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="17.5%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "StockholdersEquity" [label="9.30%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.28%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-29.2%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "StockholdersEquity" [label="-20.8%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-4.46%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "StockholdersEquity" [label="5.68%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.818%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="15.0%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-15.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-21.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-17.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "OperatingAndEmployeeLiabilities" [style = "invisible", arrowhead="none"]
}