.seo-wrapper {
    width: 40%;
    float: left;
    margin: 0 30px 30px 0;
}
table {
    /*color: #dedede;*/
    color: var(--footer_txt_1);
    border-spacing: 10px;
    border: none;
}
table tr td {
    padding: 15px;

    background: #d7deea;
    border: none;
}

.dark table tr td{
    background: rgba(255,255,255,.1);
}

.Page_seoSnippet--O0V {
    background: var(--bg_color_2);
}
.seo-text-o {
    max-height: 250px;
    overflow-y: auto;
    padding-right: 15px;
    color: var(--footer_txt_1)
}
.seo-text-o a {
    color: var(--accent_color_3);
}
.seo-text-o a:hover {
    text-decoration: underline;
}
.seo-text-o h1:first-of-type {
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .seo-wrapper {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    table {
        border-spacing: 3px;
    }
    table tr td {
        padding: 10px;
    }
}
