digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Investments"[label = "Investments\n-17.4%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-35.6%" fillcolor="#FFC7AD"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n0.879%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-13.9%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-25.6%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n6.72%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-64.3%" fillcolor="#FFC7AD"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n0.714%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-133%" fillcolor="#ff7973"]
    "LaborExpense"[label = "Labor Expense\n2.26%" fillcolor="#EEEEEE"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n0.694%" fillcolor="#EEEEEE"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-0.745%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n23.0%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n23.4%" fillcolor="#EEEEEE"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n-43.7%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-50.9%" fillcolor="#FFC7AD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n1.47%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-3.54%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-22.1%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-32.0%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-34.4%" fillcolor="#FFC7AD"]
    "Investments" -> "Assets" [label="-17.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-55.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="0.879%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-13.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-25.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="6.72%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-64.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="0.714%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-133%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="2.26%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="0.694%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-0.745%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="23.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="23.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "StockholdersEquity" [label="-30.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-50.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "StockholdersEquity" [label="2.00%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.0882%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-3.54%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-22.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-32.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
    "Assets" -> "OperatingAndEmployeeLiabilities" [style = "invisible", arrowhead="none"]
}