/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
.retlinkbox {
  display: block; }
  .retlinkbox__container, .retlinkbox {
    position: relative;
    width: 100%;
    height: 100%; }
    .drmgrid .retlinkbox__container, .drmgrid .retlinkbox {
      overflow: visible; }
  .retlinkbox, .retlinkbox:link, .retlinkbox:visited, .retlinkbox:hover, .retlinkbox:focus, .retlinkbox:active {
    color: inherit; }
  .retlinkbox, .retlinkbox * {
    text-decoration: none !important; }
