.ph-deposits-wrapper {
	margin: 0 0 1em 0
}

.ph-deposits-wrapper .ph-deposits-option {
	list-style: none outside;
	margin: 0px !important;
	overflow: hidden;
	font-size: 1em;
	line-height: 2em;
	width: 100%;
	margin-top: 1em !important;
	list-style: none !important;
	padding: 0px !important;
	display: flex;

}

.ph-deposits-wrapper .ph-deposits-option li {
	padding: 5px 10px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	border-radius: 4px;
	box-sizing: border-box;
	width: 49%;
	margin: 0;
	float: left;
	text-align: center;
	cursor: pointer;
}

.ph-deposits-wrapper .ph-deposits-option li input {

	display: inline-block;
	width: auto !important;
}

.ph-deposits-wrapper .ph-deposits-option li label {

	padding: 0;
	display: inline-block;
	cursor: pointer
}

.ph-deposits-wrapper .ph-deposits-option li:last-child {
	float: right;
	margin-left: 2%;
}

.ph-deposits-wrapper .ph-deposits-payment-plans {
	list-style: none outside;
	padding: 0 1em;
	margin: 0 0 1em 0;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 1em;
	position: relative;
	width: 70%;
	margin-top: 2%;
}

.ph-deposits-wrapper .ph-deposits-payment-plans li.ph-deposits-payment-plan {
	border-bottom: 1px solid #eee;
	padding: 1em 0;
	cursor: pointer;
}

.ph-deposits-wrapper .ph-deposits-payment-plans li.ph-deposits-payment-plan .ph-deposits-payment-plan-name {
	display: block
}

.ph-deposits-wrapper .ph-deposits-payment-plans li.ph-deposits-payment-plan .ph-deposits-payment-plan-description {
	color: #77a464
}

.ph-deposits-wrapper .ph-deposits-payment-plans li.ph-deposits-payment-plan:last-child {
	border-bottom: 0
}

.ph-deposits-wrapper .ph-deposits-payment-plans li.ph-deposits-payment-plan input {
	margin: -2px 1em 0 0;
	display: inline-block;
	vertical-align: middle
}

.ph-deposits-wrapper .ph-deposits-payment-plans li.ph-deposits-payment-plan label {
	padding: 0 0 0 10px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	max-width: 80%
}

.ph-deposits-wrapper.ph-deposits-optional .ph-deposits-payment-plans {
	margin: 1em 0
}

.ph-deposits-wrapper.ph-deposits-optional .ph-deposits-payment-plans:before {
	content: "";
	display: block;
	border: 8px solid #ccc;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -3px;
	left: -4px;
	margin: -1em 0 0 25%
}

.ph-deposits-wrapper.ph-deposits-optional .ph-deposits-payment-plans:after {
	content: "";
	display: block;
	border: 8px solid #fff;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -2px;
	left: -4px;
	margin: -1em 0 0 25%
}

.ph-deposits-wrapper .ph-deposits-payment-description {
	color: #77a464;
	margin: 1em 0
}

.woocommerce .order_details .ph-deposits-order-item-description {
	margin-bottom: 0
}