digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n-7.97%" fillcolor="#FFC7AD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-25.6%" fillcolor="#ff7973"]
    "Debt"[label = "Debt\n7.64%" fillcolor="#BDE7BD"]
    "LoansPayable"[label = "Loans Payable\n2.68%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n3.38%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-15.6%" fillcolor="#FFC7AD"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-10.2%" fillcolor="#FFC7AD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-8.03%" fillcolor="#FFC7AD"]
    "OperatingExpenses"[label = "Operating \nExpenses\n-16.4%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n-9.92%" fillcolor="#FFC7AD"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n11.9%" fillcolor="#BDE7BD"]
    "LaborExpense"[label = "Labor Expense\n13.0%" fillcolor="#BDE7BD"]
    "remainder_Expenses"[label = "Other Expenses\n-20.1%" fillcolor="#ff7973"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-15.6%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n16.4%" fillcolor="#BDE7BD"]
    "remainder_Revenues"[label = "Other Revenues\n19.5%" fillcolor="#75cf73"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-28.5%" fillcolor="#ff7973"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-5.43%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n15.4%" fillcolor="#BDE7BD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n15.4%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-11.1%" fillcolor="#FFC7AD"]
    "Liabilities" -> "StockholdersEquity" [label="-6.40%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatio" [label="-1.13%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-25.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="7.64%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LoansPayable" -> "Liabilities" [label="2.68%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="3.38%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-23.0%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatio" [label="3.19%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-10.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-8.03%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="-16.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-9.92%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="11.9%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="13.0%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-20.1%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-15.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="16.4%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="19.5%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatio" [label="-28.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-5.43%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="15.4%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatio" [label="15.4%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}