.moduletable.countlinks span.title{
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    border: none;
    display: inline;
    color: #000;
}
.moduletable.countlinks span.date{
    font-size: 12px;
    display: inline-block;
}
.moduletable.countlinks ul{
    padding-left: 1.5rem;
    list-style: none;
}
.moduletable.countlinks li{
    border-bottom:1px dotted #D3D3D3;
    padding: 5px 0;
}
.moduletable.countlinks li span.title{
    color: inherit;
    font-weight: bold;
}
.moduletable.countlinks .link{
    font-size: 13px;
    display:inline-block;
    text-align: right;
    width: 100%;
}
.moduletable.countlinks .link:hover{
    color:#A03325;
}

.moduletable.countlinks a.link:before {
    content: ">>>";
    font-weight: bold;
    color: #A80000;
    margin-right: 4px;
}
#content .moduletable.countlinks a.link:hover{
    text-decoration: none;
}