/*

 * Custom code goes here.

 * A template should always ship with an empty custom.css

 */
.block-promo{
	display: none;
}
input#reference_order {
    width: 33.33333%;
    margin-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  input#reference_order {
    width: 100%;
}
}