.cOptionPicker {
	position: relative;
	z-index: 5;
	font-size: 1.2rem;
	width: 15em;
	height: 3em;
}

.cOPText {
	width: 100%;
	height: 100%;
	border: 0;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 1em;
	white-space: nowrap;
}

.cOPMulti {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 0.5%;
}

.cOPMultiDiv {
	display: inline-block;
	line-height: 2.5;
	width: 32%;
	margin: 0.5%;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.cOPMultiDiv:before {
	content: '\2573';
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
    top: 0;
    font-size: 0.8em;
    line-height: 3.125;
    text-align: right;
    padding-right: 0.5em;
}

.cOPSelect {
	width: 100%;
	overflow-y: auto;
	z-index: 10;
	cursor: pointer;
	position: absolute;
	top: 100%;
	font-size: 1em;
	line-height: 3;
	max-height: 18em;
}

.cOPSelect > div {
	width: 100%;
	cursor: pointer;
}

.cOPSelect > div > div {
	width: 100%;
	padding-left: 1em;
	cursor: pointer;
}
