digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_Liabilities"[label = "Other \nLiabilities\n5.87%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-49.5%" fillcolor="#ff7973"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-2.84%" fillcolor="#EEEEEE"]
    "LongTermDebt"[label = "Long-term Debt\n-55.0%" fillcolor="#ff7973"]
    "OilAndGasPropertySuccessfulEffortMethodNet"[label = "Oil and Gas \nProperty\n41.2%" fillcolor="#BDE7BD"]
    "Assets"[label = "Assets\n-16.8%" fillcolor="#FFC7AD"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-7.52%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-61.5%" fillcolor="#ff7973"]
    "PropertyPlantAndEquipment"[label = "Property, \nPlant and \nEquipment\n28.0%" fillcolor="#BDE7BD"]
    "remainder_Expenses"[label = "Other Expenses\n-4.92%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n3.29%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n6.78%" fillcolor="#EEEEEE"]
    "DepreciationDepletionAndAmortization"[label = "Depreciation, \nDepletion, \nAmortization\n-5.22%" fillcolor="#EEEEEE"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n3.01%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n2.85%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-63.7%" fillcolor="#ff7973"]
    "remainder_Revenues"[label = "Other Revenues\n-13.4%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n2.98%" fillcolor="#EEEEEE"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n12.4%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-61.2%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-78.7%" fillcolor="#ff7973"]
    "remainder_Liabilities" -> "Liabilities" [label="5.87%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-33.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-5.05%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="-2.84%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermDebt" -> "Liabilities" [label="-55.0%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "OilAndGasPropertySuccessfulEffortMethodNet" -> "Assets" [label="41.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-22.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.63%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-7.52%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-61.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "PropertyPlantAndEquipment" -> "Assets" [label="28.0%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-4.92%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="3.29%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="6.78%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepreciationDepletionAndAmortization" -> "Expenses" [label="-5.22%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="3.01%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="2.85%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-63.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Revenues" -> "NetIncome" [label="-13.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.98%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "NetIncome" [label="12.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-61.2%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Expenses" -> "remainder_Revenues" [style = "invisible", arrowhead="none"]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}