/* V18.15.9 fixed Captain's Spyglass panel.
   Prevents the idle hover transform from making the panel oscillate left/right. */
@media (min-width:901px){
  html.v187 .v185RightOverlay{
    right:8px!important;
    left:auto!important;
    width:275px!important;
    transform:none!important;
  }
  html.v187 .v185RightOverlay #seaInspect,
  html.v187 .v185RightOverlay #seaInspect.is-idle,
  html.v187 .v185RightOverlay #seaInspect.is-idle:hover,
  html.v187 #seaInspect.v18159FixedSpyglass{
    position:relative!important;
    inset:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
    margin:0!important;
    box-sizing:border-box!important;
    transform:none!important;
    translate:none!important;
    opacity:1!important;
    transition:none!important;
    animation:none!important;
    will-change:auto!important;
    scrollbar-gutter:stable;
    overflow-y:auto!important;
    pointer-events:auto!important;
  }
}
