.ui-segment{
	color: rgb(100, 100, 100);
	border: 1px solid rgb(122, 200, 122);
	border-radius: 4px;
	display:inline-block;
	font-family: 'Lato',Georgia, Serif;
}
.ui-segment span.option.active{
	background-color: rgb(122, 200, 122); 
	color: white;
}
.ui-segment span.option{
	font-size: 10px;
	padding-left: 12px;
	padding-right: 12px;
	height: 22px;
	text-align:center;
	display:inline-block;
	line-height: 22px;
	margin: 0px;
	float:left;
	cursor:pointer;
        background-color: rgba(122, 200, 122,0.25); 
	border-right:1px solid rgb(122, 200, 122);
}
.ui-segment span.option:last-child{
	border-right: none;
}
.segment-select{
	display:none;
}



.ui-segment_img{
	color: rgb(100, 100, 100);
	border: 1px solid rgb(49, 4, 180);
	border-radius: 4px;
	display:inline-block;
	font-family: 'Lato',Georgia, Serif;
        right: 0;
}
.ui-segment_img span.option.active{
	background-color: rgb(49, 4, 180); 
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; 
	color: white;
}
.ui-segment_img span.option{
	font-size: 10px;
	padding-left: 18px;
	padding-right: 18px;
	height: 30px;
	text-align:center;
	display:inline-block;
	line-height: 30px;
	margin: 0px;
	float:left;
	cursor:pointer;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; 
        background-color: rgba(49, 4, 180,0.10); 
	border-right:1px solid rgb(49, 4, 180);
}
.ui-segment_img span.option:last-child{
	border-right: none;
}


.ui-segment_img2{
	color: rgb(100, 100, 100);
	border: 1px solid rgb(49, 4, 180);
	border-radius: 4px;
	display:inline-block;
	font-family: 'Lato',Georgia, Serif;
        right: 0;
}
.ui-segment_img2 span.option.active{
	background-color: rgb(49, 4, 180); 
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; 
	color: white;
}
.ui-segment_img2 span.option{
	font-size: 10px;
	padding-left: 18px;
	padding-right: 18px;
	height: 30px;
	text-align:center;
	display:inline-block;
	line-height: 30px;
	margin: 0px;
	float:left;
	cursor:pointer;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; 
        background-color: rgba(49, 4, 180,0.10); 
	border-right:1px solid rgb(49, 4, 180);
}
.ui-segment_img2 span.option:last-child{
	border-right: none;
}
