@CHARSET "UTF-8";
.list-group-item-article {
    padding: 3px 3px;
    border: 0px;
    font-weight: normal;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    line-height: 25px;
    font-size: 14px;
}
.list-group a {
    color: #000000;
}
.list-group a:hover {
    text-decoration: underline;
}
.list-badge {
    font-size: 14px;
    float:right;
    text-decoration: inherit;
}