body { 
  padding-bottom: 3rem; 
}
xmp {
  white-space: pre-wrap;
}
.gdpr-msg {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  font-size: 90%;
/*   width: 48em; */
}
.gdpr-msg[open] {
  background-color: var(--ggg);
  bottom: 1em;
  left: 1em;
  max-height: 40vh;
  max-width: calc( 100vw - 3em - 2px );
  overflow: auto;
  
  border: 1px solid var(--logogreen);
  border-radius: 1mm;
  
}
.gdpr-msg p {
  padding: 1mm;  
}
.gdpr-msg summary {
  background-color: var(--logogreen);
  padding: 1mm;
}
.gdpr-msg .review, .gdpr-msg .close {
  border: 1px solid red;
  padding: 1mm 2mm;
  border-radius: 1mm;
  margin-left: .5em;
}
body:not([data-group="Main"],[data-group="Services"],[data-group="Site"],[data-group="SiteAdmin"],[data-group="Dev"],[data-group="NPH-Allegro"]) #superheader form {
  display: none;
}
body:not([data-group="Main"]) #superheader  {
  padding: 1mm;
}
.themecolour, .themecolor {
  color: var(--theme-color);
}
.nowrap, .nobr { white-space: nowrap; }
table.ustats tr:hover { background-color: var(--highlight); }
table.autonumber {
    counter-reset: rowNumber;
}
table.autonumber tbody tr {
    counter-increment: rowNumber;
}
table.autonumber tbody tr td:first-child {
  position: relative;
}
table.autonumber tbody tr td:first-child::before {
  content: counter(rowNumber);
  min-width: 3em;
  margin-right: 0.5em;
  display: inline-block;
  text-align: right;
  position: absolute;
  left: -3.5em;
  color: var(--ccc);
}
.jobrole { color: #999; font-size: 0.8em; }
.ugroups { color: red; font-size: 0.8em; }
.ugroups .admins { color: #4169E1; font-weight: bold; }
.ugroups .editors { color: var(--orangered); }
.ugroups .deleted { color: var(--aaa); text-decoration: line-through; }
.umlist {
  max-height: 80vh;
  overflow: auto;
  padding-left: 4em;
  border: 2px solid var(--ddd);
}
.umlist li { margin: 0 0 2px 0;}
.umlist a.mail { margin: 0 1em; }
.umnote { 
  background-color: var(--orangered);
  font-weight:bold; 
  display: inline-block;
  width: 1em; 
  text-align: center;
}
.umnote:empty {display: none; }
.umtable_results {
  list-style-type: none;
  margin-left: -1em;
  color: green;
}
body{
/*   --theme-color: var(--theme-color); */
  --slide-height: 33em;
}
#tbfulllist {
  margin:0.667rem 0; 
  padding: 0;
}
#tbfulllist li {
  list-style-type: none;
  float: left;
  width: calc( 25% - 10px ); 
}
#tbfulllist li a {
  border: 1px solid var(--link-color);
  margin: 0 0 0.667rem 0.667rem;
  border-radius: .2rem;
  padding: .3rem;
  font-size: 90%;
  height: 4.4em;
  line-height: 1.15;
  overflow-y: auto;
}
#tbfulllist li a.unavailable {
  border: 1px solid var(--ddd);
}
#tbfulllist li a.unavailable > strong {
  color: #800;
}
#tbfulllist li a.inactive {
  border: 1px solid var(--ddd);
}
.drt-button {
  border: 1px solid var(--link-color);
  background-color: var(--theme-bgcolor-light);
  border-radius: .2rem;
  padding: .2em .4em;
  font-size: 150%;
  line-height: 1.15;
  overflow-y: auto;
  display: inline-block;
}
@media screen and (max-width:53.7em) {
  #tbfulllist li {
    width: calc( 33% - .667rem ); 
  }
}
@media screen and (max-width:41.3em) {
  #tbfulllist li {
    width: calc( 50% - .667rem ); 
  }
}
@media screen and (max-width:27.6em) {
  #tbfulllist li {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
@media screen and (min-width:41.3em) {
  #tbfulllist li[data-group="Services"],
  #tbfulllist li[data-group="Demo"] {
    width: calc( 50% - 1.333rem ); 
  }
}
#tbfulllist:after {
  clear: left;
  content: "";
  display: block;
}
#tbfulllist li a {
  display: block;
  color: black;
}
#tbfulllist li strong {
  color: var(--link-color);
  float: right;
  margin-left: .333rem;
}
#tbfulllist li a:hover {
  border-color: var(--link-color);
  background-color: var(--theme-bgcolor-light);
}
#settings2table {
  margin-top: .5em;
  width: 100%;
}
tr.highlighted {
  background-color: var(--highlight) !important;
  font-weight: bold;
}
#ucnt {
  background-color: var(--highlight); padding: .4em;
}
#rcnt {
  display: block;
