.b-colorpick {
	display: flex;
	flex-wrap: wrap;
	justify-content: around;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 10px;
}

.b-colorpick__item {
	border: 1px solid rgba(0, 0, 0, .01);
	border-radius: 2px;
	margin: 3px;
	margin-bottom: 12px;
	background: #fff;
	color: #666;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.20);
}

.b-colorpick__item:hover {
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, .2);
	opacity: .8;
}

.b-colorpick__color {
	border-radius: 2px;
	width: 80px;
	height: 40px;
}