digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Investments"[label = "Investments\n-7.31%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n6.56%" fillcolor="#BDE7BD"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n5.72%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n7.40%" fillcolor="#BDE7BD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-6.94%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-28.0%" fillcolor="#ff7973"]
    "remainder_Revenues"[label = "Other Revenues\n-12.0%" fillcolor="#FFC7AD"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-15.1%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n6.13%" fillcolor="#EEEEEE"]
    "Debt"[label = "Debt\n5.33%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n5.63%" fillcolor="#EEEEEE"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n-27.1%" fillcolor="#ff7973"]
    "LaborExpense"[label = "Labor Expense\n5.60%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-31.2%" fillcolor="#ff7973"]
    "OperatingExpenses"[label = "Operating \nExpenses\n-10.7%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-7.17%" fillcolor="#FFC7AD"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n-5.74%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n5.50%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-30.0%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-15.1%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-22.9%" fillcolor="#ff7973"]
    "Investments" -> "Assets" [label="-7.31%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="6.17%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.42%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="5.72%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="7.40%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-6.94%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-28.0%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-12.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-15.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="6.13%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "StockholdersEquity" [label="5.32%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.278%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "StockholdersEquity" [label="5.66%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.629%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "StockholdersEquity" [label="-20.4%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.57%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "NetIncome" [label="5.60%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-31.2%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "OperatingExpenses" -> "NetIncome" [label="-10.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-7.17%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "NetIncome" [label="-5.74%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "NetIncome" [label="5.50%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-30.0%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-15.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Debt" [style = "invisible", arrowhead="none"]
}