digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n11.1%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n2.96%" fillcolor="#EEEEEE"]
    "LongTermDebt"[label = "Long-term Debt\n-101%" fillcolor="#FFC7AD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n1.71%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-113%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n-180%" fillcolor="#ff7973"]
    "remainder_Assets"[label = "Other Assets\n-10.8%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipmentNet"[label = "Property, \nPlant and \nEquipment, Net\n10.3%" fillcolor="#EEEEEE"]
    "AssetsNoncurrent"[label = "Assets, \nNoncurrent\n-8.99%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-131%" fillcolor="#FFC7AD"]
    "SellingAndMarketingExpense"[label = "Selling and \nMarketing Exp.\n0.236%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-48.7%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExp.\n0.251%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-88.5%" fillcolor="#FFC7AD"]
    "ResearchAndDevelopmentExpense"[label = "Research and \nDevelopment \nExp.\n1.26%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n3.36%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n3.36%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-211%" fillcolor="#ff7973"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n0.129%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-144%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-158%" fillcolor="#ff7973"]
    "LiabilitiesCurrent" -> "Liabilities" [label="11.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="3.42%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermDebt" -> "Liabilities" [label="-101%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="1.71%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-113%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-245%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-10.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipmentNet" -> "Assets" [label="10.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNoncurrent" -> "Assets" [label="-8.99%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-131%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SellingAndMarketingExpense" -> "Expenses" [label="0.236%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-48.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="0.251%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-88.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ResearchAndDevelopmentExpense" -> "Expenses" [label="1.26%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="3.36%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="3.36%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-211%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.129%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-144%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}