digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n6.07%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n5.25%" fillcolor="#EEEEEE"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n-14.2%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n-18.3%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-47.9%" fillcolor="#FFC7AD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-7.16%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-21.1%" fillcolor="#EEEEEE"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-14.5%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-178%" fillcolor="#ff7973"]
    "Expenses"[label = "Expenses\n-168%" fillcolor="#ff7973"]
    "LaborExpense"[label = "Labor Expense\n13.8%" fillcolor="#EEEEEE"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n3.34%" fillcolor="#EEEEEE"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n-54.0%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n49.8%" fillcolor="#BDE7BD"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-38.0%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n53.0%" fillcolor="#BDE7BD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-65.4%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n3.23%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n9.24%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-13.9%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-27.5%" fillcolor="#EEEEEE"]
    "Liabilities" -> "StockholdersEquity" [label="16.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.714%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="5.25%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="-14.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="-18.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-110%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-7.16%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-21.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-14.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-178%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Expenses" -> "ComprehensiveNetIncome" [label="-168%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="13.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="3.34%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="-54.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "ComprehensiveNetIncome" [label="49.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-38.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="53.0%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-65.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="3.23%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "ComprehensiveNetIncome" [label="9.24%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-13.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}