.selector {
  font-size: 1.6em;
  margin-left: 10px;
  color: #009FE3;
  cursor: pointer;
}

table.pricing {
  background-color: #ddd;
  border-collapse: collapse;
  border-radius: 10px;
  width: 100%;
}
table.pricing tr.separator-above {
  border-top: 5px solid #ddd;
}
table.pricing tr.features {
  background-color: #eee;
}
table.pricing th {
  text-align: center;
  padding: 20px 0;
  font-size: large;
}
table.pricing td:first-child {
  width: 1%;
}
table.pricing td:nth-child(3) {
  text-align: center;
}
table.pricing td {
  vertical-align: middle;
  padding: 10px 15px;
}
table.pricing .feature, table.pricing tr:first-child {
  font-weight: bold;
}
table.pricing .amount {
  font-size: 1em;
}
table.pricing .total-amount {
  font-size: 1.2em;
}
table.pricing td.contact {
  font-weight: bold;
  text-align: center;
}
table.pricing select {
  background-color: #eee;
  color: #009FE3;
  border: 2px solid #009FE3;
  border-radius: 0.2rem;
  outline: none;
  padding: 8px 4px;
  box-shadow: none;
  font-weight: bold;
  cursor: pointer;
}
table.pricing select:focus {
  background-color: #eee;
  color: #009FE3;
  border: 2px solid #009FE3;
  outline: none;
  box-shadow: none;
  font-weight: bold;
}
table.pricing #slider {
  display: inline-block;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  background-color: #eee;
  padding: 5px 5px;
  font-weight: normal;
}
table.pricing .annually, table.pricing .monthly {
  display: inline-block;
  padding: 5px 5px;
  border-radius: 0.2rem;
  cursor: pointer;
}
table.pricing .annually.selected, table.pricing .monthly.selected {
  display: inline-block;
  background-color: #009FE3;
  color: white;
}
table.pricing .slash {
  position: relative;
  color: #aaa;
}
table.pricing .slash > .amount {
  color: #aaa;
}
table.pricing .slash:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;
}
table.pricing .undiscounted {
  display: inline-block;
  padding: 0 10px;
}
table.pricing .blue {
  color: #009FE3;
}

input#company-patents {
  width: 10ch;
  border: 2px solid #009FE3;
}

table.company-pricing {
  border-color: black;
}
table.company-pricing .price {
  font-weight: bold;
  font-size: 1.2em;
  color: #009FE3;
}

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