.article-content p {
    word-wrap: break-word;
}

/*add space to the bottom of the site*/
.copyright-footer {
    margin-bottom: 40px;
}

.wp-block-table.is-style-stripes {
    max-width: 450px;
    table-layout: fixed;
    width: 100%;
    border-block: none;
   }

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.wp-block-table.is-style-stripes td {
    border-color: transparent;
}
