.documentFragment p,
.documentFragment ol,
.documentFragment ul {
    margin: 0;
    tab-size: 48px;
    -moz-tab-size: 48px;
    white-space: pre-wrap;
}

.ad-list-style-type-lower-alpha {
    list-style-type:lower-alpha;
}
.ad-list-style-type-upper-alpha {
    list-style-type:upper-alpha;
}
.ad-list-style-type-lower-roman {
    list-style-type:lower-roman;
}
.ad-list-style-type-upper-roman {
    list-style-type:upper-roman;
}
.ad-list-style-type-square {
    list-style-type:square;
}
.ad-list-style-type-circle {
    list-style-type:circle;
}
.ad-list-style-type-disc {
    list-style-type: disc;
}
.ad-list-style-type-decimal {
    list-style-type: decimal;
}