/* Minification failed. Returning unminified contents.
(1,30): run-time error CSS1030: Expected identifier, found ','
(1,46): run-time error CSS1031: Expected selector, found ')'
(1,46): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.editor ul:not(.product-list1, .product-list3) {
    list-style: disc;
    padding-left: 40px;
}

.editor ol:not(.product-list3) {
    list-style: decimal;
    padding-left: 40px;
}

.editor em {
    font-style: italic;
}

.editor strong {
    font-weight: bold;
}

.editor sub {
    vertical-align: sub;
    font-size: smaller;
}

.editor sup {
    vertical-align: super;
    font-size: smaller;
}

.editor table {
    width: 100%;
}

.product-list1 li, .photo-list li {
    list-style: none;
}

.product-edit img{ max-width: 100%; height: auto; }

@media only screen and (max-width: 980px) {
/*.product-edit{ overflow: auto; }*/
}

@media only screen and (max-width: 480px) {
.editor table{ width: 600px; }
}

