.demo,
.demo .settings {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	background-color: ghostwhite;
	text-align: center;
}
.demo {
	position: fixed;
	top: 158px;
	left: -200px;
	width: 200px;
	padding: 10px;
	z-index: 1000;
}
.demo h5 {
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #dfdfdf;
	color: #949494;
	letter-spacing: 0;
	line-height: 33px;
	height: 40px;
	margin-bottom: 12px;
}
.demo .settings {
	position: absolute;
	padding: 15px 0;
	font-size: 16px;
	color: #101010;
	top: 0;
	right: -51px;
	width: 50px;
	height: 50px;
}
.demo .reset {
	margin-bottom: 13px;
}
.demo .background,
.demo .color {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 6px;
}
.demo .background {
	background-repeat: no-repeat;
}
