/*
* This CSS is for printing the content within the main container of the page without any style.
*/

.printBtn, .accordion-controls, .accordion-top { display:none;  }

body, img, div, section {
	page-break-before: avoid !important;
	page-break-inside: auto !important;
}

body{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}