/* Do not change */

.select-step {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    -webkit-appearance: none;
}

/* You can change from here */

.jquery-select-step {
    display: inline-block;
	width:100%;
}
.jquery-select-step-element {
    position: relative;
    display: inline-block;
    padding: 15px 45px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
	width:100%;
	text-align:center;
	height:100%;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	
}
.jquery-select-step-element > div {
    display: inline-block;
	font-weight:600;
}
.decrementStep, .incrementStep {
    position: absolute;
    width: 50px;
    left: 0;
    top: 0;
    padding: 5px;
    text-align: center;
    border-right: 1px solid #d5d5d5;    
    cursor: pointer;
	height:100%;
	line-height:36px;
	font-size:24px;
	color:#4FB3E5;
	
}
.incrementStep {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: 1px solid #d5d5d5;
}
