<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* vsechny styly v tomto souboru musi zacinat na ".global" */

.global_pdf {
	margin-top: 10px;
	text-align: right;
}

.global_pdf div {
	cursor: pointer;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	width: 110px;
	height: 23px;
}

.global_pdf div img {
	margin: 0 !important;
	position: absolute;
	top: 0;
	right: 0;
}

.global_pdf div span {
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	line-height: 14px;
	font-weight: bold;
	font-size: 9px;
	right: 17px;
	top: 2px;
	color: #606060;
}
</pre></body></html>