h2 {
  padding-top: 1em;
}
hr {
  margin-top: 4em;
}
/* Order Forms */
.col--logo {
  text-align: center;
  width: 25%;
  vertical-align: middle !important;
}
.col--logo a img {
  width: 160px;
}
.col--form {
  vertical-align: middle !important;
}
.col--form a+a {
  display: block;
  margin-top: 1em;
}


/* Pricing */
.grey {
  background-color: #f2f2f2 !important;
}
.white {
  background-color: #ffffff !important;
}

.row--bottom {
  border-bottom: solid thin;
  border-color: #dee2e6;
}
.col--fee {
  width: 20%;
}
.col--other {
  width: 25%;
}
.col--product {
  width: 30%;
}


@media (max-width: 768px) {
  .table {
    width: 100%;
    font-size: 10px;
    left: 0;
  }
  .table-img {
    width: 100px;
  }
  h2 {
    font-size: 16px;
  }
}
