.ultimate-colors-element {
	overflow: hidden;
	margin-bottom: 25px;
}
.ultimate-colors-element label {
	margin-right: 10px;
	float: left;
}
.ultimate-colors-element__label {
	float: left;
}
.ultimate-colors-element__label input {
	width: 100%;
}
.ultimate-colors-element__selector {
	float: left;
}
.ultimate-colors-element__title {
	font-weight: bold;
	margin-bottom: 3px;
	display: block;
}
.ultimate-colors-element .description {
	display: block;
}
.ultimate-colors-element__delete {
	text-decoration: none;
	color: #fff;
	background: #c00;
	border-radius: 50%;
	display: inline-block;
	float: left;
	margin: 25px 0 0 30px;
}
.ultimate-colors-element__delete:hover {
	color: #fff;
}