digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "PropertyPlantAndEquipment"[label = "Property, \nPlant and \nEquipment\n-27.4%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-17.7%" fillcolor="#EEEEEE"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-4.15%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Goodwill\n-3.88%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n78.4%" fillcolor="#BDE7BD"]
    "remainder_Assets"[label = "Other Assets\n-18.8%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n13.4%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n22.4%" fillcolor="#EEEEEE"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n7.33%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n7.32%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n5.52%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-123%" fillcolor="#ff7973"]
    "remainder_Expenses"[label = "Other Expenses\n-148%" fillcolor="#ff7973"]
    "CostOfRevenue"[label = "Cost of \nRevenue\n4.87%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-11.8%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-11.8%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n31.6%" fillcolor="#BDE7BD"]
    "NetIncome"[label = "Net Income\n-153%" fillcolor="#ff7973"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-153%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-18.3%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-75.4%" fillcolor="#FFC7AD"]
    "PropertyPlantAndEquipment" -> "Assets" [label="-27.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-16.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-6.52%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-4.15%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-3.88%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="78.4%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-18.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="13.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="53.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-10.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "Liabilities" [label="7.33%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="7.32%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="5.52%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-123%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-148%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "CostOfRevenue" -> "Expenses" [label="4.87%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-11.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-11.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="31.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-153%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-153%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-18.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}