digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "LeaseAsset"[label = "Lease Asset\n-2.72%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-12.8%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n28.2%" fillcolor="#BDE7BD"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-3.87%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-12.1%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipment"[label = "Property \nPlant and \nEquipment\n-13.7%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-11.7%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-4.83%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n2.21%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n-27.1%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n-15.9%" fillcolor="#FFC7AD"]
    "SellingGeneralAndAdministrativeExpense"[label = "Selling \nGeneral and \nAdministrative \nExpense\n5.22%" fillcolor="#EEEEEE"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n6.95%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n5.93%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-18.5%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-18.5%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-19.8%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n-27.1%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-27.1%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-71.2%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-74.2%" fillcolor="#ff7973"]
    "LeaseAsset" -> "Assets" [label="-2.72%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-8.74%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-5.57%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="28.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-3.87%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-12.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipment" -> "Assets" [label="-13.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="-11.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-12.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="12.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="2.21%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-27.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-15.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SellingGeneralAndAdministrativeExpense" -> "Expenses" [label="5.22%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="6.95%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="5.93%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-18.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-18.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-19.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-27.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-27.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-71.2%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}