/*   border: 2px solid var(--orangered); */
}
#rcnt:empty {
  display: none;
}
input[type="radio"][name="perms"]:checked + label { font-weight: bold; }
input[type="radio"][name="perms"] + label + .edit-note { color: #f00; display: none; }
input[type="radio"][name="perms"]:checked + label + .edit-note { display: block; }
input[type="radio"][name="perms"]:checked + label + .edit-note + br { display: none; }
.simplified {
  overflow:auto;
  height: 9rem;
  border: .2rem solid var(--ccc);
  background-color: var(--bgcolor) ;
  padding: 0 .8rem;
  margin-bottom: 1rem;
}
table.valign_top td {vertical-align: top; }
table.simpletable {border:1px solid #888; border-collapse:collapse;}
table.simpletable thead + tbody tr:nth-child(even), 
table.simpletable tbody:first-child tr:nth-child(odd) {
  background-color: var(--ggg);
}
table.simpletable thead + tbody tr:nth-child(odd), 
table.simpletable tbody:first-child tr:nth-child(even) {
  background-color:var(--bgcolor);
}
table.simpletable td, table.simpletable th {border:1px solid #888; padding: 2px 4px; }
table.simpletable th { background-color:var(--ddd); }
table.simpletable tr:hover {
  background-color: var(--highlight) !important;
}
td.left, th.left {text-align: left;}
td.center, th.center {text-align: center;}
td.right, th.right {text-align: right;}
table.valign_top select { max-width: 30em; }
div.talkpost + div.vspace {
  display: none;
}
div.talkpost {
  color: #888;
  margin-bottom: .4em;
  padding: .4em 0em;
}
div.talkpost p {
  padding: .2em;
  white-space: pre-wrap;
}
div.talkpost ~ div.talkpost {
  border-top: 2px dashed var(--ccc);
}
div.talkpost.firstpost:before {
  content: "User contributions (pending review):";
  color: var(--orangered);
  font-weight: bold;
  background-color: var(--eee);
  display: block;
  padding: .2em;
  margin: .4em 0;
}
textarea.w99 {
  width: 99%;
  max-width: 99%;
}
#firstcomment.focused ~ .talkpost {
  color: black;
  background-color: var(--highlight);
}
#firstcomment.focused ~ div.talkpost.firstpost:before {
  background-color: var(--highlight);
}
.lastmodrev { color: #888;  font-style: italic; }
.lastmodrev.needsreview, .lastmodrev.needsreview a { 
  color: var(--orangered);
  font-style: normal;
}
.lastmodrev.needsreview a { 
  text-decoration: underline;
}
a.delcomment {
  float: left;
  margin-right: .5em;
}
tr.highlighted {
  background-color: var(--highlight) !important;
  font-weight: bold;
}
#ucnt {
  background-color: var(--highlight); padding: .4em;
}
td span.thead {
  margin-top: .8em;
  display: block;
  font-size: 1.15em;
}
div.cover {
  position: relative;
}
p.updatecover {
}
p.updatecover a {
  color: gray;
}
div.cover div.imgonly + p.updatecover > a {
  color: transparent;
}
div.cover div.imgonly + p.updatecover {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  text-align: left;
  
  color: transparent;
  font-weight: bold;
  font-size: 1.2em;
  padding: .5em;
    
}
div.cover:hover p.updatecover {
  background-color: rgba(255, 255, 255, .6);
}
div.cover:hover p.updatecover a, div.cover:hover div.imgonly + p.updatecover > a {
  color: var(--link-color);
}
.uploadnewframe {
   font-weight:bold;
   font-size: 1.2em;
}
.frame.deletepageform {
  border: .1333rem solid red;
  color: red;
  padding: .6rem;
}
.deletepageform input[type="submit"] {
  color: red;
  font-weight: bold;
}
.diffbox{
  width: auto;
}
#wikitext .worse-main-links li {
  border: 1px solid var(--ddd);
  margin: 2px;
  padding: .1rem .4rem;
  list-style-type: none;
}
#wikitext .worse-main-links li .controls {
  display: inline-block;
  margin-right: .4rem;
  width: .4rem;
}
.controls .mvup, .controls .mvdn {
  border: 1px solid var(--ccc);
  background-color: var(--ddd);
  padding: 2px 4px;
  cursor: pointer;
}
#wikitext .worse-main-links > ul > li:nth-child(2) > .controls > .mvup,
#wikitext .worse-main-links li:first-child > .controls > .mvup,
#wikitext .worse-main-links li:last-child > .controls > .mvdn
{
  display: none;
}
#wikitext .worse-main-links li.moved {
  border-color: red;
}
#updnsave {
  display: none;
  color: red;
  font-weight: bold;
}
.worse-tree-links ul {
  margin: 0px 0px 0px .2rem;
  list-style: none;
  line-height: 1.4em;
/*   font-family: Arial; */
  padding: 0 0 0 1.2em;
}
.worse-tree-links ul li {
  font-size: 1rem;
  position: relative;
}
.worse-tree-links ul li:before {
  position: absolute;
  left: -1rem;
  top: 0px;
  content: '';
  display: block;
  border-left: 1px solid var(--aaa);
  height: 0.7em;
  border-bottom: 1px solid var(--aaa);
  width: .6667rem;
}
.worse-tree-links ul li:after {
  position: absolute;
  left: -1rem;
  bottom: -.5rem;
  content: '';
  display: block;
  border-left: 1px solid var(--aaa);
  height: 100%;
}
.worse-tree-links ul li.root {
  margin: 0px 0px 0px -1.667rem;
}
.worse-tree-links ul li.root:before {
  display: none;
}
.worse-tree-links ul li.root:after {
  display: none;
}
.worse-tree-links ul li:last-child:after {
  display: none;
}
summary { cursor: pointer; }
.worse-main-links-draggable[data-canedit="0"] ul:after, 
.worse-main-links-draggable[data-canedit="0"] ul li mark {
  display: none !important;
}
.worse-main-links-draggable  ul.sidebar-ul:before, 
.worse-main-links-draggable  ul#app-searchdial:before, 
.worse-main-links-draggable  ul#app-shortcuts:before, 
.worse-main-links-draggable  ul#app-bookmarks:before { 
  display: block;
  color: var(--orangered);
  font-weight: bold;
  background-color: var(--ddd);
  padding: 0 .3rem; 
  text-align: left;
}
.worse-main-links-draggable  ul#app-searchdial:after,
.worse-main-links-draggable  ul.sidebar-ul:after, 
.worse-main-links-draggable  ul#app-shortcuts:after, 
.worse-main-links-draggable  ul#app-bookmarks:after { 
  display: block;
  color: #555;
  content: "→ Grab from left and drop here. Drag to reorder.";
  font-style: italic;
  font-size: .9em;
}
.worse-main-links-draggable  ul.sidebar-ul:after {
  content: "↕ Drag to reorder or to copy to the right. →";
  text-align: right;
}
.worse-main-links-draggable  ul#app-searchdial:before { 
  content: "Top of app sidebar";
}
.worse-main-links-draggable  ul#app-searchdial:after { 
  content: "Drag to copy to the right. →";
  text-align: right;
}
.worse-main-links-draggable  ul.sidebar-ul:before { 
  content: "Main sidebar (site & app)";
}
.worse-main-links-draggable  ul#app-bookmarks:before { 
  content: "App homepage buttons";
}
.worse-main-links-draggable  ul#app-shortcuts:before { 
  content: "App footer shortcuts";
}
.worse-main-links-draggable:before {
  color: var(--orangered);
  font-weight: bold;
}
.worse-main-links-draggable[data-canedit="1"]:before {
  content: "Drag the pages to reorder them. Copy from the left to the right column.";
}
.worse-main-links-draggable[data-canedit="0"]:before {
  content: "Users with edit permissions can change these settings.";
  
}
.worse-main-links-draggable ul {padding: .333rem; margin: 0 0 1em 0; border: 2px solid #888; border-radius: .333rem; max-width: 100%;}
.worse-main-links-draggable li > ul {margin: 0 0 0 0; }
.worse-main-links-draggable li {
  margin: .2rem; padding: .2rem .4rem; border: 1px solid var(--aaa); list-style-type: none;
  cursor: move;
}
.worse-main-links-draggable li.sortable-chosen { border-color: red; background-color: var(--highlight); }
h5.reorder { margin-bottom: 0; color: var(--orangered); }
/* .worse-main-links #worseparentselect { display: none; } */
table.container-drag {width: 100%;}
table.container-drag td {vertical-align: top;}
table.container-drag td.w33 {width:45%;}
table.container-drag td.w67 {padding-left: 1em;}
table.container-drag #draggable-right, table.container-drag #draggable-left { max-height: 90vh; overflow: auto; }
table.container-drag + ul.sidebar-ul { display: none;  }
/* #draggable-right  #worseparentselect {display: block; max-width: 100%;} */
ul#app-bookmarks, ul#app-shortcuts { 
  text-align: center;
}
ul#app-bookmarks li, ul#app-shortcuts li {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: .333rem;
  text-align: left;
}
ul#app-bookmarks li {
  display: inline-block;
  width: 25%;
  white-space: nowrap;
  overflow: hidden;
}
ul#app-bookmarks ul, ul#app-shortcuts ul {
  display: none;
}
ul#app-bookmarks mark, ul#app-shortcuts mark {
  background-color: var(--ddd);
  color: red;
  cursor: pointer;
  display: inline-block;
  padding: 0 .2rem;
}
.sortable-ghost {
  opacity: 0.67;
}
#chk_nested + label { padding: 0 .4rem; }
#chk_nested:checked + label { background-color: var(--highlight); font-weight: bold; }
#chk_nested:checked ~ ul.sidebar-ul ul { display: none; }
#wikileft a[href$="HomePage"] {
  background-color: var(--eee);
  font-weight: bold;
}
.deletedfiles table, .deletedfiles a {
  color: #5f5f5f;
}
table.ustats tr.action-edit, table.ustats tr.action-useradmin { background-color: #ddf; font-weight: bold; }
/* body[data-fullname="Main.Map"] .bodywrap, body[data-fullname="Main.Map"] #wikihead, */
body[data-fullname="SiteAdmin.MasterTable"] .bodywrap, body[data-fullname="SiteAdmin.MasterTable"] #wikihead,
body[data-fullname="SiteAdmin.Analytics"] .bodywrap, body[data-fullname="SiteAdmin.Analytics"] #wikihead {
  max-width: 100%;
}
body[data-fullname="Main.Map"] #iframe_ape_id_0, body[data-fullname="Main.Map"] #wikitext dl {
  height: 90vh !important;
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
}
body[data-fullname="Main.Testimonials"] .worse-content summary > h2, 
body[data-fullname="Main.Testimonials"] .worse-content  summary > h3 {
    font-size: 1.1rem;
}
a[href$="action=renameattach"] {display: none;}
label[for="uploadfile"] {
  cursor: pointer;
}
.pagetitle:hover .rcreload { color: blue; opacity: 1; }
.rcplus { cursor:pointer; opacity:.3; font-weight:bold; padding: 0 .3em; }
.rcplus:hover {color: var(--text-color-header); background: blue; opacity: 1;}
.rcreload { opacity:0.2; font-size: .9rem; cursor: pointer; }
.rcnew {background-color: #ffa;}
#toggle_authform2, .thick-frame {
/*   border:3px solid teal; background-color: #efe; */
  border:.2rem solid var(--link-color); 
  background-color: var(--theme-bgcolor-light);
  padding:.8rem; 
  margin: .8rem 0;
  border-radius: .2rem;
}
.diffmarkup { font-family: unset; }
div.drt-flex div.logos {
  display: flex;
  justify-content: space-around;
  margin: 46px 0;
}
div.drt-flex p.logos a {
  vertical-align: middle;
  
}
div.drt-flex img {
  max-height: 120px;
  vertical-align: middle;
}
div.drt-flex div.logos {
  text-align: center;
}
div.drt-flex div.logos span.caption {
  max-width: 10em;
  display: inline-block;
}
div.drt-flex p.logos a:first-child {
  margin-left: 0 ;
}
.noborders, .noborder, .noborders *, .noborder * {
  border-radius: 0px !important;
  border-width: 0px !important;
}
div.drt-flex img[src$="cyberess.png"] {
  margin: 0 46px;
}
div.drt-flex img[src$="logo-nhs-cep.png"]{
  margin-top: 20px;
  max-height: 60px;
}
div.drt-flex img[src$="logo-dighealth.png"] {
  margin-top: 20px;
  margin-left: 46px;
  max-height: 50px;
}
@media screen and (max-width:40em) {
  div.drt-flex p.logos {
    display: block;
    text-align: center;
  }
  div.drt-flex p.logos img {
    margin-left: 0;
    max-width: 99%;
  }
  div.drt-flex p.logos  img[src$="cyberess.png"] {
    margin: 0 46px;
  }
  
}
#worseparentselect:invalid {
  border: 4px solid red;
  font-weight: bold;
  height: auto;
}
#worseparentselect:invalid ~ * {
  opacity: .25;
  filter: blur(2px);
}
#regadmin_table td:not(.center,.right), #regadmin_table th:not(.center,.right) {
  text-align: left;
}
#regadmin_table tr > *:nth-of-type(1) {
  text-align: right;
}
#regadmin_table tr[data-waiting], #regadmin_table + details *[data-waiting] {
  background-color: var(--bgsalmon);
}
#regadmin_table #uchk_new + label {
  font-weight: bold;
}
#regadmin_table #new_name, #regadmin_table #new_email, #regadmin_table tr.highlighted #uchk_new + label{
  display: none;
} 
#regadmin_table tr.highlighted #new_name, #regadmin_table tr.highlighted #new_email {
  display: inline;
}
#regadmin_table td[data-col="signed in"]:empty {
  background-color: var(--bgsalmon);
}
#wrapmail:empty { display: none; }
#wrapmail { margin-left: 1em; font-weight: bold; }
.admin-status-css { border:1px dashed red; border-radius: 5px; padding: 8px;}
html.privacyMode .admin-status-css {display: none;}



