.ui-segment{
	color: #344EAD;
	border: 1px solid #344EAD;

	display:inline-block;
background-color:#fff;
}
.ui-segment span.option.active{
	background-color: #344EAD;
	color: white;
}
.ui-segment span.option{
	font-size: 12px;
	padding: 4px 8px;
	height: 20px;
	text-align:center;
	display:inline-block;
	line-height: 20px;
	margin: 0px;
	float:left;
	cursor:pointer;
	border-right:1px solid #344EAD;

}
.ui-segment span.option:last-child{
	border-right: none;
}
.segment-select{
	display:none;
}
