.container {
  padding-top: 2em;
}





.btn-lg {
  border-radius: 20px;
/*  min-width: 70%;*/
  width: 200px;
  margin-bottom: 0.5em;
/*  background-color: #525F99;*/
  opacity: 0.9;
}

.btn-current-plan {
  padding: 0.5em 1em;
  margin-bottom: 1em;
  border: 1px solid #1E3A8A !important;
  border-radius: 1em;
  background-color: #EFF6FF !important;
  color: #1E3A8A !important;
  cursor: default !important;
}

.btn-lg:hover {
  background-color: #ddd;
  color: #303133;
}
.card-deck {
  justify-content: center !important;
}
.card-deck .card-body li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.btn-success {
  border-radius: 20px;
}
.card-deck .card-body h1 {
  margin-top: 0;
  margin-bottom: 1em;
}
.street-cred {
  margin: 1em auto 2em auto;
  color: #333;
}
.street-cred img {
  filter: grayscale(100%);
  opacity: 0.8;
}
.card-body li {
  color: #666;
}

.card-deck .col {
  margin: 0;
  max-width: 350px;
  height: 420px;
}

.card-deck .card {
  border-radius: 25px;
/*  height: 400px;*/
}
.card-deck .card .card-header {
  border-radius: 25px 25px 0 0;
}
.card-header h4 {
  font-weight: 600;
}
.alert {
  margin: 0px auto;
  border-radius: 25px;
}
.alert-plans {
  display: block;
  background-color: #fff3cd;
  margin-top: 0;
  margin-bottom: 2em;
}
.alert-plans.lead {
  font-size: 12pt;
  font-weight: 500;
}
#main-body {
  margin-bottom: 10em;
}
.accordion .card-header {
  border-bottom: 0;
  background-color: #fff;
}
.accordion h2 {
  margin-top: -0.1em;
}
.accordion h2 button, .accordion h2 button:focus {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #000;
  font-weight: 550;
  text-decoration: none;
}
.accordion .card-body {
  padding-top: 0;
  margin: 0 1em;
  position: relative;
}

.pricing-persona-tag {
  position: absolute;
  left: 50%;
  bottom: 20px;
  background-color: #666;
  color: white;
  padding: 0.3em 0.6em;
  border-radius: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

#comp-table {
  max-width: 800px;
  margin: 0px auto;
  letter-spacing: 0.02em;
  color: #444;
}
#comp-table tbody th { border: none; font-weight: 300; }
#comp-table td { border: none; text-align: center; }

.th-plan-label {
  display: inline-flex;
  padding: 0.25em 1em;

  text-transform: uppercase;

  text-align: center;
  letter-spacing: 0.1em;
  vertical-align: middle;

  font-weight: 600;
  font-family: sans-serif;

  border-radius: 5px;
}

#comp-table tbody tr:nth-child(odd) {
}

#comp-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

#accordionExample {
  font-size: 9pt;
}
@media only screen and (max-width: 600px) {
  #comp-table, #comp-table a {
    font-size: 8pt;
  }
  #comp-table td {
    padding: 0;
  }
}
h4 .th-plan-label {
  font-size: 15pt;
}
.btn-plans {
  background-color: #525F99;
  color: #fff;
  font-size: 10pt;
  border-radius: 1.2em;
}
