/*
 * Custom overrides for the Fontanel theme.
 * Loaded last, after style.css and all other theme/plugin styles,
 * so rules here win the cascade without needing !important.
 */
.wp-block-table td, .wp-block-table th {
	border: 0;
}

figure.wp-block-gallery.has-nested-images {
	margin: 1em 40px;
}

.entry-utility .post-edit-link {
	display: none;
}

.wp-block-table {
    margin: 0 0 1em;
}