body{
  -webkit-print-color-adjust:exact;
  -moz-print-color-adjust:exact;
  print-color-adjust:exact;
  font-family: arial;
  color: #242140;
}

nav,
.top-links,
#search-filters,
.add-new-supply,
.print-button,
.help_tooltip,
.add-meter-reading,
.submit-move-request,
.pagination,
.report-link-cell,
.reports-nav-container,
.alarm-container,
.report-menu-hr,
.accordian-button,
.my-account-nav-container
 {
	display: none;
}

.site-logo {
	display: none;
}

.print-logo {
	float:right;
	border: none;
}

.logo-container a {
	border: none;
}

.print-heading {
	display:inline;
}

table {
	width: 100%;
	border-collapse:collapse;
    border:solid #868496 !important;
    border-width:1px 0 0 1px !important;
}
th, td {
    border:solid #868496 !important;
    border-width:0 1px 1px 0 !important;
    padding: 5px;
}

th {
	background-color: #D4D0E9;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14;
}


h1, h2, h3, h4 {
	color: #232040;
}

.site-row {
	margin: 50px 0;
	font-size: 13px;
}

hr {
	border: none;
	border-top: 1px solid #868496;
}

hr.thick {
	margin: 30px 0;
}

.site-name {
	font-size: 16px;
	font-weight: bold;
}

.contract-details {
	margin: 20px 0;
}

.contract-details ul {
	margin: 0;
}

.report-table {
	margin: 10px 0;
}

.report-table-left-cell {
	text-align: left;
}

.grand-totals {
	text-align: right;
	font-weight: bold;
}

.no-results-container {
	font-size: 14px;
}

.supply-circles {
	width: 100%;
	clear:right;
	overflow:hidden;
}

.supply-circle-container {
	float:left;
	text-align: center;
	width: 25%;
}

.supply-circle-inner {
	font-size: 24px;
	font-weight: bold;
}

.report-container {
	width: 99%;
    margin-bottom: 30px;
}

.report-container-body {
    border:solid #868496 1px !important;
    padding: 10px;
}

.report-container-header {
	padding: 5px;
	border: solid #868496 1px !important;
	border-bottom: none;
	background-color: #D4D0E9;
	font-weight: bold;
}

.account-manager-description {
	float: right;
	width: 80%;
}

.at-a-glance {
	page-break-after:always
}

.swan-disclaimer {
	font-size: 11px;
	clear:both;
}

#package-bar-chart {
	width: 700px;
}

.accordian {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.accordian li {
	margin: 20px 0;
	padding: 0;
	page-break-after: always;
	overflow:hidden;
}

.accordian li:last-child {
	page-break-after: auto;
}

.report-order-arrow, .report-order-arrow-inner {
	width: 100%!important;
	height: auto!important;
}

.scrollableArea, .scrollableArea .report-table {
	width: 100%!important;
}

.scrollableArea .report-table-header th, .scrollableArea td {
	font-size: 11px;
}

.fieldset {
	overflow:hidden;
	clear:both;
	height: 50px;
}

.fieldset label {
    float: left;
    font-size: 0.813em;
    line-height: 2.538;
    width: 175px;
}

.items_per_page {
	display:none;
}

#site_feedback {
	display:none;
}

.no-print {
	display:none;
}
