.wysiwyg-Content{
    list-style: none !important;
    list-style-type: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;

}
.wysiwyg-Content:after{
    display: none;
}

.wysiwyg-Content h1{
    font-size: 2em;
    margin: 0.67em 0 0.67em 0 !important;
    font-weight: bold;
}

.wysiwyg-Content h2{
    display: block;
    font-size: 1.5em;
    margin: 0.83em 0 0.83em 0 !important;
    font-weight: bold;
}

.wysiwyg-Content h3{
    display: block;
    font-size: 1.17em;
    margin: 1em 0 1em 0 !important;
    font-weight: bold;
}

.wysiwyg-Content h4{
    display: block;
    margin: 1.33em 0 1.33em 0 !important;
    font-weight: bold;
}

.wysiwyg-Content h5{
    display: block;
    font-size: 0.83em;
    margin: 1.67em 0 1.67em 0 !important;
    font-weight: bold;
}

.wysiwyg-Content p{
    margin: 1em 0 1em 0 !important;
}

.wysiwyg-Content ul, .wysiwyg-Content menu, .wysiwyg-Content dir{
    display: block;
    list-style-type: disc;
    margin: 1em 0 1em 0 !important;
    padding-left: 40px;
}

.wysiwyg-Content ol{
    display: block;
    margin: 1em 0 1em 0 !important;
    padding-left: 40px;
}

.wysiwyg-Content ul li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.wysiwyg-Content ol li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: decimal;
}

.wysiwyg-Content img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

.wysiwyg-Content img.fr-dib.fr-fil {
    margin-left: 0px;
}

.wysiwyg-Content img.fr-dib.fr-fir {
    margin-right: 0px;
}

.wysiwyg-Content table{
    border: 0px;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%;
}

.wysiwyg-Content table.fr-dashed-borders td, .wysiwyg-Content table.fr-dashed-borders th {
    border-style: dashed;
}