html.privacyMode #uaform input[name="email1"],
html.privacyMode #uaform input[name="realname"],
html.privacyMode #filetableform input[name="maintainer"],
html.privacyMode #filetableform input[name="email"],
html.privacyMode input[name="ptv_Status"], 
html.privacyMode input[name="ptv_ContactEmail"], 
html.privacyMode input[name^="ptv_ToolboxChampion"], 
html.privacyMode input[name^="ptv_Maintainer"], 
html.privacyMode input[name^="ptv_LeadEditor"] {
  color: transparent;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

html.privacyMode #wikiu13m li strong, html.privacyMode #wikiu13m li a[href^=mailto],
html.privacyMode .groupusers.llform li b, html.privacyMode .groupusers.llform li a[href^=mailto], 
html.privacyMode .blurprivacy,
html.privacyMode #newstats-activeeditors a[href^="mailto:"],
html.privacyMode table.orphantable tbody > tr > td:last-child,
html.privacyMode #newstats-pages td[data-col="reviewer"],
html.privacyMode #newstats-pages td[data-col="maintainer"],
html.privacyMode a[href*="UserManagement?m="],
html.privacyMode .diffauthor,
html.privacyMode .talkpost .who,
html.privacyMode .filetable_ul .maintainer,
html.privacyMode #regadmin_table td[data-col="name"] label,
html.privacyMode #regadmin_table td[data-col="email"] {
  filter: blur(3px);
}
html.privacyMode #newstats-minimaster,
html.privacyMode #newstats-minimaster + p > a[href$="MasterTable"],
html.privacyMode .hidewhenprivacy {
  display: none;
}



