#piwik {
	position: absolute;
}

.avatar, .workSection {
	opacity: 1 !important;
}

.avatar:hover {
	cursor: pointer;
	margin: 0 !important;
	padding: 10px !important;
}

.workSection {
	display: inherit !important;
}

.workSection .item {
	opacity: 0.8 !important;
}

.workSection .item:hover {
	opacity: 1 !important;
	cursor: pointer;
}