.wrap-thong-ke ul {
    margin: 0;
    list-style: none;
}
.wrap-thong-ke ul li {
    margin: 0;
    color: black;
    border-bottom: 1px solid #E3E3E3;
    line-height: 30px;
    font-weight: 300;
}
.wrap-thong-ke ul li span {
    float: right;
}
.wrap-thong-ke ul li:last-child {
    border-bottom: none;
}