digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n57.7%" fillcolor="#75cf73"]
    "Assets"[label = "Assets\n7.04%" fillcolor="#EEEEEE"]
    "LeaseAssets"[label = "Lease Assets\n-4.01%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-28.6%" fillcolor="#FFC7AD"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n-72.1%" fillcolor="#ff7973"]
    "Liabilities"[label = "Liabilities\n-16.6%" fillcolor="#FFC7AD"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n12.2%" fillcolor="#EEEEEE"]
    "LeaseLiability"[label = "Lease \nLiability\n6.23%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n30.7%" fillcolor="#BDE7BD"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n-3.34%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n7.11%" fillcolor="#EEEEEE"]
    "ResearchAndDevelopmentExpense"[label = "Research and \nDevelopment \nExpense\n-4.88%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n11.8%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n2.08%" fillcolor="#EEEEEE"]
    "SellingExpense"[label = "Selling \nExpense\n1.68%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-4.46%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n4.68%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-1.59%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n4.45%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-11.0%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-23.3%" fillcolor="#FFC7AD"]
    "AssetsCurrent" -> "Assets" [label="57.7%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="8.95%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.08%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LeaseAssets" -> "Assets" [label="-4.01%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-28.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "Liabilities" [label="-72.1%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-13.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-3.17%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="12.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LeaseLiability" -> "Liabilities" [label="6.23%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="30.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="-3.34%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="7.11%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ResearchAndDevelopmentExpense" -> "Expenses" [label="-4.88%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="11.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="2.08%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingExpense" -> "Expenses" [label="1.68%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-4.46%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="4.68%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-1.59%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.45%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-11.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
    "Expenses" -> "remainder_NetIncome" [style = "invisible", arrowhead="none"]
}