div#left,
#scroll-top,
nav,
#globalnav,
#mainnav,
#footernav,
#share,
ul#socialmedia,
.hidden,
.selectedit,
.selectedit_preview,
#tracker-onpage,
.no-print,
#right,
.responsive-only,
#location-select,
.overlay,
form,
#search-button,
.spacerleft
{
	display: none!important;
}

.pane
{
	display:block!important;
}

body
{
	line-height:				155%;
	font-family: 'Raleway', 'verdana', sans-serif;
	font-size:					9pt;
	color:						#000;
}

a { color: #005cb9; text-decoration: underline }

#main
{
	clear: left;
	margin:				1.5em 0;
}

#logo
{
	width: 20%;
	height: auto;
	margin-bottom: 1em;
}

iframe{
	display: none;
}

article>article
{
	margin:						0 0 2.5em;
}

header
{
	page-break-after:			avoid;
	color:						black;
}

h1,h2,h3
{
	clear: left;
	padding:						0.75em 0 0.25em;
	font-weight:				bold;
	color:						#666666;
}
h1
{
	font-size:					1.6em;
}

h2
{
	font-size:					1.5em;
}

h3
{
	font-size:					1.2em;
}

p
{
	margin:						0 0 1em;
}

#footer
{
	clear:						both;
	margin:						1em 0 0;
	border-top:					0.25pt solid #999999;
	padding-top:				0.5em;

	font-size:					0.75em;
}

article#main a[href^="http://"]:after {
   content: " (" attr(href) ") ";
   font-family:		sans-serif;
   font-size: 90%;
}

table {border-collapse: collapse; margin-bottom: 2em;}

th, td
{
    padding: 4px 4px 4px 4px ;
    text-align: center ;
}

th { border-bottom: 1pt solid #000 ; }

td { border-bottom: 1pt solid #666 ; }

#composition .table-wrapper
{
	float: left;
	margin-right: 1.5em;
}

.data-table th,
.data-table td{
/*	
	border-top: 1px solid #959595 !important;
	border-bottom: 1px solid #959595 !important;
*/	
	border-collapse: initial;
	border: none !important;
}

table { page-break-inside:auto }
tr    { page-break-inside:avoid; page-break-after:auto }
thead { display:table-header-group }
tfoot { display:table-footer-group }