/*html.privacyMode  {
  background-color: var(--theme-bgcolor-light);
}*/
body[data-fullname="Main.HomePage"] #hpappshot video,
body[data-fullname="Main.HomePage"] #hpappshot img {
  border-width: 0 !important;
}
#wikitext video, #wikitext a[href$=".mp4"] > img {
  border: 1px solid #888;
}
#listfiles tr.orphan, #listfiles tr.deleted,
#listfiles tr.orphan a, #listfiles tr.deleted a {
  background-color: var(--eee);
  color: #777;
}
#listfiles tr > td:first-child {
  text-align: center;
}
#wikicmds li.pending a { color: var(--orangered); }
figure[data-trix-content-type="image/gif"] button { /* for the canvas */
  max-width: 100%;
}
.intranet-link {
  position: relative;  
}
a.intranet-link:hover::before,
a.intranet-link:active::before {
  content: 'Intranet link, may be unreachable from a mobile device.' !important;
  display: block;
  background-color: rgba(0,0,0,.67);
  color: var(--text-color-header);
  padding: .3rem;
  border-radius: .15rem;
  line-height: 1;
  font-size: 90%;
  position: absolute;
  width: 10em;
  top: -3.8rem;
  right: 0;
}
.intranet-link::after {
  content: ' (intranet)';
  color: red;
  font-style: italic;
}
  
  
figure.uploading {
  position: relative;
}
figure.uploading::before {
  position: absolute;
  content: "Uploading, please wait...";
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 2em;
  color: var(--text-color-header);
  background-color: rgba(0,0,0,.8);
  width: 100%;
  height: 100%;
  line-height: 100%;
  padding-top: 24%;
  box-sizing: border-box;
  text-align: center;
}
.buttonlink { color: blue; cursor: pointer; }
table.proptable td.right {
  text-align: left;
}
table.proptable {
  margin: 1ex;
}
.flipdetails {
  user-select: none;
  float: right;
  z-index: 2;
  position: relative;
  border: 1px solid var(--heading-color);
  padding: 0 0 0 4px;
  border-radius: 3px;
  background: var(--bgcolor);
  margin: 1.667rem 0 0 0;
  font-size: 90%;
}
.flipdetails:first-child {
  margin: 3px 0 0 0;
}
.flipdetails span {
  color: var(--heading-color);
  display: inline-block;
  padding: 2px 4px;
  font-weight: bold;
  cursor: pointer;
}
.flipdetails span.open {
  color: var(--bgcolor);
  background-color: var(--heading-color);
}
article.page:not(:last-child) {
  page-break-after: always;
}
@media print {
  article.page {
    margin: 0;
    padding: 0;
    border: none;
    padding: 0;
    box-shadow: none;
  }
  
  #superheader .toplist, .bodywrap {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  html:not(.makeposter) #logoutlink {
    display: none;
  }
}
span.ellipsis {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hpcol {
  column-width: 16rem;
  column-gap: 1.6rem;
  margin-top: 1rem;
}
.avoidbreak {
  break-inside: avoid;
}
.hpcol h2 {
  margin-top: 0;
}
.hpcol .avoidbreak, #sec3 {
  text-align: center;
}
#hpappshot {
  float: right;
  margin-left:3em;
}
#hpappshot img, #hpappshot video {
  max-width:17em;
}
.newpage {
  page-break-before: always;
}
#sec4.hpcol,
#sec5.hpcol,
#sec1.hpcol {
/*   column-width: auto; */
}
@media screen and (min-width:44em) {
  #sec4.hpcol,
  #sec5.hpcol,
  #sec1.hpcol {
    display: flex;
    justify-content: space-between;
  }
  #sec4.hpcol > div,
  #sec5.hpcol > div,
  #sec1.hpcol > div {
    width: 32%;
  }
}
@media screen and (max-width:35em) {
  #hpappshot {
    float: none;
    text-align: center;
    display: block;
    margin-left:0;
    max-width: 100%;
  }
}
article.page[data-pn="Main.ToolboxSync"] .trix-content img,
article.page[data-pn="Main.ChangingHospital"] .trix-content img,
article.page[data-pn="Main.FAQ"] .trix-content img {
/*   max-width: 10cm; */
  height: auto; 
  width: auto; 
  max-width: 400px; 
  max-height: 300px;
}
[data-pn="Main.CaseStudies"] table.simpletable {
    width: 100%;
}
[data-pn="Main.CaseStudies"] table.simpletable tr > :first-child {
    width: 12em;
}
article.page .trix-content h2, article.page .trix-content h3 {
  margin: 1rem 0 .5rem 0 !important;
}
dl.map {
  display: none;
}
.hide {
  display: none;
}
article.page span.embed a.attachlink[href$=".mp4"] {
  display: inline !important;
}
  
article.page span.embed a.attachlink[href$=".mp4"] + video {
  display: none;
}
#hp_h1 {
  font-size:2em;
/*   max-width:21em; */
  margin: 0 auto;
}
.xcenter {
  text-align: center;
}
@media print {
  a:visited { color: var(--link-color); }
  
  body[data-fullname="Main.HomePage"] .updatecover,
  body[data-fullname="Main.HomePage"] .lastmodrev,
  body[data-fullname="Main.HomePage"] #wikicmds
  {
    display: none !important;
  }
  #h1trusted {
    font-size: 2.2em;
  }
  
  body[data-fullname="Main.HomePage"] #___toc {
