
table.hcas-meta-box input[type=date],
table.hcas-meta-box input[type=text],
table.hcas-meta-box input[type=url] {
	border-color: #aaaaaa;
	border-radius: 4px;
	max-width: 250px;
	padding: 8px;
	width: 100%;
}

table.hcas-meta-box .select2-container {
	min-width: 200px;
	width: 100%;
}

table.hcas-meta-box-array {
	border-collapse: collapse;
	border-spacing: 0px;
}

table.hcas-meta-box-array td,
table.hcas-meta-box-array th {
	padding: 1em;
	width: 25%;
}

table.hcas-meta-box-array tr:nth-child(4n-1) td,
table.hcas-meta-box-array tr:nth-child(4n) td {
	background-color: #F0F0F0;
}

table.hcas-meta-box-array td span.dashicons {
	cursor: pointer;
}

table.hcas-meta-box-array td span.dashicons-plus-alt {
	color: #00A000;
}

table.hcas-meta-box-array td span.dashicons-no {
	color: Red;
}
