ul:not([class]) {
    padding: 0;
    margin: 0 0 16px;
    list-style-type: none;
}
ul:not([class]) li {
    position: relative;
    padding-left: 16px;
}
ul:not([class]) li:before {
    content: "– ";
    position: absolute;
    top: 0;
    left: 0;
}
ol:not([class]) {
    margin: 0 0 16px;
}
ol:not([class]) li {
    margin-bottom: 8px;
}

blockquote:not([class]) {
    background: #f9f9f9;
    border-left: 4px solid #8a8a8a;
    padding: 14px 18px;
    margin: 20px 0;
    font-style: italic;
    color: #333;
}

table:not([class]),
table[class=""] {
    width: 100%;
    border-collapse: collapse;
}
table:not([class]) th,
table:not([class]) td,
table[class=""] th,
table[class=""] td {
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
}
table:not([class]) thead th,
table:not([class]) thead td,
table:not([class]) tbody th,
table[class=""] thead th,
table[class=""] thead td,
table[class=""] tbody th {
    background: #f5f5f5;
    padding: 10px;
    text-align: left;
}
table:not([class]) tbody tr:nth-child(2n+2) td,
table:[class=""] tbody tr:nth-child(2n+2) td {
    background: #f5f5f5;
}