﻿#selectedColor {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #e3e3e3;
	display: flex;
    align-items: center;
	justify-content: center;
	font-size:larger;
	min-height:200px;
}

#combine-output span { width: 100px; height: 80px; display:inline-block; cursor:pointer; line-height:80px; text-align:center; border-radius:5px; margin-right:7px;}


.colorschemebox p {
	margin-top:10px;
}
.colorschemebox span em, #selCol {
	font-size:.8em;
	background:#fff;
	border-radius:5px;
	border:1px solid #e2e2e2;
	font-style:normal;
	padding:0 5px;
}