So as a user requested I started the foundation work for translations. There is a basic spanish translation now in the system for any shops who set their language to spanish.
I also started setting ID and Classes to elements for integrated pages to give full control to the shop owner for styling and layout of the integrated pages.
<div id="rma-container" class="rma-container"> -- The main div wrapper around all the rma information
<div id="rma-billing-address" class="rma-billing-address"> -- wraps billing address
<div id="rma-shipping-address" class="rma-shipping-address"> -- wraps shipping address
<div id="rma-reason" class="rma-reason"> -- wraps the RMA Reason text
<div id="rma-items" class="rma-items"> -- wraps rma items table
<div id="rma-files" class="rma-files"> -- wraps rma files table
<div id="rma-comments" class="rma-comments"> -- wraps rma comments table
<div id="rma-history" class="rma-history"> -- wraps the rma history table