digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Assets"[label = "Assets\n-27.6%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n16.9%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-69.7%" fillcolor="#FFC7AD"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-0.481%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-4.33%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-81.8%" fillcolor="#FFC7AD"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n7.74%" fillcolor="#EEEEEE"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n-120%" fillcolor="#ff7973"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n2.68%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n0.889%" fillcolor="#EEEEEE"]
    "ResearchAndDevelopmentExpense"[label = "Research and \nDevelopment \nExpense\n0.696%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n1.54%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-14.2%" fillcolor="#EEEEEE"]
    "SellingExpense"[label = "Selling \nExpense\n0.551%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-0.469%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-0.469%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-113%" fillcolor="#ff7973"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-0.699%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-0.522%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-120%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-137%" fillcolor="#ff7973"]
    "Assets" -> "StockholdersEquity" [label="-30.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="16.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-69.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-0.481%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-4.33%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-65.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="7.74%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "Liabilities" [label="-120%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="2.68%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="0.889%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ResearchAndDevelopmentExpense" -> "Expenses" [label="0.696%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="1.54%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-14.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingExpense" -> "Expenses" [label="0.551%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-0.469%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-0.469%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-113%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-0.699%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.522%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-120%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}