.cwcf_add_field_buttons{
	text-align: center;
	padding: 10px;
}

.cwcf_add_text_field{
	margin: 0px 5px 0px 5px;
}

.cwcf_field_container{
	border-bottom: 1px dashed #ccc;
	margin: 10px;
}

.cwcf_clear{
	clear: both;
}

.cwcf_field_heading{
	float: left;
	width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

.cwcf_field_delete{
	float: right;
	width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}

.cwcf_field_delete a{
	text-decoration: none;
}

#cwcf_wc_product_custom_fields{
	border-top: 1px dashed #ccc;
}

.cwcf_option_label{
	float: left;
	width: 40%;
}

.cwcf_option_label .cwcf_name{
	width: 88% !important;
}

.cwcf_option_value{
	float: left;
	width: 40%;
}

.cwcf_option_value .cwcf_name{
	width: 88% !important;
}

.cwcf_option_row{
	width: 100%;
	list-style: none;
	margin: 3px 0px 3px 0px;
	float: left;
}

.cwcf_option_actions{
	float: left;
	width: 20%;
}

.cwcf_options_container{
	margin: 0px 0px 0px 10px;
	padding: 10px;
	width: 100%;
	float: left;

}

.cwcf_options_wrapper{
	border: 1px dashed #ccc;
	width: 100%;
	float: left;
}

.cwcf_add_more_container{
	text-align: center;
	margin: 10px 0px 10px 0px;
	width: 100%;
	float: left;
}

.cwcf_option_row:first-child .delete_current_option{
	display: none;
}
