digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n-37.4%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n-130%" fillcolor="#ff7973"]
    "PropertyPlantAndEquipmentNet"[label = "Property, \nPlant and \nEquipment, Net\n-12.7%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-56.0%" fillcolor="#FFC7AD"]
    "AssetsNoncurrent"[label = "Assets, \nNoncurrent\n-12.8%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-23.9%" fillcolor="#EEEEEE"]
    "SellingAndMarketingExpense"[label = "Selling and \nMarketing Exp.\n-11.3%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-22.3%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n1.09%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExp.\n-11.7%" fillcolor="#EEEEEE"]
    "ResearchAndDevelopmentExpense"[label = "Research and \nDevelopment \nExp.\n-12.3%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n1.05%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n1.05%" fillcolor="#EEEEEE"]
    "LongTermDebt"[label = "Long-term Debt\n1.40%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-149%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n2.42%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-63.4%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n-3.97%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-1.06%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-2.23%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-129%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-155%" fillcolor="#ff7973"]
    "AssetsCurrent" -> "Assets" [label="-37.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-160%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "PropertyPlantAndEquipmentNet" -> "Assets" [label="-12.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-56.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AssetsNoncurrent" -> "Assets" [label="-12.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-23.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndMarketingExpense" -> "Expenses" [label="-11.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-22.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="1.09%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-11.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ResearchAndDevelopmentExpense" -> "Expenses" [label="-12.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="1.05%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="1.05%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermDebt" -> "StockholdersEquity" [label="1.54%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-149%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "StockholdersEquity" [label="2.76%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "StockholdersEquity" [label="-57.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-3.97%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-1.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.23%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-129%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "LongTermDebt" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}