ul.dashed {
    list-style: none;
    padding-left: 0px;
}

ul.dashed > li {
    margin-left: 15px;
    margin-top:  10px;
}

/* Prevent nested li's from getting messed up */
ul.dashed > li:before {
    content: "–";
    margin-left: -15px;
}