digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "SellingAndMarketingExpense"[label = "Selling and \nMarketing \nExpense\n-5.74%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-7.21%" fillcolor="#EEEEEE"]
    "ResearchAndDevelopmentExpense"[label = "Research And \nDevelopment \nExpense\n-7.09%" fillcolor="#EEEEEE"]
    "OperatingCostsAndExpenses"[label = "Operating \nCosts and \nExpenses\n1.69%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n-5.09%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n4.20%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n4.19%" fillcolor="#EEEEEE"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n3.57%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-5.54%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-5.54%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-74.5%" fillcolor="#ff7973"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-7.01%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-74.0%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-66.7%" fillcolor="#ff7973"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-6.42%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n29.2%" fillcolor="#BDE7BD"]
    "LongTermLiabilities"[label = "Long Term \nLiabilities\n2.23%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n4.27%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-1.96%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipment"[label = "Property \nPlant and \nEquipment\n-6.10%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-79.2%" fillcolor="#ff7973"]
    "SellingAndMarketingExpense" -> "Expenses" [label="-5.74%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-7.21%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ResearchAndDevelopmentExpense" -> "Expenses" [label="-7.09%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingCostsAndExpenses" -> "Expenses" [label="1.69%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-5.09%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="4.20%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="4.19%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="3.57%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-5.54%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-5.54%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-74.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-7.01%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-74.0%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-66.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "IntangibleAssets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-6.42%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="29.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LongTermLiabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.23%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.27%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.96%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipment" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-6.10%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}