/* Original home CSS hides every .sec, including tools moved into #toolStage.
   Keep the original tool layout when a tool is opened directly from home. */
body.athome.toolopen #toolStage .tsbody > .sec {
  display: block !important;
}