/*     page-break-before: always; */
    
  }
  .clear { clear: both; }
  
  #hpappshot img, #hpappshot video {
    margin-top: 1mm !important;
    max-width:15.5em !important;
    max-height:31em !important;
  }
  
  body[data-fullname="Main.HomePage"] a[href$="educators.mp4"] {
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
  figure[data-trix-content-type="video/mp4"],
  video, div.img span.embed img, div.img span.player img {
    max-width: 11cm !important;
/*     max-height: auto; */
    display: block;
    margin: 1em auto 0 auto !important;
  }
  figure[data-trix-content-type="video/mp4"],
  video {
    max-height: 6cm;
  }
  figure * {
    text-align: center !important;
  }
  div.img:not(.cover .img) {
    text-align: center;
  }
  
  
  h2, h3, details > summary:after {
    page-break-after: avoid;
  }
  
  #superheader {
    padding: 2mm 5mm;
  }
  article[data-pn="Main.Map"] iframe {
    height: 27cm !important;
  }
  article.page #hp_h1 {
    font-size: 2.5em !important;
  }
  article.page div.details-h3, article[data-pn="Main.DrToolboxVideos"] div.details-h2, article[data-pn="Main.ToolboxSync"] div.details-h2 {
/*     page-break-inside: avoid; */
/*     break-inside: avoid; */
  }
  
  article[data-pn="Main.TermsAndPrivacy"] div.details-h3 {
/*     page-break-inside: auto; */
/*     break-inside: auto; */
  }
  
  article[data-pn="Main.TermsAndPrivacy"] div.details-h2 {
    font-size: 90%;
  }
  
  
  div.drt-flex p.logos {
    margin: 0 0 0 0;
  }
  p.logos img {
/*     max-width: auto; */
    max-height: 60px;
  }
  #sec5 {
    font-size: small;
  }
  
  body, #wikibody, #wikimid {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  #tarteaucitronRoot {
    display: none !important;
  }
  #wikicmds-toggle-label {
    margin-right: 10px;
  }
  #wikifoot {
/*     position: fixed; */
/*     bottom: 0cm; */
/*     margin-bottom: 0cm; */
/*     width: 100%; */
  }
  @page {
    margin: 1cm 1cm 1cm 1cm;
  }
  
  article.page[data-pn="_analytics"] canvas {
    max-height: 9cm;
    max-width: none;
    width: auto !important;
  }
  
}
#forum-summary .dl-csv {
  display: none;
}
ul.drt-podcast {
  border: 2px solid var(--ccc);
  margin: 0;
  padding: 5px 0;
  border-radius: 5px;
}
ul.drt-podcast audio {
  border-radius: 4px;
  width: 100%;
}
ul.drt-podcast li {
  list-style-type: none;
  padding: 2mm;
  margin:0;
  border-bottom: 1px solid var(--ccc);
  cursor: pointer;
}
ul.drt-podcast h5 {
  margin:0;
  font-weight: normal;
}
ul.drt-podcast div.description {
  display: none;
}
ul.drt-podcast li.playing div.description {
  display: block;
}
ul.drt-podcast li.playing h5 {
  font-weight: bold;
}
ul.drt-podcast li[data-role="list-divider"] {
  background-color: var(--eee);
  font-weight: bold;
  display: block !important;
}
ul.drt-podcast li[data-role="list-divider"] small {
  font-weight: normal;
}
ul.drt-podcast li:first-child {
  border-top: 1px solid var(--ccc);
}
ul.drt-podcast audio.loading + .description::before {
  content: 'Loading audio...';
  display: block;
  text-align: center;
  color: var(--orangered);
}
@media print {
  #wikihead {
    max-width: unset;
  }
  #wikileft-toggle-label {
    top: -23mm;
  }
  #wikicmds-toggle-label {
    margin-top: -40px;
  }
}
/* makeposter */
html.makeposter #wikileft-toggle:checked ~ * #wikileft-toggle-label {
  background-image: url(/dr-toolbox/pub/skins/drt2020/xmenu.svg);
}
html.makeposter #wikicmds-toggle:checked ~ * #wikicmds-toggle-label {
  background-image: url(/dr-toolbox/pub/skins/drt2020/xwrench.svg);
}
html.makeposter #wikioverlay {
  background-color: transparent;
}
html.makeposter {
  scrollbar-width: none;
}
@media print {
  html.makeposter #superheader .toplist {
    max-width: 60em;
    margin: 0 auto;
    padding: 2px 10px 0 10px;
  }
  
  html.makeposter .bodywrap {
    max-width: 60em;
    margin: 0 auto;
  }
  
  html.makeposter #wikileft-toggle-label {
    top: -10mm;
  }
  html.makeposter #wikicmds-toggle-label {
    margin-top: 6mm;
  }
}
body[data-fullname="Site.Welcome"] .pagegroup {
  display: none;
}
body[data-fullname="Site.Welcome"] .pagetitle,
body[data-fullname="Site.Welcome"] #wikitext  {
  text-align: center;
  display: block;
}
.welcomebuttons { 
  column-count: 2;
  list-style-type: none;
  margin: 3mm;
  padding: 0;
  text-align: center;
}
.welcomebuttons li {
  break-inside: avoid;
/*   display: inline-block; */
/*   width: 100%; */
}
.welcomebuttons li a, .welcomebuttons li > label { 
  color: var(--link-color);
  border: 1px solid var(--link-color);
  background-color: var(--theme-bgcolor-light);
  border-radius: 2mm;
  padding: 4mm 1mm;
  line-height: 1;
  display: block;
  margin-bottom: 3mm;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width:20em) {
  .welcomebuttons { 
    column-count: 1;
  }
  
}
td.sync-title::before {
  content: "📄 ";
}
details.synclist summary::before {
  content: "📁 ";
}
details.synclist[open] > summary::before {
  content: "📂 ";
}
details.synclist:hover > summary {
  background-color: #ffa;
}
details.synclist summary {
  font-size: 120%;
  font-weight: bold;
}
div.synclist_wrap > details details {
  padding-left: 1.5em;
}
div.synclist_wrap details {
  margin: 1.5em 0 0 0;
}
.sync-table td:not(.sync-title) {
  text-align: right;
}
.sync-table td.sync-title, 
.sync-table th.sync-title {
  text-align: left;
}
.sync-table {
  margin-left: 1.3em;
}
.sync-table .sync-date {
  width: 5em;
  display: none;
}
.sync-table .sync-size {
  width: 3em;
  display: none;
}
.sync-table .sync-nbpages {
  width: 2em;
  display: none;
}
div.synclist_wrap details.nomatch {
  display: none;
}
.synclist_chk_dates:checked ~ div.synclist_wrap .sync-table .sync-date,
.synclist_chk_sizes:checked ~ div.synclist_wrap .sync-table .sync-size,
.synclist_chk_pages:checked ~ div.synclist_wrap .sync-table .sync-nbpages {
  display: revert;
}
.link-welcome {
  float: right;
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-image: url(qrcode-icon.svg);
  background-size: 100% 100%;
  margin-top: 0.8em;
  margin-right: .4em;
}
.link-welcome:only-child {
  margin: 1em;
  width: 2em;
  height: 2em;
}
#tg_af, #tg_af:checked + .aform-hidden {display: none; }
.aform-hidden { text-align: left; }
.fbc-badge {
  display: none !important;
}
a.has_cert {
  background-color: #9f9;
  font-weight: bold;
  color: green;
  padding: 1px;
  border: 1px solid green;
}
body[data-domainstatus="planned"] .welcomebuttons .li-signup,
body[data-domainstatus="closed"] .welcomebuttons .li-signup {
  display: none;
}
#wikicmds-toggle-label[data-notif]:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  width: 0.6em;
  height: 0.6em;
  background-color: red;
  border-radius: 1.2em;
}
#wikicmds-toggle:checked ~ * #wikicmds-toggle-label[data-notif]:after {
  background-color: #888;
}
.groupsearchbox {
  position: relative;
}
#searchsuggest {
  max-height: 80vh;
  max-width: 95vw;
  overflow: auto;
  display: none;
  position: absolute;
  box-shadow: 4px 4px 4px rgba(0,0,0,.5);
  z-index: 2;
  background-color: var(--bgcolor);
  border: 2px solid var(--link-color);
  border-radius: 10px;
  margin-top: 5px;
  padding: 0;
  list-style-type: none;
}
#searchsuggest a {
  display: block;
  padding: 3px 6px;
}
#searchsuggest li.alwaysvisible {
  display: block !important;
  color: #777;
  padding: 3px 6px;
}
#searchsuggest a:hover {
  background-color:  var(--theme-bgcolor-light);
}
.flex-around {
  display: flex;
  justify-content: space-around;
}
#fipwrap {
  margin-top: 10px;
}
#fipnbfound {
  background-color: var(--highlight);
  margin-left: .5em;
  cursor: pointer;
}
#fipnbfound::before {
  content: attr(data-count) ' ';
  font-weight: bold;
}
#fipnbfound[data-count="0"] {
  color: #888;
  background-color: transparent;
  cursor: not-allowed;
}
#fipnbfound[data-count=""] {
  display: none;
}
#fipsearch[href="#"] { display: none; }
#msgoldbrowser {
  position: absolute;
  width: 19em;
  top: 1em;
  background-color: rgba(0,0,0,0.6);
  color: var(--text-color-header);
  right: 1em;
  padding: 0.5em;
  border-radius: 0.5em;
  text-align: center;
  z-index: 5;
  max-width: calc(100vw - 2em);
}
#closeoldbrowsermsg {
  color: #8cd1f3;
  cursor: pointer;
}
table.authority {
  width: 100%;
}
table.authority {
}
table.authority table {
  width: 100%;
  border-collapse: collapse;
}
table.authority table th {
  background-color: transparent;
  text-align: left;
}
.wikiaccount #list_specialties,
.wikiaccount #list_jobrole {
  padding: 0;
  list-style-type: none;
}
.wikiaccount #list_specialties ul {
  list-style-type: none;
}
table.highlightrow tr:hover {
  background-color: var(--highlight) !important;
}
.syncnew_ul .chk_nested,
#treedetails .chk_nested {
  display: none;
}
.syncnew_ul .chk_nested + label,
#treedetails .chk_nested + label {
  display: inline-block;
  cursor: pointer;
}
#treedetails .chk_nested + label {
  line-height: 1em;
  border: 1px outset var(--ccc);
  width: 1em;
  text-align: center;
  border-radius: 2px;
}
.syncnew_ul .chk_nested + label::before,
#treedetails .chk_nested + label::before {
  content: "+";
