digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "PropertyPlantAndEquipment"[label = "Property \nPlant and \nEquipment\n-11.8%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-92.6%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n-3.90%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-28.4%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-42.1%" fillcolor="#FFC7AD"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-9.01%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-1.84%" fillcolor="#EEEEEE"]
    "LongTermLiabilities"[label = "Long Term \nLiabilities\n-1.67%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n0.441%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-79.6%" fillcolor="#FFC7AD"]
    "SellingAndMarketingExpense"[label = "Selling and \nMarketing \nExpense\n-49.4%" fillcolor="#FFC7AD"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n-26.9%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n0.577%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n0.665%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n0.665%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-62.8%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-0.367%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-72.0%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-72.0%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-146%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-159%" fillcolor="#ff7973"]
    "PropertyPlantAndEquipment" -> "Assets" [label="-11.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-103%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-45.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-3.90%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-28.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-42.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-9.01%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="1.05%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-10.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermLiabilities" -> "Liabilities" [label="-1.67%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="0.441%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-79.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SellingAndMarketingExpense" -> "Expenses" [label="-49.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-26.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="0.577%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="0.665%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="0.665%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-62.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-0.367%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-72.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-72.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-146%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}