.ha-post-list-sc ul {
    list-style: none;
    margin: 12px;
    padding: 12px;
}

.ha-post-list-sc li {
    border-bottom: 1px dashed #777;
}

.ha-post-list-sc a{
    text-decoration:none;
	color:#000;
}

.ha-post-list-sc a:hover{
    font-weight:600;
	text-decoration:underline;
}

.ha-post-list-sc .md-date {
    font-size: 0.8em;
	color:#777;
}

.ha-post-list-sc li {
    margin-top: 8px;
    margin-bottom: 8px;
	word-break: break-all;
}

span.ha-new-txt {
    background: #f31a1a;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    margin-right: 8px;
    font-size: 0.8em;
}

span.ha-mod-txt {
    background: #3f9138;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    margin-right: 8px;
    font-size: 0.8em;
}