digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_Liabilities"[label = "Other \nLiabilities\n5.40%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-77.6%" fillcolor="#ff7973"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n10.7%" fillcolor="#EEEEEE"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n-105%" fillcolor="#ff7973"]
    "IntangibleAssets"[label = "Intangible \nAssets\n94.4%" fillcolor="#75cf73"]
    "Assets"[label = "Assets\n13.2%" fillcolor="#EEEEEE"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-2.03%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-11.1%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipmentNet"[label = "Property, \nPlant and \nEquipment\n-4.29%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-23.9%" fillcolor="#FFC7AD"]
    "SellingGeneralAndAdministrativeExpense"[label = "Selling, \nGeneral and \nAdministrative \nExpense\n2.72%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n15.3%" fillcolor="#EEEEEE"]
    "AmortizationOfIntangibleAssets"[label = "Amortization \nof Intangible \nAssets\n0.347%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n14.4%" fillcolor="#EEEEEE"]
    "ResearchAndDevelopmentExpense"[label = "Research and \nDevelopment\n-2.16%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-14.9%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-14.9%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-34.0%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-0.227%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-61.4%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-70.2%" fillcolor="#ff7973"]
    "remainder_Liabilities" -> "Liabilities" [label="5.40%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-50.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-16.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="10.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "Liabilities" [label="-105%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="94.4%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="17.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-4.61%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-2.03%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-11.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipmentNet" -> "Assets" [label="-4.29%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-23.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SellingGeneralAndAdministrativeExpense" -> "Expenses" [label="2.72%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "ComprehensiveNetIncome" [label="15.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AmortizationOfIntangibleAssets" -> "Expenses" [label="0.347%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="14.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ResearchAndDevelopmentExpense" -> "Expenses" [label="-2.16%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-14.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "ComprehensiveNetIncome" [label="-14.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-34.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.227%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-61.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}