.ach
{
	width: 32px;
	height: 32px;
	padding: 4px;
	border-radius: 4px;
	background: #414157;
	margin-top: 6px;
	margin-left: 6px;
	transition: .2s;
	cursor: pointer;
}

.ach:hover
{
	background: #61619e;
}

.ach.nohave
{
	filter: grayscale(80%);
	-webkit-filter: grayscale(80%);
}

.ach img
{
	width: 32px;
	height: 32px;
	border-radius: 4px;
}

[ach_div]
{
	display: none;
}