.ui-segment{
	color: #2c3e50;
	border: 1px solid #2c3e50;
	border-radius: 4px;
	display:flex;
	width: 100%;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.ui-segment span.option.active{
	background-color: #2c3e50;
	color: white;
}
.ui-segment span.option{
	font-size: 13px;
	width: 100%;
	height: 32px;
	text-align:center;
	display:inline-block;
	line-height: 32px;
	margin: 0px;
	float:left;
	cursor:pointer;
	border-right:1px solid #2c3e50;
	box-shadow: 0 2px 2px rgba(10,16,20,.24), 0 0 2px rgba(10,16,20,.12);
}
.ui-segment span.option:last-child{
	border-right: none;
}
.segment-select{
	display:none;
}
