.konfusers .uk-card-default .uk-card-badge {
	top:  -3px;
	right: -3px
}
.konfusers .uk-card-primary .uk-card-badge {
	top:  0px;
	right: 0px
}
.uk-card-primary .uk-card-badge.uk-label {
	background: #00629b;
	font-weight: bold;
	color: #FFF;
	border: none;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	border-radius: 0 0 0 14px;
	padding: 3px 15px;
}


.konfusers {
	counter-reset: users-count;
}

.konfusers>div::before {
	content: counter(users-count);
	counter-increment: users-count;
	color: #ffffff;
	background: #033f6b;
	font-weight: 400;
	font-size: 1rem;
	line-height: 180%;
	display: block;
	position: absolute;
	text-align: center;
	/*border-radius: 0 0 50% 0;*/
	width: 2rem;
	height: 1.8rem;
	z-index: 2;
	left: -10px;
	border-right: 2px solid #00629bba;
	border-bottom: 2px solid #00629bba;
	transition: all ease-in-out .15s;

	/*transform: translateX(-3.3rem) ;*/
}

.konfusers>div:hover::before {
	background: #af8a34;
	border-right: 2px solid #af8a34;
	border-bottom: 2px solid #af8a34;
	line-height: 400%;
	height: 4rem;
}
.referaty-list {
	counter-reset: referat-count;
}
.referaty-list>li>div {
	padding-left: 3.3rem;
}

.referaty-list>li>div:before {
	content: counter(referat-count);
	counter-increment: referat-count;
	color: #033f6b;
	font-weight: 300;
	font-size: 2rem;
	line-height: 100%;
	display: block;
	position: absolute;
	text-align: right;
	width: 2.25rem;
	transform: translateX(-3.3rem) ;
}

.userbox {padding-left: 30px;}

/*@media print {*/
	.page-breaker {page-break-after: always;}
	/*}*/

	.conference-conf-uk3-konferencja {
		counter-reset: abstracts;
	}
	div.abstrakt {
		/*
		margin-top: 3rem;
		padding-top: 3rem;
		*/

	}
	.ml4rem {margin-left: 3rem;}
	.conference-conf-uk3-konferencja div.abstrakt .buzzer:before {
		content: counter(abstracts);
		counter-increment: abstracts;
		color: white;
		font-weight: 900;
		font-size: 2rem;
		line-height: 150%;
		display:block;
		position: relative;
		text-align: center;
		width: 3rem;
		left: 0;
		margin-bottom: -3rem;
		transform: translateX(-4rem);
		background: #033f6b;
		border: solid 2px #033f6b;
		border-radius: 6rem;
	}
	div.pl40 {
		padding-left: 40px;
	}
	@media print { 
		.noprint { 
			visibility: hidden; 
		} 
	} 