
/* lists */
.tgw-core-freehtml ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px
}
.tgw-core-freehtml  menu{
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px
}
.tgw-core-freehtml dir {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px
}
.tgw-core-freehtml ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px
}
.tgw-core-freehtml li {
    display: list-item;
    text-align: match-parent;
}
.tgw-core-freehtml ul ul {
    list-style-type: circle
}
.tgw-core-freehtml ol ul {
    list-style-type: circle
}

.tgw-core-freehtml ol ol ul {
    list-style-type: square
}
.tgw-core-freehtml  ol ul ul {
    list-style-type: square
}
.tgw-core-freehtml ul ol ul {
    list-style-type: square
}
.tgw-core-freehtml ul ul ul {
    list-style-type: square
}

.tgw-core-freehtml dd {
    display: block;
    margin-left: 40px
}
.tgw-core-freehtml dl {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}
.tgw-core-freehtml dt {
    display: block
}
.tgw-core-freehtml ol ul{
    margin-top: 0;
    margin-bottom: 0
}

.tgw-core-freehtml ul ol{
    margin-top: 0;
    margin-bottom: 0
}
.tgw-core-freehtml ul ul {
    margin-top: 0;
    margin-bottom: 0
}

.tgw-core-freehtml ol ol {
    margin-top: 0;
    margin-bottom: 0
}
.tgw-core-freehtml ::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

.tgw-core-freehtml table{
    text-align: start;
    text-align: left;
    
    white-space: normal; /* compatible with IE & spec */
    line-height: normal;

    /* Quirk: cut off all font inheritance in tables except for family. */
    font-size: 16px;
    font-weight: initial;
    font-weight: normal;
    font-style: initial;
    font-style: normal;
    font-variant: initial;
    font-variant: normal;

}
.tgw-core-freehtml pre{
}
