.pricing-table {
  border-collapse: collapse;
  width: 100%;
  background-color: #f4f4f4;
  margin-bottom: 0;
}

.pricing-table thead tr {
    background-color: #414042;
    color: #fff;
    text-transform: uppercase;
}

.pricing-table thead th {
    padding: 10px;
    text-align: center;
}

.pricing-table tbody tr {
    border-bottom: 1px solid #ccc;
}
.pricing-table tbody td {
    padding: 6px;
    vertical-align : middle;
    color: #000;
}

.price-cell {
    text-align: right;
    font-weight: bold;
    vertical-align: middle;
    padding: 6px;
}

.pricing-table tfoot tr {
    background-color: #c73237;
    color: #fff;
    text-align: center;
}
