/* Tablepress Estimated Costs Table */

.tablepress tfoot th, .tablepress thead th {
    background-color: #e3e3e3;
}

.pricing-table {
	font-size: 12px;
}

.pricing-table p {
	line-height: 1.3em;
}

.pricing-table ul {
	padding-bottom: 0;
	padding-left: 20px;
}

.pricing-table ul li {
	line-height: 1.5em;
}

.pricing-table.tablepress-id-1 .column-1 {
  width: 30%;
}

.pricing-table.tablepress-id-1 .column-2, .pricing-table.tablepress-id-1 .column-3 {
  width: 35%;
}