@page {
  margin: 0.5in 0.75in 0.5in 0.75in; // margin for each printed piece of paper
}

body * {
    visibility: hidden;
	background:none;
	
  }

.navigation {
	display:none;
}
.footer {
	display:none;
}
	  
  
  .sections, .sections * {
    visibility: visible;
	
  }
  .sections {
    position:inherit;
    
    top: auto;
	max-width: 800px;
	min-width: 100px;
	text-align:left;
	resize:both;
  }
 
h1,h2,h3 {
	visibility:visible;
	color: #06C;
	padding: 2px 0px 2px;
}

.sectionsol {
	 counter-reset: list;
     display: table;
	 list-style-position:inside;
	 margin-left: 20px;
	 padding-left: 40px;
	
}
li {
        list-style: none;
        counter-increment: list;
        display: table-row;
      }
      li::before {
        content: counter(list) ".";
        display: table-cell;
        text-align: right;
        padding-right: 1em;
}

img {
	max-width: 500px;
	height:auto;
	padding: 2.5px;
	
}
.button {
	display:none;
	}

.buttonblue2 {
	display:none;
}
.buttonblue {
	display:none;
}

.notices {
	display:none;
}

.header {
	align:center;	
}
#pagetitle {
	display:none;
}
