/* Byun Shi-Ji Atlas — legacy global-navigation residue cleanup v10.4 */
html.atlas-residue-v104 .atlas-residual-global-rail-v104{
  display:none!important;
  visibility:hidden!important;
  width:0!important;
  min-width:0!important;
  max-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}
html.atlas-residue-v104 .atlas-residual-global-layout-v104{
  grid-template-columns:minmax(0,1fr)!important;
  column-gap:0!important;
}
html.atlas-residue-v104 .atlas-residual-global-layout-v104 > main,
html.atlas-residue-v104 .atlas-residual-global-layout-v104 > article,
html.atlas-residue-v104 .atlas-residual-global-layout-v104 > .content,
html.atlas-residue-v104 .atlas-residual-global-layout-v104 > #content{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  grid-column:1!important;
}
html.atlas-residue-v104 body.atlas-residue-cleaned-v104 > main,
html.atlas-residue-v104 body.atlas-residue-cleaned-v104 > article,
html.atlas-residue-v104 body.atlas-residue-cleaned-v104 > .content,
html.atlas-residue-v104 body.atlas-residue-cleaned-v104 > #content,
html.atlas-residue-v104 body.atlas-residue-cleaned-v104 .atlas-admin-primary{
  margin-left:auto!important;
  margin-right:auto!important;
}