div.cs-skin-border {
	background: transparent;
	font-size: 0.9em;
	/*font-weight: 700;*/
	max-width: 400px;
}

@media screen and (max-width: 30em) {
	div.cs-skin-border { font-size: 0.9em; }
}

.cs-skin-border > span {
	/*border: 5px solid #000;*/
	/*border-color: inherit;*/
	background-color: #eef3f6;
	padding-left: 2em;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 2px 5px -2px rgba(0, 0, 0, 0.2);
}

.cs-skin-border > span::after,
.cs-skin-border .cs-selected span::after {
	font-family: 'icofont';
	content: '\eb5a';
}

.cs-skin-border ul span::after {
	content: '';
	opacity: 0;
}

.cs-skin-border .cs-selected span {
	color: #ef413d;
}

.cs-skin-border.cs-active > span {
	/*background: #fff;
	border-color: #fff;*/
	/*color: #2980b9;*/
}

.cs-skin-border .cs-options {
	/*color: #2980b9;*/
	font-size: 1em;
	opacity: 0;
	background: #eef3f6;
	-webkit-transition: opacity 0.2s, visibility 0s 0.2s;
	transition: opacity 0.2s, visibility 0s 0.2s;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 1px 2px 5px -2px rgba(0, 0, 0, 0.2);
}

.cs-skin-border.cs-active .cs-options {
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.cs-skin-border ul span {
	padding: 0.5em 2em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
	color: #ef413d;
}
.cs-skin-border ul li {
/*	border-bottom: 1px solid #dedede;*/
	margin-bottom: 0;
}
.cs-skin-border ul li:nth-child(odd) { background: #e4e9ec; }

.cs-skin-border .cs-options ul li:last-child {
	border-bottom: 0;
}
