.rp_wcdpd_product_page {
	width: 100%; margin-top: 20px; margin-bottom: 30px;
}
.rp_wcdpd_product_page_title {
	font-weight: bold;
}
.rp_wcdpd_product_page_modal_link span {
	text-decoration: underline; cursor: pointer;
}
.rp_wcdpd_pricing_table {
	width: 100%; padding-top: 5px;
}
.rp_wcdpd_pricing_table table {
	width: 100%; border-top-color: rgb(196, 196, 196); border-top-width: 1px; border-top-style: solid;
}
.rp_wcdpd_pricing_table tr {
	border-bottom-color: rgb(196, 196, 196); border-bottom-width: 1px; border-bottom-style: solid;
}
.rp_wcdpd_pricing_table td {
	padding: 2px 10px 2px 8px; color: rgb(68, 68, 68); white-space: nowrap;
}
.rp_wcdpd_pricing_table td.last_cell {
	width: 99%;
}
.rp_wcdpd_pricing_table td.rp_wcdpd_longer_cell {
	padding: 2px 10px 2px 20px;
}
.rp_wcdpd_modal {
	padding: 20px 20px 25px; display: none; position: fixed; z-index: 101; background-color: rgb(255, 255, 255);
}
.rp_wcdpd_modal_overlay {
	background: rgba(0, 0, 0, 0.7); left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: fixed; z-index: 100;
}
.rp_wcdpd_pricing_table_variation {
	display: none;
}
