.gfield_repeater_item .gfield_repeater_cell{
	max-width:calc(50% - 16px);
	display:inline-block;
	vertical-align: top;
	padding-right: 10px;
}

.gfield_repeater_items .gfield_repeater_item:nth-child(even){
	background:lime;
}

.gform_wrapper.gravity-theme .gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child){
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	border-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_repeater_items .gfield_repeater_cell:not(:first-child){
	padding-top:0 !important;
}

.gfield.pop_compentencies .gfield_repeater_item .gfield_repeater_cell{
	max-width:calc(33% - 11px);
}

.gfield_repeater_buttons{
	padding-top:0 !important;
	width:32px;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}

.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text, .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text{
	min-width:0 !important;
	width:32px;
}