digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n-3.13%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-21.6%" fillcolor="#FFC7AD"]
    "ReinsuranceRecoverables"[label = "Reinsurance \nRecoverables\n-2.43%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-1.28%" fillcolor="#EEEEEE"]
    "PremiumsReceivable"[label = "Premiums \nReceivable\n-3.66%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n-10.4%" fillcolor="#FFC7AD"]
    "SeparateAccountAssets"[label = "Separate \nAccount Asset\n-1.26%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-6.43%" fillcolor="#EEEEEE"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-1.77%" fillcolor="#EEEEEE"]
    "UnearnedPremiums"[label = "Unearned \nPremiums\n-2.92%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n20.5%" fillcolor="#BDE7BD"]
    "PolicyholderContractDeposits"[label = "Policyholder \nContract \nDeposits\n3.90%" fillcolor="#EEEEEE"]
    "LongTermDebt"[label = "Long Term Debt\n6.29%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities \nCurrent\n0.870%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n16.8%" fillcolor="#BDE7BD"]
    "LiabilityForClaimsAndClaimsAdjustmentExpense"[label = "Claims \nReserve and \nLAE\n13.2%" fillcolor="#BDE7BD"]
    "ReinsurancePayable"[label = "Reinsurance \nPayable\n0.914%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-9.43%" fillcolor="#FFC7AD"]
    "PremiumsEarned"[label = "Premiums \nEarned\n-0.234%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n2.73%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n2.96%" fillcolor="#EEEEEE"]
    "AssetsCurrent" -> "Assets" [label="-3.13%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-39.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="7.10%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ReinsuranceRecoverables" -> "Assets" [label="-2.43%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-1.28%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PremiumsReceivable" -> "Assets" [label="-3.66%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="-10.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SeparateAccountAssets" -> "Assets" [label="-1.26%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-6.43%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-1.77%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "UnearnedPremiums" -> "Liabilities" [label="-2.92%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="20.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="5.97%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PolicyholderContractDeposits" -> "Liabilities" [label="3.90%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermDebt" -> "Liabilities" [label="6.29%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="0.870%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="16.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LiabilityForClaimsAndClaimsAdjustmentExpense" -> "Liabilities" [label="13.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "ReinsurancePayable" -> "Liabilities" [label="0.914%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-9.43%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "PremiumsEarned" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.234%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="2.73%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}