/* cssyeah.com: Improve underlist style */
.item-page .article-body ul {
    padding-left: 2rem;
}

.item-page .article-body ul li {
    list-style: unset;
}