digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "PropertyPlantAndEquipment"[label = "Property \nPlant and \nEquipment\n-9.49%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n28.4%" fillcolor="#BDE7BD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n11.4%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n40.9%" fillcolor="#BDE7BD"]
    "remainder_Assets"[label = "Other Assets\n-3.52%" fillcolor="#EEEEEE"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n6.81%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n32.4%" fillcolor="#BDE7BD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n24.1%" fillcolor="#BDE7BD"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n2.66%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-4.15%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n2.62%" fillcolor="#EEEEEE"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n-4.91%" fillcolor="#EEEEEE"]
    "SellingGeneralAndAdministrativeExpense"[label = "Selling \nGeneral and \nAdministrative \nExpense\n8.55%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-5.77%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-5.77%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n70.5%" fillcolor="#75cf73"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n2.47%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n4.34%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n5.12%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n77.0%" fillcolor="#75cf73"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n52.4%" fillcolor="#75cf73"]
    "PropertyPlantAndEquipment" -> "Assets" [label="-9.49%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="39.9%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-21.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="11.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="40.9%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-3.52%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "Liabilities" [label="6.81%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="25.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="9.72%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="24.1%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="2.66%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-4.15%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "ComprehensiveNetIncome" [label="2.62%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="-4.91%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingGeneralAndAdministrativeExpense" -> "Expenses" [label="8.55%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-5.77%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "ComprehensiveNetIncome" [label="-5.77%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="70.5%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "ComprehensiveNetIncome" [label="2.47%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.34%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "ComprehensiveNetIncome" [label="5.12%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="77.0%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}