diff --git a/esoui/ingame/death/hudraidlifedisplay.xml b/esoui/ingame/death/hudraidlifedisplay.xml
index c29e494..3949a2a 100755
--- a/esoui/ingame/death/hudraidlifedisplay.xml
+++ b/esoui/ingame/death/hudraidlifedisplay.xml
@@ -1,13 +1,20 @@
 <GuiXml>
     <Controls>
+        <Control name="ZO_HUDRaidLife_Gamepad_Template" virtual="true">
+            <Anchor point="BOTTOMLEFT" offsetX="ZO_GAMEPAD_SAFE_ZONE_INSET_X" offsetY="-ZO_GAMEPAD_SAFE_ZONE_INSET_Y"/>
+        </Control>
+        
+        <Control name="ZO_HUDRaidLife_Keyboard_Template" virtual="true">
+            <Anchor point="BOTTOMRIGHT" offsetX="-110" offsetY="-12"/>
+        </Control>
+        
         <TopLevelControl name="ZO_HUDRaidLife" resizeToFitDescendents="true">
             <OnInitialized>
                 ZO_HUDRaidLife_OnInitialized(self)
             </OnInitialized>
-            <Anchor point="LEFT" relativeTo="ZO_ActionBar1" relativePoint="RIGHT" offsetX="5"/>
             <Controls>
-                <Control name="$(parent)Display" inherits="ZO_RaidLifeDisplay">
-                    <Anchor point="LEFT" offsetX="20" offsetY="-10"/>
+                <Control name="$(parent)Reservoir" excludeFromResizeToFitExtents="true" inherits="ZO_RaidLifeDisplay">
+                    <Anchor point="LEFT" />
                 </Control>
             </Controls>
         </TopLevelControl>