digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "SeparateAccountAssets"[label = "Separate \nAccount Asset\n-0.545%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n4.35%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-2.23%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-0.294%" fillcolor="#EEEEEE"]
    "PremiumsReceivable"[label = "Premiums \nReceivable\n-0.380%" fillcolor="#EEEEEE"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n0.407%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n4.46%" fillcolor="#EEEEEE"]
    "DeferredPolicyAcquisitionCosts"[label = "Deferred \nPolicy \nAcquisition \nCosts\n0.524%" fillcolor="#EEEEEE"]
    "ReinsuranceRecoverables"[label = "Reinsurance \nRecoverables\n2.14%" fillcolor="#EEEEEE"]
    "PolicyholderContractDeposits"[label = "Policyholder \nContract \nDeposits\n1.28%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-34.3%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-37.4%" fillcolor="#ff7973"]
    "LiabilityForClaimsAndClaimsAdjustmentExpense"[label = "Claims \nReserve and \nLAE\n-0.537%" fillcolor="#EEEEEE"]
    "UnearnedPremiums"[label = "Unearned \nPremiums\n1.03%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities \nCurrent\n0.203%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-3.93%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-14.4%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n0.213%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n0.179%" fillcolor="#EEEEEE"]
    "InvestmentIncome"[label = "Investment \nIncome\n-0.237%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-14.2%" fillcolor="#FFC7AD"]
    "SeparateAccountAssets" -> "Assets" [label="-0.545%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="3.89%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.37%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-2.23%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-0.294%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PremiumsReceivable" -> "Assets" [label="-0.380%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="0.407%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="4.46%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DeferredPolicyAcquisitionCosts" -> "Assets" [label="0.524%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ReinsuranceRecoverables" -> "Assets" [label="2.14%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PolicyholderContractDeposits" -> "Liabilities" [label="1.28%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-24.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-37.4%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LiabilityForClaimsAndClaimsAdjustmentExpense" -> "Liabilities" [label="-0.537%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "UnearnedPremiums" -> "Liabilities" [label="1.03%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="0.203%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-3.93%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-14.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.213%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.179%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "InvestmentIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.237%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}