/*   content: "🞣"; */
  font-family: monospace;
  display: inline-block
}
.syncnew_ul .chk_nested + label{
  font-weight: bold;
}
.syncnew_ul .chk_nested + label::before {
  margin-right: .2em;
}
.syncnew_ul .chk_nested:checked + label::before,
#treedetails .chk_nested:checked + label::before {
  color: #a00;
  transform-origin: center;
  transform: rotate(135deg);
  transition: all 0.5s;
}
.syncnew_ul .chk_nested ~ ul,
#treedetails .chk_nested ~ ul {
  display: none;
}
.syncnew_ul .chk_nested:checked ~ ul ,
#treedetails .chk_nested:checked ~ ul {
  display: block;
}
.syncnew_ul li.dir {
  font-weight: bold;
  cursor: pointer;
}
.inheritfont {
  font-family: inherit;
  font-size: inherit;
}
div.childrenlist.draggable li a {
  cursor: move;
}
div.childrenlist .saveorder .inputbutton {
  background-color: var(--theme-color);
  color: var(--text-color-header);
  font-weight: bold;
}
div.childrenlist:not(.unsaved) .saveorder {
  display: none;
}
div.childrenlist.unsaved {
  border: 3px dashed var(--orangered);
  padding: 3px;
}
div.childrenlist.unsaved .saveorder:before {
  content: 'Remember, the list may appear in 1, 2 or 3 columns on different screen sizes.';
  display: block;
  color: var(--orangered);
}
.data-sort {
  display: none;
}
@media print {
  .noprint { display: none !important; }
}
img[src$="check.png"] {
  border-radius: 0 !important;
  border: none;
}
#selectperms:target {
  outline: 4px solid var(--theme-color);
}
#wikicmds li.salmon {
  background-color: var(--salmon);
}
ul.drt-podcast li.playing,
.bgsalmon, .lightsalmon,
#wikicmds li.lightsalmon {
  background-color: var(--bgsalmon);
}
.fgred, #wikicmds li.fgred a, #wikileft li.fgred a {
  color: red;
}
.bluebutton:hover, .bluebutton { background-color: var(--theme-color); color: var(--text-color-header); }
.bluebutton:hover { filter: brightness(150%); }
/* unsafe inline styles */
.pad1mm2mm {
  padding: 1mm 2mm !important;
}
.pad1mm4mm {
  padding: 1mm 4mm !important;
}
.padL4mm {
  padding-left: 4mm !important;
}
.bgtransp {
  background-color: transparent !important;
}
.bgeee {
  background-color: var(--eee);
}
body[data-name*="RecentChanges"] #wikitext a[href$="HomePage"], 
body[data-name*="RecentChanges"] #wikitext a[href$="About"], 
body[data-name*="RecentChanges"] #wikitext a[href$="SideBar"], 
body[data-name*="RecentChanges"] #wikitext a[href*="/Main/"], 
body[data-name*="RecentChanges"] #wikitext a[href*="/Site/"], 
body[data-name*="RecentChanges"] #wikitext a[href*="/Dev/"], 
body[data-name*="RecentChanges"] #wikitext a[href*="/CalendarData/"], 
body[data-name*="RecentChanges"] #wikitext a[href*="/Forum/"], 
body[data-name*="RecentChanges"] #wikitext a[href*="/SiteAdmin/"]:not([href*="?m="]), 
body[data-name*="RecentChanges"] #wikitext a[href*="/Template"] {
  font-weight: bold;
}
#chkapprpend {
  display: none;
}
#chkapprpend:not(:checked) ~ #apprpend {
  display: none;
}
#chkapprpend + label {
  color: red;
  cursor: pointer;
}
#chkapprpend:checked + label {
  font-weight: bold;
}
input.highlighted, div.highlighted, article.highlighted {
  background-color: var(--highlight);
}
h1.err {
  white-space: pre-wrap;
}
.blueborder {
  border-bottom: 0.5rem solid var(--link-color);
  
}
ul.hzmenu {
  padding: 0;
  list-style-type: none;
  margin: 0 auto 0.2em auto;
}
ul.hzmenu > li {
  display:inline;
  padding: 0;
  margin: 0;
  position: relative;
  line-height: 1.5rem;
}
ul.hzmenu > li:not(:first-child) {
  margin-left: 0.6rem;
  
}
ul.hzmenu > li > ul {
  overflow: hidden;
  max-height:0px;
  
  transition: max-height .667s ease;
  
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 1.2rem;
  left: -0.6rem;
  background-color: var(--bgcolor);
  z-index: 2;
  border-radius: 0 5px 5px;
  box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
}
ul.hzmenu > li > ul > li {
  padding: 0;
  margin: 0;
}
ul.hzmenu > li > ul > li:first-child {
  margin-top: 6px;
}
ul.hzmenu > li > ul > li:last-child {
  margin-bottom: 6px;
}
ul.hzmenu > li > ul > li:not(:first-child) {
  border-top: 1px solid var(--ddd);  
}
ul.hzmenu > li:hover > ul {
  max-height: 600px;
}
ul.hzmenu img {
  border-radius: 0 !important;
}
ul.hzmenu img[src$="health-toolbox.svg"] {
  max-width: 120px;
}
ul.hzmenu a {
  padding: .2rem .6rem;
  white-space: pre;
  color: black;
}
ul.hzmenu a:hover {
  background-color: var(--theme-bgcolor-light);
}
ul.hzmenu a {
  color: inherit !important;
}
ul.hzmenu > li:first-child > a:hover {
  background-color: transparent;
}
ul.hzmenu > li > ul > li a {
  display: block;
}
ul.hzmenu .menuarrow {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  box-sizing: border-box;
  border: 2px solid #888;
  margin: 0 0 0.2rem 0.4rem;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  
  position: absolute;
  bottom: -0.5em;
  left: -0.3em;
}
ul.hzmenu > li:nth-child(2) > img {
  display: none;
}
@media screen and (max-width:460px) {
  
  ul.hzmenu > li:nth-child(2) > img {
    display: inline;
  }
  ul.hzmenu > li:nth-child(2) > .text,
  ul.hzmenu > li:first-child {
    display: none;
  }
}
.hpwrap {
  display: flex;
  justify-content: space-around;
}
.hpwrap > div {
  position: relative;
}
.hpwrap {
  padding: 3rem 0 0 0;
}
.hpwrap2 {
  max-width: 300px;
}
.hpwrapA {
  text-align:center;
}
.hpwraptitle, .hpwrapsubtitle {
  position: absolute;
  width: 100%;
  text-align: center;
}
.hpwrapsubtitle {
  top: 50%;
}
.hpwraptitle {
  bottom: 50%;
}
.hpchecks {
  list-style-type: none;
  padding: 0;
}
.hpchecks li::before {
  content: "✚";
  font-weight: bold;
  color: var(--logogreen);
  line-height: .5;
  margin-right: 4px;
  display: inline-block;
}
.hpchecks {
  font-size: 90%;
  display: grid;
  grid-template-columns: auto auto;
}
.hpwrap1 h2, .hpwrap1 h3 {
  line-height: 1.5;
  margin-top: 0;
/*   text-align: center; */
}
.hpwrap1 h2 .firstline {
  font-size: 1.25em;
}
@media screen and (max-width:648px) {
  
  .hpwrap {
    display: block;
  }
  .hpwrap > div {
    width: 100%;
    position: relative;
    
  }
  
  .hpwraptitle, .hpwrapsubtitle {
    position: relative;
    transform: none;
  }
  .hpwrap2 {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width:324px) {
  .hpchecks {
    grid-template-columns: auto;
  }
}
time {
  border-bottom: 1px dotted;
}
ul.allegro-tagcloud {
  list-style-type: none;
  padding: 0;
  margin: .5rem  0 0 0;
}
ul.allegro-tagcloud li {
  display: inline;
}
.taglink,
a.taglink {
  display: inline-block;
  border: 1px solid var(--link-color);
  border-radius: 3px;
  padding: 0 5px !important;
  background-color: var(--theme-bgcolor-light);
  line-height: 1;
  text-decoration: none;
  color: inherit;
}
@media print {
  html:not(.makeposter) {
    #wikicmds-toggle-label, #wikileft-toggle-label, .flipdetails, #fipwrap {
      display: none;
    }
  }
  
  details[open] > summary {
    list-style: none;
    padding-left: .4em;
  }
  
  details[open] > summary > h2, 
  details[open] > summary > h3 {
    padding-left: 1rem;
  }
  details[open] > summary::-webkit-details-marker {
    display:none;
  }
}
.green {
  color: green;
}
.wikimessage,
.red {
  color: red;
}
.bold {
  font-weight: bold;
}
.edituserlink:before {
  content: "(edit)";
  font-size: 90%;
}
.inputbox[readonly] { color: #888; background-color:var(--eee); }
.inputbutton[disabled] { opacity: 0.5; }
body[data-group^="XTest"] button[data-trix-attribute="x-calendar"] {
  display: none;
}
.hidden {
  display:none;
}
*:empty + .hidden.showafterempty {
  display:block;
}
.grey9 {
  color: var(--nnn);
}
.genpass {
  color: var(--link-color);
  cursor: pointer;
}
.vmiddle {
  vertical-align: middle;
}
.frame .frame {
  background-color: var(--bgcolor);
}
.drt-bleep, drt-bleep {
  color: var(--orangered);
  font-weight: bold;
  white-space: nowrap;
}
.drt-bleep::after, drt-bleep::after {
  content: ' ';
  display: inline-block;
  border: .1em solid var(--orangered);
  border-bottom-width: 0.3em;
  width: 0.8em;
  height: 0.7em;
  margin: 0 .2em;
  box-sizing: border-box;
}
.drt-tel, drt-tel {
  white-space: pre;
  font-family: inherit;
  font-weight: bold;
  color: var(--link-color);
}
.drt-tel::after, drt-tel::after {
  content:"\202F✆"; 
}
.novspace {
  margin-top: .4em;
}
.pointer {
  cursor: pointer;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
.llform input[data-diff]:not(:disabled) {
  color: var(--link-color);
  background-color: var(--theme-bgcolor-light);
}
.llform .inputbox:not(:placeholder-shown) {
  background-color: var(--highlight);
}
a.llsitesearch {
  margin-left: .4em;
}
a.llsitesearch[href="#"] {
  display: none;
}
.mockupspace {
  width: .5em;
  border: 1px solid red;
  border-top: none;
  margin: 0 1px;
  height: 4px;
  display: inline-block;
  vertical-align: text-bottom;
}

.adminpanel {
  display: grid;
  grid-template-columns: calc(50% - 0.5em) calc(50% - 0.5em);
  grid-gap: 1em;
}

.adminpanel > li {
  display: grid;
  grid-template-columns: 3rem auto;
  border: none !important;
}

.adminpanel > li.span2 {
  grid-column-end: span 2;
}

.adminpanel i.fab, 
.adminpanel i.fa, .adminpanel i.far {
  /* display: inline; */
  font-size: 2em;
  margin-top: .4rem;
/*   display: inline-block; */
  width: 2rem;
  text-align: center;
  height: 2rem;
}


.adminpanel > li.rotateicon i.fa,
.adminpanel > li.rotateicon i.far {
  transform: rotate(-90deg) scaleY(-1);
  text-align: right;
}
.adminpanel small {
  color: var(--orangered);
}

.adminpanel > li > ul,
.adminpanel > li > ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: none;
}

html.privacyMode .adminpanel li.privacymode,
.adminpanel > li.pending {
  background-color: var(--highlight);
}

.adminpanel > li.pending a {
  color: var(--orangered);
}



@media screen and (max-width:48em) {
  .adminpanel {
    grid-template-columns: auto;
    
  }
}

#wikicmds li a[href$="?action=logout"] {
  color: red;
}


