/* Styles for the slide-options */

.slide-options {
	display: inline-block;
	height: 27px;
	border-radius: 30px;
    -moz-border-radius: 30px;
    background-color: #B2B2B2;
    vertical-align: bottom;
    font-family: 'Roboto-Black', Arial, sans-serif !important;
    font-size: 80%;
    color: #555;
    white-space: nowrap;
}

.slide-options > span {
	height: 10px;
	border-radius: 15px;
    -moz-border-radius: 15px;
    cursor: pointer;
    padding: 4px 10px;
    display: inline-block;
}

.slide-options > span.active {
	height: 15px;
	border-radius: 15px;
    -moz-border-radius: 15px;
    border: 2px solid #B2B2B2;
}
.slide-options > span:not(:first-child) {
	margin-left: 5px !important;
}
.slide-options > span.active {
	background-color: #FFF;
	color: #111;
}
