.nav-quick {
  font-size: 1.5em;
}
.nav-quick a:hover {
  color: #151a20;
  text-decoration: none;
}
.bottom .nav-quick a:hover {
  color: #ff7f00;
}

.nav-form {
  font-size: 1.5em;
}
.nav-form .input {
  width: 35px;
  padding: 0 3px;
	text-align: right;
  margin: 0;
  font-size: .7em;
	color: #151a20;
	border: 1px solid #151a20;
}
.bottom .nav-form .input {
  border-color: #ff7f00;
}
.nav-form .submit {
  font-size: 1em;
	background: none;
	border: 0;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
}
.nav-form .submit:hover {
  color: #151a20;
}
.bottom .nav-form .submit:hover {
  color: #ff7f00;
}
