.pricepress-pricing-table-container {
    margin: 2em 0;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 1.5em;
    border-radius: 5px;
}

.pricepress-pricing-table-container h3 {
    margin-top: 0;
}

.pricepress-pricing-table {
    width: 100%;
    border-collapse: collapse;
}

.pricepress-pricing-table th,
.pricepress-pricing-table td {
    text-align: left;
    padding: 0.8em;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.pricepress-pricing-table th {
    font-weight: bold;
}

.pricepress-pricing-table tbody tr:last-child td {
    border-bottom: none;
}