/* *****************************************************************************
 * Filename: site-print.css
 * Description: This file styles private.alvinmcgovern.com website
 * Owner: Alvin McGovern
 * Author: Alvin Orzechowski, MyFirstWebPage.net
 * Date: Fri Jan 31 2025
 * Revised: 
 * *****************************************************************************/

/* -----------------------------------------------------------------------------
 * HTML tags
 * ----------------------------------------------------------------------------- */
 
body {
}
}
header {
  border: none;
  background-color: #ffffff; 
  padding-top: 0;
  padding-bottom: 0;
}
main {
}
footer {
  border: none;
  background-color: #ffffff; 
}

/* -----------------------------------------------------------------------------
 * ids
 * ----------------------------------------------------------------------------- */

#container_div {
  width:100%; 
  text-align: left;

/* -----------------------------------------------------------------------------
 * classes
 * ----------------------------------------------------------------------------- */

.defaultHeight {
  min-height: 0 !important;
}
.onlyOnline {
  display: none;
}
.onlyPrint {
  display: inline;
  }
.pageBreak { 
  page-break-before: always; 
}