input.toggle[type="checkbox"],
input.toggle[type="checkbox"]:not(:checked) + label ~ * {
  display: none !important;
}

input.toggle[type="checkbox"] + label:hover {
  cursor: pointer;
  color: var(--link-color);
}
input.toggle[type="checkbox"]:checked + label {
  font-weight: bold;
}
input.toggle[type="checkbox"]:checked + label ~ * {
  display: revert;
}


/* mockups/posters */
body.appmockup[data-name="HomePage"] h1.pagetitle,
body.appmockup #logoutlink, 
body.appmockup #wikileft-toggle-label, 
body.appmockup #wikicmds-toggle-label, 
body.appmockup .lastmodrev,
body.appmockup .pagegroup,
body.appmockup #refile, 
body.appmockup .commentform, 
body.appmockup #wikifoot,
body.appmockup #treedetails,
body.appmockup #hpqrcode,
body.appmockup .hpadminlinks,
body.appmockup .synceditline,
body.appmockup .llchk,
body.appmockup .synclist .gp,
body.appmockup .synclist a.add,
body.appmockup .synclist a.datelink,
body.appmockup .synclist a.wrench,
body.appmockup .noapp,
body.appmockup details,
body.appmockup #wikihead {
  display:none;
}

body.appmockup #wikimid {
  margin: 0;
  padding-top: 0;
}
body.appmockup #wikitext {
  margin: 0;
}
body.appmockup #wikitext > * {
  margin-left: .5em;
  margin-right: .5em;
}
body.appmockup #wikitext > div.cover {
  margin-left: 0;
  margin-right: 0;
}

