.ui-segment {
	border-radius: 4px; border: 1px solid rgb(7, 64, 119); border-image: none; color: rgb(7, 64, 119); font-family: Roboto, sans-serif; display: inline-block;
}
.ui-segment span.option.active {
	color: white; background-color: rgb(7, 64, 119);
}
.ui-segment span.option {
	margin: 0px; height: 25px; text-align: center; line-height: 25px; padding-right: 23px; padding-left: 23px; border-right-color: rgb(0, 122, 255); border-right-width: 1px; border-right-style: solid; float: left; display: inline-block; cursor: pointer;
}
.ui-segment span:last-child.option {
	border-right-color: currentColor; border-right-width: medium; border-right-style: none;
}
.segment-select {
	display: none;
}
