
#all-list-title {
    width: 100%;
    clear: both;
    height: 38px;
    line-height: 38px;
    background-color: #d2e4fc;
    font-size: 16px;
    text-indent: 15px;
    font-weight: bold;
}

#all-list {
    padding: 0px 10px;
    list-style: none;
    background-color: #fbfbfb
}

#all-list li {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #fff;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: baseline;
    display: list-item;
    text-align: -webkit-match-parent;
    text-indent: 2px;
}

#all-list li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

#all-list .last-child {
    border-bottom: 0px;
}
