table.wp-ajax-table-view,
table.wp-ajax-table-view tr th,
table.wp-ajax-table-view tr td,
table.wp-ajax-table,
.wp-ajax-table tr th,
.wp-ajax-table tr td {
	border:none;
	vertical-align:top;
}
.wp-ajax-table #wp_ajax_post_data{
	float:right;
	padding:5px;
	cursor:pointer;
}
#wp_ajax_loader{
	display:none;
	float:right;
	margin-right:25px;
}
table.wp-ajax-table-view{
	width:70%;
}

.checkbox-container { padding: 0 0 15px 0; }

.checkbox-input-name { display: inline-block; position: relative; line-height: 24px; font-size: 18px; padding-left: 40px; font-weight: 400; vertical-align: top; }
.lbl-checkbox { position: relative; margin: 0; cursor: pointer; }
.checkbox-input-name:before { content: ""; display: block; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border: 1px solid #999; }
.checkbox-input-icon { position: absolute; left: 4px; top: 6px; opacity: 0; color: #fff; }
.input-checkbox { position: absolute; left: 0; top: 0; width: 20px; height: 20px; opacity: 0; }
.input-checkbox:checked ~ .checkbox-input-icon { opacity: 1; }
.input-checkbox:checked ~ .checkbox-input-name:before { background: #e82471; border-color: #e82471; }

.checkout-radio h4, .checkout-radio .h4 { margin: 0 0 15px 0; }
.checkout-radio { margin-bottom: 20px; }
.checkout-radio .lbl-checkbox { margin-bottom: 10px; width: 100%; }
