@charset "UTF-8";
.pricing-message {
  margin-top: 20px;
}
.pricing-message p {
  font-size: 14px;
  text-align: center;
  font-style: italic;
}

.pricing-table {
  margin: 40px 0;
}
.pricing-table table {
  table-layout: fixed;
  width: 100%;
  overflow: auto;
}
.pricing-table table * {
  text-align: center !important;
}
.pricing-table table * a {
  text-decoration: underline;
}
.pricing-table table * a:after {
  content: "»";
  font-size: 15px;
  margin: 0 5px;
  display: inline-block;
  font-weight: bolder;
  position: relative;
  top: 0px;
}
.pricing-table table td {
  font-size: 0.85em;
  padding: 10px;
  line-height: 1em;
}
.pricing-table table tr {
  border-bottom: 1px solid #6E6E6E;
}
.pricing-table table thead {
  background-color: transparent;
  color: #EC2227;
}
.pricing-table table thead tr {
  background-color: transparent;
  color: #EC2227;
  border-bottom: 1px solid #6E6E6E;
}
.pricing-table table thead tr th {
  background-color: transparent;
  color: #EC2227;
  background: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  font-weight: 500;
  font-size: 0.8em;
  line-height: 1em;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.pricing-table table thead tr th span.price-tax {
  display: block;
  font-weight: bold;
  font-size: 10px;
}

@media only screen and (max-device-width: 1024px) {
  .pricing-table > tbody > tr > td, .pricing-table > thead > tr > th {
    width: 110px;
  }

  .pricing-table {
    overflow: scroll;
    max-width: 80vw;
    margin: 0 auto;
  }
  .pricing-table table {
    min-width: 800px;
  }
  .pricing-table table tr td {
    width: 110px;
  }
}

/*# sourceMappingURL=main.css.map */
