digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n7.67%" fillcolor="#BDE7BD"]
    "Liabilities"[label = "Liabilities\n-14.6%" fillcolor="#FFC7AD"]
    "Debt"[label = "Debt\n5.21%" fillcolor="#EEEEEE"]
    "DepositsAndPayablesToCustomers"[label = "Deposits and \nPayables to \nCustomers\n1.57%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-36.5%" fillcolor="#ff7973"]
    "remainder_Assets"[label = "Other Assets\n22.4%" fillcolor="#75cf73"]
    "Assets"[label = "Assets\n13.6%" fillcolor="#BDE7BD"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-4.14%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n-5.17%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-4.90%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-7.91%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n20.8%" fillcolor="#BDE7BD"]
    "CostOfGoodsSold"[label = "Cost of Goods \nSold\n1.40%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n14.3%" fillcolor="#BDE7BD"]
    "LaborExpense"[label = "Labor Expense\n9.55%" fillcolor="#BDE7BD"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n5.18%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-19.4%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n-5.68%" fillcolor="#EEEEEE"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-12.3%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n3.15%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-7.96%" fillcolor="#FFC7AD"]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="7.67%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-10.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatio" [label="-2.73%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="5.21%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepositsAndPayablesToCustomers" -> "Liabilities" [label="1.57%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-36.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="22.4%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="14.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatio" [label="-3.64%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-4.14%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="-5.17%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-4.90%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-7.91%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatio" [label="20.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "CostOfGoodsSold" -> "Expenses" [label="1.40%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="14.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="9.55%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="5.18%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatio" [label="-19.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-5.68%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-12.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatio" [label="3.15%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
}