
.ffp_table {
	border: 1px solid #cbcbcb;
	border-collapse: collapse;
	empty-cells: show;
	font-size: 14px;
	width: 100%;
}

.ffp_table td, .ffp_table th {
	border-bottom-width: 0;
	border-left: 1px solid #cbcbcb;
	border-right-width: 0;
	border-top-width: 0;
	font-size: inherit;
	margin: 0;
	overflow: visible;
	padding: .5em 1em;
}

.ffp_table td:first-child, .ffp_table th:first-child {
	border-left-width: 0;
}

.ffp_table thead {
	background-color: #e3e8ee;
	color: #000;
	text-align: left;
	vertical-align: bottom;
}

.ffp_table td {
	background-color: transparent;
}

.ffp_table tfoot {
	border-top: 1px solid #cbcbcb;
}

.ffp_table tfoot .item_right {
	text-align: right;
}

table.input_items_table {
	border-collapse: collapse;
	margin-bottom: 0;
}

table.input_items_table tr td, table.input_items_table tr th {
	border: 1px solid #cbcbcb;
	text-align: left;
	width: auto;
	word-break: normal;
}

table.input_items_table tr th {
	min-width: 20%;
}

ul.ff_sub_items {
	list-style: disc;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 25px;
}

.ff_sub_smart_ui .ff-el-form-check-label .ff_plan_title {
	display: block;
	font-size: 120%;
	margin-bottom: 5px;
}

.ff_sub_smart_ui .ff_sub_desc .ff_summary_container {
	display: block !important;
}
