digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_Liabilities"[label = "Other \nLiabilities\n-39.5%" fillcolor="#ff7973"]
    "Liabilities"[label = "Liabilities\n-20.0%" fillcolor="#FFC7AD"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n0.300%" fillcolor="#EEEEEE"]
    "Debt"[label = "Debt\n0.107%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n4.91%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n0.132%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-2.30%" fillcolor="#EEEEEE"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-2.32%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n-3.26%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n2.21%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n0.835%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-3.06%" fillcolor="#EEEEEE"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n0.311%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n0.538%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-15.5%" fillcolor="#FFC7AD"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-8.04%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n-2.29%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-13.1%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-0.0686%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-18.1%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-25.6%" fillcolor="#ff7973"]
    "remainder_Liabilities" -> "Liabilities" [label="-39.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-15.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="0.300%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="0.107%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="4.91%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="0.119%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-2.30%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-2.32%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="-3.26%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "ComprehensiveNetIncome" [label="2.21%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="0.835%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-3.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="0.311%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="0.538%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "ComprehensiveNetIncome" [label="-15.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-8.04%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-2.29%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-13.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.0686%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-18.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}