/**
 * Generic print style
 */

/* --- GLOBAL SETTINGS --------------------------------------*/
@page {
  /* size: A4; */
  margin: 0.5cm;
}

/*
@page rotated {
  size: portrait;
}
*/

body {
  width: 19cm;
  color: black;
  font: 1em/1.5 serif normal;
}

.no-print {
  display: none !important;
}

p {
	text-align: left;
}

/* --- PAGE TITLE -------------------------------------------*/
.logo {
	padding-top: 0.2em;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	text-align: center;
}

/* --- LINKS ------------------------------------------------*/
a {
	color: black;
	text-decoration: none;
}

html body a:link, html body a:visited, html body a {
  position: static; display: inline;
  font-size: 1em; font-weight: normal; width: auto; height: auto;
  margin: 0; padding: 0;
  background: none; color: #555;}

#middle p a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 0.8em;
}

#middle p a[href^="/"]:after {
   content: " (http://irz.cz" attr(href) ") ";
}

#middle p a[href^="/repository"]:after {
   content: " (http://irz.cz" attr(href) ", " attr(title) ") ";
}

#middle p a[href^="#"]:after,
#middle p a[href|="javascript:"]:after {
  content: "";
  text-decoration: none;
}


/* --- TABLES -----------------------------------------------*/
table {
	border-collapse: collapse; 
	border: 2px solid black;
	font-size: 0.85em;
	width: 95%;
}	

td, th {
	padding: 0.1em;
	border: 1px solid black;
}	

/* --- DISABLED ELEMENTS ------------------------------------*/
#fulltext, #left, #pathway, #quick-links, #right {
	display: none !important;
}

.link-up, .hidden {
	display: none !important;
}
