.wpeo-table.table-flex {
	border: 1px solid rgba(0,0,0,0.1);
	background: #fff;

	.table-row.table-header {
		background: #fff;
		border-bottom: 2px solid rgba(0,0,0,0.3);

		.table-cell {
			color: rgba(0,0,0,0.8);
		}
	}
	.table-row:not(.table-header):nth-of-type(odd) {
		background: rgba(0,0,0,0.03);
	}
	.table-cell {
		box-sizing: content-box;
	}
	.table-button-edit {
		color: $color__primary
	}
	input[type=date],
	input[type=datetime-local],
	input[type=datetime],
	input[type=email],
	input[type=month],
	input[type=number],
	input[type=password],
	input[type=search],
	input[type=tel],
	input[type=text],
	input[type=time],
	input[type=url],
	input[type=week],
	select,
	textarea {
		width: 100%;
	}
	input[type="checkbox"],
	input[type="radio"] {
		width: auto;
	}

	.wpeo-autocomplete .autocomplete-label {
		padding: 0 1em;
	}
}

@import "advanced";
@import "avatar";
@import "comments";
@import "dropdown-add";
@import "responsive/responsive";
