.previewWebBackground{
	background: url('https://webmedia.timway.com/wp-content/uploads/2023/09/w-preview3.jpg') no-repeat;
	max-width: 100%;
	width: 452px;
	height: 250px;
	border: 1px solid #000;
	margin-bottom: 14px;
}

#menu-strip{
	max-width: 100%;
	width: 450px;
	color: #FFF;
	padding: 3px;
	text-align: center;
	margin-top: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.color-pick-panel{
	width: 500;
	text-align: center;
	margin: 0 auto;
}

#selectedColor{
	width: 120px;
	text-align: center;
	margin: 10px auto;
	display: inline-block;
}

.cp-hslsaturation,
.cp-hsllightness{
	visibility: hidden;
}

span#copy i{
	font-size: 22px;
}
.fa-copy:hover{
    color: #48258e;
}