.freelement {
	position: relative !important;
}

	.freelement .freelock {
		position: absolute;
		display: inline-block;
		top: 0;
		right: 0;
		font-size: 20pt;
		padding: 0.2em 0.35em;
		background: rgba(255, 255, 255, 0.8);
		color: #222;
		z-index: 9999;
	}

