html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.lh-condensed { line-height: 1.25; }

.note-editable { background-color: white !important; color: black !important; }

.pricing-card-title {
  hyphens: auto;
}

input[name="username_p"] {
    position: absolute;
    left: -999999999px;
}

