@charset "UTF-8";

#pdf, #ebook, #crumb, #shortcut, #nav, #popular {
	display: none;
}

nav {
	display:none;
}

#container {
	width:100%;
}

#container>footer {
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#container>footer>section>nav {
	display: none;
}

#content {
	margin-left: 0;
	margin-right: 0;
}
.no-print {
	display: none;
}

p, td, li {
	color: #000;
}


/* Printing for shop catalogue */
.bookshelf .accordion-content {
	max-height: initial!important;
}
.bookshelf .accordion-content article {
	width:220px;
	height:420px;
}


.bookshelf .accordion-content article form { /* For books */
	display:none;
}

.index-of-music div {
	padding:0!important;
}
.index-of-music div p, .index-of-music div h2 {
	font-size:10px;
	margin: 1px 0px; /* Compress the entries */
}

/* Remove links from printout */
a:link:after,a:visited:after {
   content:"";
}


