digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Debt"[label = "Debt\n5.38%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-16.5%" fillcolor="#FFC7AD"]
    "LoansPayable"[label = "Loans Payable\n-35.8%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n9.79%" fillcolor="#BDE7BD"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n-3.44%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n16.8%" fillcolor="#BDE7BD"]
    "Assets"[label = "Assets\n8.56%" fillcolor="#BDE7BD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-4.73%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-8.99%" fillcolor="#FFC7AD"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-5.94%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-14.9%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n13.1%" fillcolor="#BDE7BD"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n3.70%" fillcolor="#EEEEEE"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n4.06%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n13.6%" fillcolor="#BDE7BD"]
    "Revenues"[label = "Revenues\n-14.1%" fillcolor="#FFC7AD"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-12.5%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-4.43%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n4.21%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n3.96%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-13.6%" fillcolor="#FFC7AD"]
    "Debt" -> "Liabilities" [label="5.38%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-12.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatio" [label="-2.03%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LoansPayable" -> "Liabilities" [label="-35.8%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="9.79%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="-3.44%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="16.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="8.95%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatio" [label="-1.27%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-4.73%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-8.99%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-5.94%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-14.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="13.1%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="3.70%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="4.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="13.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-14.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-12.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatio" [label="-4.43%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="4.21%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatio" [label="3.96%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}