.avatar {
	border-radius: 0;
}

.no-border {
	border: none;
	border-radius: 0;
}

.no-border:hover {
	box-shadow: none;
}

img.crafting, img.crafting-0 {
	padding: 6px;
	background-color: #c6c6c6;
	border-radius: 4px;
}

img.book, img.book-0 {
    padding: 2px;
    background-color: #75321e;
    border-radius: 4px;
}

img.crafting-0, img.book-0 {
	padding: 0;
}