/**
 * Theme Name: Poka Theme Child
 * Template:   pokatheme
 * ...other header fields
 */

.wysiwyg-part .su-list ul > li::before {
    content: none;
}

.wysiwyg-part ul > li.star-active::before {
    content: none;
}

picture.aligncenter {
    text-align: center;
}

picture.alignleft,
picture.alignright,
picture.aligncenter {
    margin-bottom: 12px;
}

body .su-table {
    overflow-x: auto;
}