.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

table#option_tbl {
	border-collapse: separate;
	border-spacing: 1px 1px;
	background: none;
	width: 100%;
	background: #b5b5b5;
  margin:15px 0;
}
table#option_tbl tr td,
table#option_tbl tr th{
  background:#f2f2f2;
}
table#option_tbl tr.stock_head {display:none;}

