/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */
/*
 * print.css
 *
 * print styles
 */
* { background: show !important; color: #444 !important; text-shadow: none; }

a, a:visited { color: #444 !important; text-decoration: underline; }

a:after { content: " (" attr(href) ")"; }

abbr:after { content: " (" attr(title) ")"; }

 
.ir a:after { content: ""; }  /* Don't show links for images */

pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }

@media print
{ 
    * {-webkit-print-color-adjust:exact;}
}

img { page-break-inside: avoid; }

@page { margin: 1.5cm; }

p, h2, h3 { orphans: 3; widows: 3; }

h2, h3{ page-break-after: avoid; }

#no-js-warning-wrapper{ display: none; visibility: hidden; }

#ds-header-ads, #ds-footer-wrapper, #ds-header-menu-wrapper, #ds-trail-wrapper, #ds-header { display: none; }

#aspect_viewArtifacts_Navigation_list_browse, #aspect_viewArtifacts_Navigation_list_account, #home-address-links { display: none; }

.krexlg { 		
	float:left;
    width: 185px;
    height: 75px;
 	margin-top: 20px;
	margin-bottom: -40px;
    background-repeat: no-repeat;
	position:relative;
	background-image: url("../../images/print/print-krex-logo.JPG") }

h1 ds-search-option-head { display: none; }
h1.ds-option-set-head  { display: none; }
#ds-search-option  { display: none; }

#ds-header-wrapper {
	display: all;
	float:left;
    width: 100%;
    height: 90px;
 	margin-top: 10px;
	margin-bottom: 20px;
    background-repeat: no-repeat;
	position:relative;
	background-image: url("../../images/print/print-head-kstate.JPG")
}

#home-address-wrapper p {
	display: inline-block;
	list-style: none;
	margin: 0;
}

#home-address-wrapper {
    padding-top: -15px;
}

#ds-body h1 { font-size: 120%; }

.image-link { display: all; }
.file-link { display: none; }
p.item-view-toggle-bottom  { display: none; }

.ds-list-head{ display: none; }

@media print {
  a[href]:after { content: none !important; } }

#aspect_artifactbrowser_ItemViewer_div_item-view h2 { font-size: 105%; }

/*Body text edits*/
div.simple-item-view-authors {
    font-weight: bold;
    padding-bottom: 1px;
    text-align: justify;
}


div.simple-item-view-abstract {
    margin-bottom: 20px;
    margin-top: 4px;
    padding-bottom: 5px;
    padding-top: 15px;
}

div.simple-item-view-description {
    margin-bottom: 20px;
    margin-top: 4px;
    padding-bottom: 5px;
    padding-top: 15px;
}

div.simple-item-view-other {
    padding-bottom: 4px;
}

div.simple-item-view-other-keyword {
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-top: 15px;
}

div.simple-item-view-other-keyword span { font-weight: bold; } 
div.simple-item-view-other span { font-weight: bold; } 