/**
 * 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 stylesheet for DSpace  */
@page{
	margin:35px;
}

a {
    text-decoration: none;
    }

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


.navigationBar, .sidebar {
    display:none;
    }

footer, nav{
	display:none;
}

#navbar-inverse{
	display:block;
	background-color: #993300 !important;
	-webkit-print-color-adjust: exact !important;
	color-adjust: exact !important;
}

.navbar-title{
	color: white !important;
	-webkit-print-color-adjust: exact !important;
	color-adjust: exact !important;
}

#navbar-button{
	display:none;
}


.search-form{
	display:none;
}

.container-fluid{
	display:none;
}

.item-thumbnail{
	width:140px;
}

.img-responsive{
	width:75% !important;
}

col-md-9{
	width:25%;
}

.form-inline{
	display:none;
}

.btn-group{
	display:none;
}

#list-group{
	display:none;
}

.h5{
	display:none;
}

.col-md-2{
	display:none;
}

.btn{
	display:none;
}

.browse_range{
	display:none;
}

hr{
	display:none;
}

.facetsBox{
	display:none;
}

.facets{
	display:none;
}

#img-loading{
	display:none;
}

.navbar-right{
	display:none;
}
