section.pricing {
  background: #cad8e3;
}

section.enterprise-pricing {
  background: #ffffff;
}

section.feature-list {
    background: #ffffff;
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  height: 620px;
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

.pricing-cta-btn {
    width: 160px;
    display: block;
    margin: auto;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}

.pricing .fa-li {
  top: 4px;
}

.enterprise-pricing .fa-li {
  top: 5px;
}


/*
playback timings (ms):
  captures_list: 764.001
  exclusion.robots: 0.084
  exclusion.robots.policy: 0.074
  cdx.remote: 0.06
  esindex: 0.011
  LoadShardBlock: 87.566 (3)
  PetaboxLoader3.datanode: 103.256 (4)
  load_resource: 80.722
  PetaboxLoader3.resolve: 35.26
*/