ul.is-style-dash{list-style: none; list-style-type: none; list-style-image: none; padding-left:1em;margin:10px 0;}
ul.is-style-dash li{position: relative;list-style: none; list-style-type: none; list-style-image: none;padding-left:8px;}
ul.is-style-dash li::marker {
    content: "—";
    font-size:  inherit;
    color: inherit;
}
