/* CSS Document */
body {
	float:none;
	width: auto;
}
 
a:link {
	text-decoration: underline;
}
/*a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
*/
h3 {
	border-bottom: 1px solid #00A99D;
}


/*Trying to get the volume and issue to print*/
#bluesub p.sub {
	display:block!important;
}

#headingcontainer img {
	margin-bottom:30px;
}
#socialnetworking, #sidebarbox, .navbar, #searchbar, .rightside, .navbar-dark, #bottomnav, #botnav, #prev, #next, #about, footer, #ftr_social, #subscribe, #social, #side2, .rightside, #bluesub { display: none !important;}

/*Begin page break code*/
body, .container, .row, article, .col-md-9 { /*Added in an attempt to make page-break/widow/orphan functionality work*/
	display:block !important;
	float:none !important; 
	position: relative;
	overflow:initial !important;
}

p, h2, h3 { /*This is supposed to prevent widows and orphans, but doesn't appear to be working*/
	position: relative;
	orphans: 3; widows: 3; }

h2, h3 {  /*Does not appear to be working*/
	page-break-after: avoid;
}

.PrintTogether {
	page-break-inside: avoid;
}
/*End page break code*/
table {
	width: 100%;
	border-bottom:thin solid #CCC;
}

th, td {
	border:thin solid #CCC;	
}
table td.shade {
	text-align:right;
	padding-right:15px;
	background-color: #66CBC4;
}

.In-standard td.shade {
	text-align:right;
	padding-right:15px;
	background-color: #CCC;
}

td.datacell, td.horbdr_data {
	text-align: center;	
}
h1 {
	line-height:normal;
	font-family: acumin-pro, sans-serif;
}

a:link:after, a:visited:after {content:"";} /*This removes the URL after links that is normally printed due to Bootstrap*/

/* This prevents the author from printing bigger than the title in the articles*/
.author {
    color: #778CBF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.0em;
    font-variant: small-caps;
    font-weight: bold;
    margin: 0;
}