digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "PropertyPlantAndEquipment"[label = "Property \nPlant and \nEquipment\n-7.67%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-58.4%" fillcolor="#FFC7AD"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-6.95%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n2.26%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-21.2%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-12.1%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-1.83%" fillcolor="#EEEEEE"]
    "LongTermLiabilities"[label = "Long Term \nLiabilities\n-1.38%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-68.2%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n-78.5%" fillcolor="#FFC7AD"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n-26.3%" fillcolor="#EEEEEE"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n1.92%" fillcolor="#EEEEEE"]
    "ResearchAndDevelopmentExpense"[label = "Research And \nDevelopment \nExpense\n0.794%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n0.772%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-15.2%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-15.2%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-7.35%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-147%" fillcolor="#ff7973"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-147%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-149%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-159%" fillcolor="#ff7973"]
    "PropertyPlantAndEquipment" -> "Assets" [label="-7.67%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-30.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-22.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-6.95%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="2.26%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-21.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-12.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="2.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-10.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermLiabilities" -> "Liabilities" [label="-1.38%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-68.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-78.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-26.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="1.92%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ResearchAndDevelopmentExpense" -> "Expenses" [label="0.794%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="0.772%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-15.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-15.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-7.35%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-147%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-147%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-149%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}