.pricing {
  margin: 40px -30%;
}

.pricing .table {
  border-top: 1px solid #ddd;
  background: #fff;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.pricing .table th,
.pricing .table {
  text-align: center;
}

.pricing .table th,
.pricing .table td {
  padding: 20px 10px;
  border: 1px solid #ddd;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing .table th {
  width: 25%;
  font-size: 30px;
  font-weight: 400;
  border-bottom: 0;
  background: #2F313A;
  color: #EBEDF3;
  text-transform: uppercase;
}

.pricing tr th:nth-child(1) {
  width: 60%;
}

.pricing .table th.trial {
  border-top: 4px solid #296e01 !important;
}

.pricing .table th.gold {
  border-top: 4px solid #d4af37 !important;
}

.pricing .table th.silver {
  border-top: 4px solid #a8a9ad !important;
}

.pricing .table th.bronze {
  border-top: 4px solid #aa7042 !important;
}

.pricing .table tr:nth-child(odd) {
  background: #f0f8ff;
}

.pricing .table td:first-child {
  padding-left: 20px;
  text-align: left;
  padding-top: 35px;
  background: #5F97FB;
}

.pricing tr td .ptable-title {
  font-size: medium;
  font-weight: 400;
  color: #fff;
}

.pricing tr td .ptable-title i {
  width: 23px;
  line-height: 25px;
  text-align: right;
  margin-right: 5px;
}

.pricing .ptable-star {
  position: relative;
  display: block;
  text-align: center;
}

.pricing .trial {
  color: #296e01;
}

.pricing .gold {
  color: #d4af37
}

.pricing .silver {
  color: #a8a9ad
}

.pricing .bronze {
  color: #aa7042
}

.pricing .bg-trial {
  background: #296e01;
}

.pricing .bg-gold {
  background: #d4af37;
}

.pricing .bg-silver {
  background: #a8a9ad;
}

.pricing .bg-bronze {
  background: #aa7042;
}

.pricing .ptable-star i {
  width: 8px;
  font-size: 13px;
}

.pricing .ptable-price {
  display: block;
}

.pricing tr td {
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
}

.pricing tr td.bg-trial a,
.pricing tr td.bg-bronze a,
.pricing tr td.bg-silver a,
.pricing tr td.bg-gold a {
  color: #fff;
}

.pricing tr td i {
  display: block;
  margin-bottom: 12px;
  font-size: 30px;
}

.pricing tr td:first-child i {
  display: inline;
  margin-bottom: 0px;
  font-size: 22px;
}