digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_Assets"[label = "Other Assets\n-5.78%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-6.16%" fillcolor="#FFC7AD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-6.57%" fillcolor="#FFC7AD"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-8.95%" fillcolor="#FFC7AD"]
    "Investments"[label = "Investments\n13.9%" fillcolor="#BDE7BD"]
    "Expenses"[label = "Expenses\n-14.4%" fillcolor="#FFC7AD"]
    "OperatingExpenses"[label = "Operating \nExpenses\n-26.1%" fillcolor="#ff7973"]
    "remainder_Expenses"[label = "Other Expenses\n13.8%" fillcolor="#BDE7BD"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n-20.2%" fillcolor="#ff7973"]
    "LaborExpense"[label = "Labor Expense\n13.3%" fillcolor="#BDE7BD"]
    "Revenues"[label = "Revenues\n13.6%" fillcolor="#BDE7BD"]
    "InvestmentIncome"[label = "Investment \nIncome\n5.81%" fillcolor="#EEEEEE"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n15.2%" fillcolor="#BDE7BD"]
    "remainder_Revenues"[label = "Other Revenues\n-23.1%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n13.6%" fillcolor="#BDE7BD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-7.08%" fillcolor="#FFC7AD"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n7.32%" fillcolor="#BDE7BD"]
    "Debt"[label = "Debt\n-30.4%" fillcolor="#ff7973"]
    "NetIncome"[label = "Net Income\n-5.26%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-4.52%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-11.9%" fillcolor="#FFC7AD"]
    "remainder_Assets" -> "Assets" [label="-5.78%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-7.76%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatio" [label="1.05%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-6.57%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-8.95%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Investments" -> "Assets" [label="13.9%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-14.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="-26.1%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="13.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="-20.2%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="13.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="13.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "InvestmentIncome" -> "Revenues" [label="5.81%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="15.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-23.1%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "StockholdersEquity" [label="13.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "EconomicCapitalRatio" [label="1.82%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatio" [label="-7.08%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "StockholdersEquity" [label="6.86%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "EconomicCapitalRatio" [label="0.892%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "StockholdersEquity" [label="-20.8%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Debt" -> "EconomicCapitalRatio" [label="-4.16%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "EconomicCapitalRatio" [label="-5.26%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-4.52%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "remainder_Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}