.inc, .dec
{
	background: #e3e3e3;
	border: 1px solid #d0d0d0;
	color: #494949;
	font-family: Arial;
	outline: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 18px;
	height: 18px;
	cursor: pointer;
	text-align: center;
}
.inc:disabled, .dec:disabled, .inc.disabled, .dec.disabled
{
	color: #999;
	background: #f9f9f9;
	border-color: #d9d9d9;
	cursor: default;
}
.inc:not(:disabled):not(.disabled):hover, .dec:not(:disabled):not(.disabled):hover
{
	background: #e9e9e9;
	color: #000;
	border-color: #ccc;
}
.inc:not(:disabled):not(.disabled):active, .dec:not(:disabled):not(.disabled):active
{
	padding-top: 1px;
	padding-left: 1px;
}