div.colorPicker-picker {
	border-radius:100px; 
	width:100%; 
	line-height:40px; 
	margin:0px;
	padding:0px;
	cursor: pointer;
	background-image:url(../images/png-light/cog-4x.png);
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	background-repeat:no-repeat;
	background-position:center center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none; 
}

div.colorPicker-palette {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none; 
	z-index: 9999;
	position: absolute;
	border-radius:3px; 
	width:100%;
	max-width:158px; 
	padding:10px; 
	line-height:51px; 
	font-size:13px;
	margin-top:5px;
	margin-right:0;
	background-color:#fff;
}

div.colorPicker-swatch {
	height: 30px;
	width: 30px;
	margin:2px;
	float: left;
	cursor: pointer;
	line-height: 23px;
	border-radius: 3px;
}
@media screen and (min-width: 0px) and (max-width: 479px){
/* IPHONE  */
}