.worse-content figure.attachment--mp4, .worse-content figure.attachment--file[data-trix-attachment*="video/mp4"] {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background-image: none !important;
}

.worse-content figure video {
  width: 100%;
  height: auto;
  border: 1px solid #888;
}

/* [data-fullname="Main.HomePage"] .trix-content img + figcaption, */
[data-pn="Main.UsefulGuides"] .trix-content img + figcaption,
[data-fullname="Main.UsefulGuides"] .trix-content img + figcaption
{ display: block !important; text-align:center !important; }


video[src$="uploads/Main/pdf-viewer-new.mp4"] {
  width: 800px !important;
  margin: 0 auto;
  display: block;
  border: none !important;
}

#settings2 th, 
#settings2 td {
  text-align: left;
} 
#settings2 .dl-csv {
  display: none;
}

#settings2 [data-col="change"],
#settings2 [data-col="permissions"] {
  text-align: center;
}
#settings2 tr:hover {
  background-color: #ffa;
}


body[data-name="Editors"] details:nth-child(2n+1),
.internalwrap.background {
  background-color: #def;
  padding: 3rem 0 4rem 0;
  margin: 4rem 0;
}

html.darkTheme body[data-name="Editors"] details:nth-child(2n+1),
html.darkTheme .internalwrap.background {
  background-color: var(--back-frame);
}

.emphasize {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#hpappshot {
  z-index: 2;
}

#hpappshot,
#wikitext > *:not(.internalwrap,.gdpr-msg,.worse-content, #page_container article, #ui_header, #ui_footer, #ui_sidebar),
#wikitext > .worse-content > *:not(details[data-type="h2"]),
#wikitext > .worse-content > details > *,
.internalwrap2,
.internalwrap > * {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body[data-name="About"] .emphasize {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  font-size: 2rem;
  text-align: left;
}

body[data-name="HP2023"] .bodywrap,
body[data-name="Editors"] .bodywrap,
body[data-name="About"] .bodywrap,
body[data-name="HomePage"] .bodywrap {
  max-width: 100%
}

body[data-name="About"] #wikimid,
body[data-name="HomePage"] #wikimid {
  padding: 1em 0;
}
body[data-name="About"] #wikileft-toggle-label, 
body[data-name="About"] #logoutlink, 
body[data-name="HomePage"] #wikileft-toggle-label, 
body[data-name="HomePage"] #logoutlink {
  right: 0;
}

body[data-name="Editors"] .trix-content summary, 
body[data-name="Editors"] .trix-content summary > * {
  color: var(--theme-color);
  background-color: transparent;
} 

body[data-name="Editors"] .trix-content summary {
  margin-bottom: 1rem;
} 

ul.features, 
ul.testimonials{
  list-style-type: none;
  padding: 0;
}

ul.testimonials li {
  margin: 1rem 0;
  padding: 1rem;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 3px 3px 12px rgba(0,0,0,0.2);
}

ul.features {
  display: grid;
  grid-template-columns: 30rem auto;
  gap: 3rem 1rem;
}
ul.features > li {
  padding: 0;
}
ul.features > li li {
  padding: .2rem 0;
}

@media screen and (max-width:60.5em) {
  
  #hpappshot,
  #wikitext > *:not(.gdpr-msg,.worse-content),
  #wikitext > .worse-content > *:not(details[data-type="h2"]),
  #wikitext > .worse-content > details > *,
  .internalwrap2,
  .internalwrap > * {
    padding-left: .4rem;
    padding-right: .4rem;
  }
}

@media screen and (max-width:40em) {
  
  ul.features {
    display: block;
  }
  
  ul.features > li {
    margin-bottom: 2rem;
  }
  ul.features li.pic {
    display: none;
  }
  
} 



.hpcol {
  column-width: 24rem;
}

.hpcol .avoidbreak {
  text-align: left;
}
.internalwrap.background > .emphasize {
  margin-top: 0;
}

