/* RMCS v330f — CUSTOMER LOGIN SCROLL RESTORE
   Restore the accepted non-fixed behavior: the v248 desktop customer entry
   remains visible near the top of the page but scrolls away with page content.
*/
#rmcsCustomerHeader248{
  position:absolute!important;
  top:18px!important;
  right:72px!important;
}
#rmcsCustomerTab247{
  position:absolute!important;
}
@media(max-width:640px){
  #rmcsCustomerHeader248{display:none!important}
}
