#ju {
	width: 140px;
	height: 180px;
	position: fixed;
	left: 10px;
	bottom: 0;
	z-index: 10000;
	font-size: 10px;
	text-align: center;
}

#ju a {
	background: url(avatar.png) no-repeat bottom center/100px auto;
	color: #3f0889;
	width: 100%;
	height: 180px;
	display: block;
	text-decoration: none;
}

#ju strong {
	font-size: 14px;
	font-weight: 800;
}

#ju strong,
#ju:hover strong {
	color: #8050bb;
}

#ju-balao {
	background: #e3daed;
	border-radius: 3px;
	padding: 3px 5px 5px;
}

#ju a:after {
	content: '';
	border: 8px solid transparent;
	border-bottom: 0;
	border-top-color: #e3daed;
	width: 0;
	height: 0;
	margin-left: 10px;
	display: block;
}

#ju-fechar {
	background: rgba(0,0,0,0.7);
	color: #fff;
	border: 1px solid rgba(255,255,255,0.9);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 10px;
	line-height: 1;
	font-size: 20px;
	text-align: center;
}

@media only screen and (min-width: 1024px) {

	#ju {
		padding-top: 15px;
		width: 150px;
		height: 250px;
	}

	#ju a {
		height: 240px;
		background-size: 140px auto;
	}

	#ju-fechar {
		width: 25px;
		height: 25px;
		top: 0;
		right: -13px;
		left: auto;
		bottom: auto;
	}
	
}

@media only print {
	
	#ju {
		display: none;
	}
	
}