@import url("../../../style.css");
@import url("../../../google_translate.css");
@import url("../../../links.css");
@import url("../dotsoft.css");

footer {display: none;}

@media print {
	h1::after	{ content: " - Carlson (DotSoft) RevitOffice+™";}
	footer {display: initial;}
	address::after {
		content: "\A © 2025 - Carlson Software, dba DotSoft, LLC\A All rights reserved.\A 33 E 2ND ST\A MAYSVILLE, KY 41056\A https://www.carlsonsw.com\A https://www.dotsoft.com";
		white-space: pre; /* Ensures the newline is respected */
		/*color: blue;  Optional: makes the appended URL visually distinct */
		font-style: normal; /* Optional: resets font style if needed */
	}
}
