.quantify-plugin,
.quantify-plugin *{
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.quantify-plugin:after,
.quantify-plugin:before{
    content: "";
    display:table;
}
.quantify-plugin:after{
    clear:both;
}
.quantify-plugin{
    position: relative;
    display: table;
    border-collapse: separate;
    zoom: 1;
}
.quantify-plugin input{
    position: relative !important;
    float:left !important;
    width: 42px !important;
    margin-bottom: 0px !important;
    display: table-cell !important;
    padding: 6px 2px !important;
    height: 34px !important;
    text-align: center !important;
}
.quantify-plugin .quantify-button-holder{
    height: 100%;
    display:table-cell;
    border-collapse: separate;
    font-weight: 400;
    line-height: 1;
    float:left
}

.quantify-plugin .quantify-button-holder a{
    background: #ebeced;
    color: #505050;
    cursor: pointer;
    display: block;
    text-align: center;
    height: 50%;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 15px;
    width:18px;
    font-size: 14px;
}

.quantify-plugin .quantify-button-holder a:first-child{
    border-bottom: solid 1px #D3D3D3;
    border-top: solid 1px #D3D3D3;
    border-right: solid 1px #D3D3D3;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
.quantify-plugin .quantify-button-holder a:last-child{
    border-bottom: solid 1px #D3D3D3;
    border-top: solid 1px #D3D3D3;
    border-right: solid 1px #D3D3D3;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.quantify-plugin .quantify-button-holder a.disabled{
    background: #ebeced;
    color: #c5c5c5;
    cursor: default;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}