digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n32.4%" fillcolor="#BDE7BD"]
    "Liabilities"[label = "Liabilities\n37.9%" fillcolor="#BDE7BD"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-47.5%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n-48.1%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n18.1%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-21.5%" fillcolor="#FFC7AD"]
    "PropertyPlantAndEquipmentNet"[label = "Property, \nPlant and \nEquipment\n10.4%" fillcolor="#EEEEEE"]
    "AmortizationOfIntangibleAssets"[label = "Amortization \nof Intangible \nAssets\n-7.18%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-19.3%" fillcolor="#EEEEEE"]
    "ResearchAndDevelopmentExpense"[label = "Research and \nDevelopment\n48.4%" fillcolor="#BDE7BD"]
    "SellingGeneralAndAdministrativeExpense"[label = "Selling, \nGeneral and \nAdministrative \nExpense\n-21.4%" fillcolor="#FFC7AD"]
    "remainder_Expenses"[label = "Other Expenses\n-47.7%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n44.0%" fillcolor="#BDE7BD"]
    "Revenues"[label = "Revenues\n44.0%" fillcolor="#BDE7BD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-68.7%" fillcolor="#ff7973"]
    "NetIncome"[label = "Net Income\n33.0%" fillcolor="#BDE7BD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n5.79%" fillcolor="#EEEEEE"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n9.75%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n41.6%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n21.9%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-12.8%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent" -> "Liabilities" [label="32.4%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="29.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="11.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-47.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-107%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="28.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="18.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-21.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "PropertyPlantAndEquipmentNet" -> "Assets" [label="10.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AmortizationOfIntangibleAssets" -> "Expenses" [label="-7.18%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-19.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ResearchAndDevelopmentExpense" -> "Expenses" [label="48.4%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "SellingGeneralAndAdministrativeExpense" -> "Expenses" [label="-21.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-47.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="44.0%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="44.0%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-68.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="33.0%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="5.79%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "ComprehensiveNetIncome" [label="9.75%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="41.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="21.9%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}