.tx-rrbpublications {
	margin-top: 30px;
}

.tx_rrbpublications_preview a {
  text-decoration: none;
}

.detailview ul {
	list-style-type: none;
	padding: 0;
}

.detailview i {
	top: 4px;
	position: relative;
	font-size: 14px;
}

.detailview li {
	line-height: 1.9em;
}

.detailview .filetypeIcon::before {font-size: 24px;}

@media print {

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

	.fixed-top h3 {
		max-width: 50% !important;
	}

	.leftContent {
		display: none !important;
	}

	.Content {
		width: 670px !important;
	}

	table {
		page-break-inside: auto
	}

	tr {
		page-break-inside: avoid;
		page-break-after: auto
	}

	thead {
		display: table-header-group
	}

	tfoot {
		display: table-footer-group
	}
}


