#content ul {
    text-align: justify;
    list-style: none;
}

#content ul:after{
    content: " ";
    display: inline-block;
    width: 100%;
}

#content ul li{
    display: inline; /* if you're using an element that's already `inline` like a span, you don't need this */
}
