a.button {
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
    color: #ffffff !important;
}
.quick_order_form {
	padding-top: 50px;
}
.quick_order_form input[type="text"],.quick_order_form input[type="email"] {
    width: 100%;
    margin-bottom: 20px;
}
.quick_order_form input[type="submit"] {
    margin-top: 20px;
}
@media only screen and (min-width: 500px) {
	.quick_order_form {
		min-width: 400px;
	}
}
 


