input.ticker-input {
    font-size: 14px;
}

.ticker-button {
    border: 1px solid #eee;
    width: 20px;
    height: 20px;
    background: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

div.quantityTicker {
    overflow: hidden;
    margin-top: 1.1em;
    margin-left: 3em;
}

div.quantityTicker input.ticker-input {
    margin: 0;
}

div.quantityTicker .ticker-buttons, div.quantityTicker input.ticker-input {
    float: left;
}

.ticker-top {
    -webkit-border-radius: 0 0px 0 0;
	-moz-border-radius: 0 0px 0 0;
	border-radius: 0 0px 0 0;
}

.ticker-bottom {
    -webkit-border-radius: 0 0 0px 0;
	-moz-border-radius: 0 0 0px 0;
	border-radius: 0 0 0px 0;
}