/* Order form — self-contained CSS loaded after plotnet-all.css */

/* Kill Foundation's global tr border-bottom inside order form */
#order-form tr { border-bottom: none; }

/* Section headings */
#order-form h3 { font-size: 1.15rem; color: #4d4d4d; }

/* Contact table cell padding */
#order-form td { padding: 3px 0; }

/* Form field fonts/colors */
#order-form input[type="text"],
#order-form input[type="email"] {
  font-family: Roboto Condensed, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  color: rgba(89,90,92,1);
  border: 1px solid #ccc;
  padding: 2px 4px;
}
#order-form select {
  font-family: Roboto Condensed, Arial, sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: rgba(89,90,92,1);
}
#order-form textarea {
  font-family: Roboto Condensed, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  color: rgba(89,90,92,1);
  border: 1px solid #ccc;
  padding: 2px 4px;
}
#order-form input.required { border: 1px solid #ff0000; }

