/* Cobbled together from a few of the templates at
   https://getbootstrap.com/ */



.container {
  max-width: 960px;
}

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

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

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.page-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.page-footer p:last-child {
  margin-bottom: 0;
}

.cup-runneth-over {
   overflow-wrap: break-word;
   max-width: 1px;
}

/* Workaround for table-striped in the identifier index, where several
 * rows should be colored the same way.
 */
.workaround-striped {
  background-color: rgba(0, 0, 0, 0.05);
}
