.wpeo-table.table-flex {
	border: 0;
	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-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%;
	}
}
