* {
   margin:           0;
   padding:          0;
   box-sizing:       border-box;
   font-family:      arial;
   }
   
.offwhite {
    background-color: #F2F0EF;
    --bs-table-bg:      #F2F0EF; /* Use the CSS variable */
    }
   
.page-body {
   display:       inline-block; 
   font-size:     1.3em; 
   font-weight:    500;  
   } 

.page-body p {
    padding-bottom: 15px;
    }

.cell-wrapper {
   border:        2px solid black;
   border-radius: 5px;
   padding:       8px;
   margin-top:    5px;
   }

.article-title {
  font-size:      2.5em;
  font-weight:    600;
  margin:         0px;
  padding-top:    15px;
  padding-bottom: 15px;
  line-height:    1.1;
  text-align:     center;
  }

.article-source {
  font-size:       1.5em;
  font-style:      italic;
  padding-bottom:  px;
  line-height:     1.5;
  padding-top:     2px;
  cursor:          pointer;
  }

.article-date {
  font-size:       1em;
  padding-bottom:  8px;
  line-height:     1.1;
  }
  
.title-centered {
  font-size:       3em;
  padding-bottom:  8px;
  text-align:      center;
  }
  
.page-title {
  font-size:       3em;
  padding-bottom:  8px;
  text-align:      center;
  }
  
.table-bold {
  font-weight:     bold;
  padding:         8px;
  }
  
.table-bold tr, td  {
  font-weight: bold;
  height:      35px;
  padding:     2px;
  }
 
.strike {
  text-decoration: line-through;
  }
  
  
@media (max-width: 575.98px) { 
  }


@media (max-width: 767.98px) {
  }


@media (max-width: 991.98px) {
  }


@media (max-width: 1199.98px) { 
  }


@media (max-width: 1399.98px) { 
  }



/*
  xs:         0,
  sm:     576px,
  md:     768px,
  lg:     992px,
  xl:     1200px,
  xxl:    1400px
  
  // X-Small devices (portrait phones, less than 576px)
  // Small devices (landscape phones, less than 768px)
  // Large devices (desktops, less than 1200px)
  // Medium devices (tablets, less than 992px)
  // X-Large devices (large desktops, less than 1400px)
  // XX-Large devices (larger desktops)
  // No media query since the xxl breakpoint has no upper bound on its width
  
  
*/


