digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "PropertyPlantAndEquipment"[label = "Property \nPlant and \nEquipment\n-8.16%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n11.7%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-6.19%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-18.6%" fillcolor="#FFC7AD"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n63.8%" fillcolor="#75cf73"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-7.79%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-10.0%" fillcolor="#EEEEEE"]
    "LongTermLiabilities"[label = "Long Term \nLiabilities\n-10.3%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-7.59%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-7.59%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n6.17%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-6.93%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n5.88%" fillcolor="#EEEEEE"]
    "SellingAndMarketingExpense"[label = "Selling and \nMarketing \nExpense\n3.06%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n-13.7%" fillcolor="#FFC7AD"]
    "ResearchAndDevelopmentExpense"[label = "Research And \nDevelopment \nExpense\n-7.06%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-11.8%" fillcolor="#EEEEEE"]
    "OperatingCostsAndExpenses"[label = "Operating \nCosts and \nExpenses\n4.66%" fillcolor="#EEEEEE"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n19.2%" fillcolor="#BDE7BD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-6.56%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-11.1%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipment" -> "Assets" [label="-8.16%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="14.5%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatio" [label="-3.56%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-6.19%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-18.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="63.8%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-7.79%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-7.83%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatio" [label="-1.97%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermLiabilities" -> "Liabilities" [label="-10.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-7.59%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-7.59%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatio" [label="6.17%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-6.93%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "NetIncome" [label="5.88%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndMarketingExpense" -> "NetIncome" [label="3.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "NetIncome" [label="-13.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ResearchAndDevelopmentExpense" -> "NetIncome" [label="-7.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "NetIncome" [label="-11.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingCostsAndExpenses" -> "NetIncome" [label="4.66%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "NetIncome" [label="19.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatio" [label="-6.56%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Revenues" -> "LaborExpense" [style = "invisible", arrowhead="none"]
}