* {
  box-sizing: border-box
}

@media screen and (min-width: 800px) {

  h4 {
    font-size: 14px;
  }

  .suboption {
    width: 240px;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
  }

  .payment .container {
    width: 800px !important;
  }
}

@media screen and (max-width: 799px) {
  body, .content {
    min-width: 400px;
  }

  [type=text], [type=email], select, button {
    font-size: 16px;
  }

  select, button {
    color: black;
    border-radius: 5px;
    border: 1px solid #aaa;
    max-width: 200px;
  }

  .suboption {
    min-width: 350px;
    margin: 10px 0;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 20px;

  }

  button {
    padding: 6px 16px;
  }

  .options h4 {
    border-bottom: 1px solid #aaa !important;
  }
}

body {
  margin: 0;
  background-image: linear-gradient(white, #ccc);
  background-repeat: repeat-x;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
}

.header {
  border-top: 10px solid black;
  background-color: #000000;
  padding: 10px 25px;
  height: 90px;
}

img {
  display: block;
  background: transparent;
}

.header img {
  padding: 12px 0;
  height: 100%;
}

.content {
  display: flex;
}

.content .container {
  margin: auto auto;
  background-color: white;
  display: block;
  width: 800px;
}

img.subhead {
  width: 100%;
}

.options p {
  margin-left: 10px;
}

.options h4 {
  margin: 0 15px 0 -10px;
  border-bottom: 1px solid lightgrey;
}

.options a {
  color: black;
  font-weight: bold;
}

.form, .options p, .submit, .new {
  margin: 0;
  padding: 16px;
}

.form table {
  width: 100%;
  padding-right: 30px;
}

.form table td:first-child {
  width: 140px;
}

[type=text], [type=email] {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid black;
  width: 100%;
}

.mailing {
  margin-top: 15px;
}

.mailing td { vertical-align: top;}

input.prov { width: 120px; }
input.postal { width: 80px; }
input.city { width: 180px;}
input.country { width: 150px; }

div.extras {
  padding: 15px;
}

.extras > p:first-child {
  /* font-weight: bold; */
  font-size: 16px;
}

.industries {
  border-collapse: collapse;
  margin-top: 10px;
}

.footer {
  border-bottom: 10px solid black;
  background-color: #000000;
  color: white;
}

.free, .extras, .canada, .notcanada {
  display: none;
}