.mycolorpicker {
	background-color: rgba(0,0,0, 0.7);
	justify-content: center;
	align-items: center;
}

.mycolorpicker > * {
	max-width: 30em;
	width: 100%;
}