digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Debt"[label = "Debt\n-24.8%" fillcolor="#ff7973"]
    "Liabilities"[label = "Liabilities\n-28.9%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-12.6%" fillcolor="#FFC7AD"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n3.45%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n12.3%" fillcolor="#BDE7BD"]
    "Assets"[label = "Assets\n3.77%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-4.69%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-8.35%" fillcolor="#FFC7AD"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-8.87%" fillcolor="#FFC7AD"]
    "remainder_Expenses"[label = "Other Expenses\n-12.0%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n6.27%" fillcolor="#BDE7BD"]
    "LaborExpense"[label = "Labor Expense\n3.61%" fillcolor="#EEEEEE"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n3.44%" fillcolor="#EEEEEE"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n3.48%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n4.81%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-27.5%" fillcolor="#ff7973"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-11.1%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n-17.0%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-10.5%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-9.36%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-23.0%" fillcolor="#ff7973"]
    "Debt" -> "Liabilities" [label="-24.8%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-21.8%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-12.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="3.45%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="12.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="3.69%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.499%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-4.69%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-8.35%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-8.87%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-12.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="6.27%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="3.61%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="3.44%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="3.48%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="4.81%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-27.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-11.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-17.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-10.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-9.36%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Assets" -> "Expenses" [style = "invisible", arrowhead="none"]
    "Revenues" -> "Expenses" [style = "invisible", arrowhead="none"]
    "StockholdersEquity" -> "Expenses" [style = "invisible", arrowhead="none"]
}