body.appmockup #wikitext > div.cover img {
  border-radius: 0;
}

body.appmockup #superheader {
  margin-bottom: 0;
}

body.appmockup .childrenlist ul {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
body.appmockup .childrenlist ul li a {
  background-color: #eeeeee;
}
body.appmockup a:visited {
  color: var(--link-color);
}

body.appmockup h1.pagetitle {
  background-color: var(--eee);
  border-bottom: 1px solid var(--ddd);
  padding: .1em .5em;
  font-size: 1.3em;
}

input[data-jets] {
  width: 30em;
  max-width: 99%;
}
ul[data-jets], table[data-jets] {
  margin-top: .5rem;
}


@media print {
  #wikititle {
    margin-top: 1em;
  }
  html:not(.makeposter) body[data-name="HomePage"] #wikititle {
    display: none;
  }
}

h1.errmsg {
  white-space: pre-wrap;
  
}


#firstcomment:target ~ div.talkpost p {
  background: var(--highlight);
}



details.h4 summary {
  font-size: 1.1rem;
  font-weight: bold;
}

details summary:hover {
  color: var(--theme-color);
}

a.checkemail {
  background-color: yellow;
}

a.checkemail:after {
  content: " [" attr(href) "]";
  color: red;
}

.iblock {
  display: inline-block;
}


var.chkpass:before {
  content: "⚠️ ";
}

var.chkpass:empty:before {
  content: "✅ acceptable";
  color: green;
}

.smaller {
  font-size: 90%;
}

.reupload label {
  cursor: pointer;
}
.automsg {
	color: var(--orangered);
}


iframe.fmtiframe {
  height: 720px;
  max-height: 90vh;
  width: 100%;
}


.covergrid div.img {
  display: inline-block;
  width: 12em;
  height: 9em;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}
.covergrid div.img img {
  max-height: 6em;
}

#wikitext:has(.autoupdated)  .lastmodrev,
body[data-name="HomePage"] .lastmodrev {
  display:none;
}

details:not([open]) summary h2::after, details:not([open]) summary h3::after {
  content: ' ...See more';
  font-size:.83rem;
  font-weight: bold;
} 


.togglecontext,a[href="#togglecontext"] {
  cursor:pointer;
  user-select:none;
  color: orangered;
}
.llmsearchcontext {
  display:none;
  font-size:.9rem;
  white-space:pre-wrap;
}
.llmsearchcontext.open {
  display:block;
}

.answers details summary,
details.aiquestionwrap summary {
  width:auto;
}


#wikicertadmin input:checked + label {
  font-weight:bold;
}

#wikicertadmin input[name^="dr"]:not(:checked) + label {
  opacity: 0.5;
}
.strikeunchecked:has(input[name="uids[]"]:not(:checked)) {
  opacity:.5;
  text-decoration:line-through;
}

body[data-authid^="5ko@"] {
  figure:has(a[href$=".png"]:not([data-embed-provider])) {
    border: 3px dashed orangered;
  }
  
}

.trix-content img {
  max-width: 100%;
  max-height: 60vh;
  height: auto;
  width: auto;
}
