#pv_color {
	cursor: pointer;
	height: 50px;
	width: 50px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}