/** === Table Block === */
table{
    border-collapse: collapse;
}
table tr{
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
table tr:last-child{
	border-bottom: none;
}
td{
	padding:8px;
	word-break: break-all;
}

.wp-block-table.is-style-stripes {
    border-bottom: none;
    border: 0;
}

.wp-block-table {
    width: 100%;
}

td {
    word-break: break-all;
}
