digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n-8.85%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n26.1%" fillcolor="#BDE7BD"]
    "remainder_Assets"[label = "Other Assets\n83.4%" fillcolor="#75cf73"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-5.36%" fillcolor="#EEEEEE"]
    "AssetsNoncurrent"[label = "Assets, \nNoncurrent\n-4.50%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-3.31%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n6.55%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-10.6%" fillcolor="#EEEEEE"]
    "CostOfRevenue"[label = "Cost of \nRevenues\n7.67%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-5.40%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-15.8%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General And \nAdministrative \nExpense\n7.84%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-10.3%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-5.30%" fillcolor="#EEEEEE"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-7.57%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n7.87%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-11.0%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n3.33%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-10.9%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-10.6%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-46.5%" fillcolor="#FFC7AD"]
    "AssetsCurrent" -> "Assets" [label="-8.85%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="14.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="6.00%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="83.4%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-5.36%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNoncurrent" -> "Assets" [label="-4.50%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-4.57%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="6.55%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-10.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfRevenue" -> "Expenses" [label="7.67%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-5.40%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-15.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="7.84%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-10.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-5.30%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-7.57%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="7.87%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-11.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="3.33%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-10.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-10.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}