h4 {
	margin: 30px 0 20px !important;
}


.wp-block-table.mew-table tbody, .wp-block-table.mew-themefile-table tbody {
	background: #ededed;
}
.wp-block-table.mew-table tbody tr:nth-child(2n), .wp-block-table.mew-themefile-table tbody tr:nth-child(2n) {
	background: #f7f7f7;
}
.wp-block-table.mew-table tbody tr:first-child, .wp-block-table.mew-themefile-table tbody tr:first-child {
	background: #c0d3e4;
    border: 0px solid;
    border-bottom-width: 2px;
    border-color: #999;
}
.wp-block-table.mew-table tr, .wp-block-table.mew-themefile-table tr {
	display: grid;
}
.wp-block-table.mew-plugins-table tr {
	grid-template-columns: 2fr 3fr 1fr;
}
.wp-block-table.mew-themefile-table tr {
	grid-template-columns: 2fr 4fr;
}
.wp-block-table.mew-table td, .wp-block-table.mew-themefile-table td { 
    padding: 8px;
}
.wp-block-table.mew-themefile-table td { 
    min-width: 320px;
    max-width: 100%;
}