
body.contenteditor #custom-content-header {display:none;}
body.contenteditor #custom-content-footer {display:none;}

/* WL 2019-01-21 overrode grid letter spacing (was -.31em) and word spacing (was -.43em) to fix "scrambled names" problem in user lists */
.grid {
    letter-spacing: 0em !important;
    word-spacing: 0em !important;
}


