body{
  width: 100%;
  height: 100%;
  font-family: 'montserrat', sans-serif;
}

@media print {
  .no-print, .no-print *
  {
      display: none !important;
  }
}

.largeCheckbox{
  width: 20px;
  height: 20px;
}

.btn-farm{
  background-color: #d65c13;
  color: white;
}

.btn-farm:hover{
  /* add inset box shadow */
  box-shadow: inset 0 0 0 4px #f2752d;
  background-color: #d65c13;
  color: white;
}

.vr{
  border-left: 1px solid transparent;
  border-image: linear-gradient(white, black, white) 20 stretch;
}

.pickup_at_farm_link {
  text-decoration: none;
  color: #000;
}

.pickup_at_farm_link:hover {
  font-weight: bold;
}