﻿@charset "utf-8";
/* © 2023 Richard W. Adams */

.conceal-if-site-maintained {
/** 
Enable the "display" value (remove comment markers) if we routinely fix errors, add features, enhance site 
appearance, solicit user input, respond to questions & requests, etc. This state may be temporary or permanent.
*/
display: none; 
}

/** 
Enable the "display" value below (remove style line from comment markers) if we do NOT routinely fix errors, add features, enhance site
appearance, solicit user input, respond to questions & requests, etc. This state may be temporary or permanent.

Reasons why site is currently not being maintained include staff in training, sick, out of town, on vacation, replacing hardware,
updating software, migrating to new server, etc.

.conceal-if-site-not-maintained, #help-needed, .maintain { display: none !important; }
*/

}
