/* C2C UI Fix - dock draggable panels to corners, prevent overlay of page content */
#c2c-vault-panel{
  left:auto !important;
  top:auto !important;
  right:12px !important;
  bottom:88px !important;
  z-index:99990 !important;
  max-width:340px !important;
}
