/* PRICING TABLE */

.pricing-tabs .nav-tabs .nav-item {
  padding: 0 7px;
}

.pricing-tabs .nav-tabs .nav-link {
  border: 1px solid #ccc;
  border-radius: .25rem;
  padding: 15px;
  background-color: #f8f8f8;
  width: 168px;
  text-align: center;
}

.pricing-tabs .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #00a9f6;
  border-color: #0090d6;
}

.pricing-tabs .nav-tabs {
  border: none;
  margin-bottom: 18px;
  /*padding-bottom: 5px;*/
  /*border-bottom: 2px solid #f4f4f4;*/
}

.pricing-tabs > .tab-content > .tab-pane {
  /*padding-top: 15px;*/
  /*background-color: #fff;*/
  /*border-left: 1px solid #e9ecef;*/
  /*border-right: 1px solid #e9ecef;*/
}

.pricing-table {
  /*margin-top: 12px;*/
  margin-bottom: 30px;
  background-color: #ffffff;
  font-size: 12px;
}

/* LICENCE TABLE */

.licences-table {
  background-color: #fff;
  margin-top: 15px;
  font-size: 14px;
}

.col-6.pricing-card-col {
  margin: 15px 0;
}

.pricing-table tbody .td {
  min-width: 100px;
}

.pricing-table td {
  width: 150px;
}

.pricing-table sup {
  font-size: 70%;
}

.licences-table td, .licences-table th {
  /*text-align: center;*/
}

