.wac-qty-button {
   /* display: inline;
    border-radius: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 5px;
    background-color: lightgray;*/
	display: inline-block;
	float: left;
	background: #f1f1f1;
	color: #999999;
	font-family: sans-serif !important;
	font-size: 22px;
	font-weight: 700;
	padding: 2px 0 0 0;
	height: 43px;
	width: 40px;
	text-align: center;
	border-radius: 0;
	margin-bottom: 0;
}

.wac-qty-button a {
    border-bottom: none;
}

.wac-quantity {
    width: 100%;
}
