<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:     WP Bootstrap Starter Child Theme
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    A child theme of WPBS Theme
 Author:         Afterimage Designs
 Author URI:     https://afterimagedesigns.com/
 Template:       wp-bootstrap-starter
 Version:        1.4
*/


/****************************************
*** Theme customization starts below ***
*****************************************/
body{
    
}
#header h1{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
#globalnav h4{
    line-height: normal;
}
.home #sec-body h1{
    padding-bottom:0;
    font-size:24px;
    margin-top: auto;
    margin-bottom: auto;
}
.heading-sml{
    margin-top:auto;
    padding-bottom: initial;
}
h2.wsp-pages-title {
    display: none;
}
.search h2.entry-title {
    border-bottom: 1px solid #eaecef;
    font-size: 18px;
    font-weight: 500;
}


  
  /**
   * Framework starts from here ...
   * ------------------------------
   */
  
  .wsp-pages-list,
  .wsp-pages-list ul {
    margin:0 0 0 1em; /* indentation */
    padding:0;
    list-style:none;
    color:#808080;
    position:relative;
  }
  
  .wsp-pages-list ul {margin-left:.5em} /* (indentation/2) */
  
  .wsp-pages-list:before,
  .wsp-pages-list ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid;
  }
  
  .wsp-pages-list li {
    margin:0;
    padding:0 1.5em; /* indentation + .5em */
    line-height:2em; /* default list item's `line-height` */
    font-weight:normal;
    position:relative;
    margin-bottom: 0 !important;
  }
  
  .wsp-pages-list li:before {
    content:"";
    display:block;
    width:10px; /* same with indentation */
    height:0;
    border-top:1px solid;
    margin-top:-1px; /* border top width */
    position:absolute;
    top:1em; /* (line-height/2) */
    left:0;
  }
  
  .wsp-pages-list li:last-child:before {
    background:white; /* same with body background */
    height:auto;
    top:1em; /* (line-height/2) */
    bottom:0;
  }
.wp-block-table table td{
	border:1px solid #000;
	padding:10px
}</pre></body></html>