/*================================================
  CSS Reset
==================================================*/
* {
	box-sizing: border-box;
	min-height:0;
	min-width : 0;
}
a:hover img { opacity: 0.6; }

table,
table tr th,
table tr td {
	border: none;
}
.wp-block-table,
.wp-block-table tr th,
.wp-block-table tr td {
	border: none;
}

input, select {
  -webkit-appearance: none;
  appearance: none;
	all: unset;
  border-radius: 1px;
}