.wp-block-table {
	margin-top: 16px;
	overflow: hidden;
}

.wp-block-table.alignright {
	margin: 0;
}

.wp-block-table.alignleft {
	margin: 0;
}

.wp-block-table table {
	border: 1px solid #dedede;
}

.wp-block-table thead {
	border-bottom: none;
}

.wp-block-table tfoot {
	border-top: 4px solid #dedede;
}

.wp-block-table th {
	color: #676767;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	border: 1px solid #dedede;
	padding: 15px 7px;
	background: #f5f5f5;
}

.wp-block-table td {
	color: #676767;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.5;
	padding: 15px 7px;
	border: 1px solid #dedede;
}

.wp-block-table .wp-element-caption {
	color: #979797;
	font-size: 0.6875rem;
	font-weight: 300;
	line-height: 1.3;
	margin: 8px 0 0;
}
