digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n0.675%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n1.21%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-10.4%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-2.77%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-1.59%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n-1.72%" fillcolor="#EEEEEE"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n24.0%" fillcolor="#BDE7BD"]
    "Expenses"[label = "Expenses\n-39.4%" fillcolor="#ff7973"]
    "remainder_Expenses"[label = "Other Expenses\n11.3%" fillcolor="#BDE7BD"]
    "OperatingExpenses"[label = "Operating \nExpenses\n-54.1%" fillcolor="#ff7973"]
    "LaborExpense"[label = "Labor Expense\n-1.87%" fillcolor="#EEEEEE"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n-1.45%" fillcolor="#EEEEEE"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-2.00%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n5.62%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n13.2%" fillcolor="#BDE7BD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-1.73%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-0.622%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-19.2%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-17.0%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-20.2%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-28.0%" fillcolor="#FFC7AD"]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="0.675%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="2.02%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.413%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-10.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-2.99%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.821%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-1.59%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="-1.72%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="24.0%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-39.4%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="11.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="-54.1%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="-1.87%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="-1.45%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-2.00%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="5.62%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="13.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.73%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-0.622%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-19.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-17.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-20.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}