.phpbb-block li {
    width: 100%;
    margin: 0;
    padding: 0;
    color: rgb(44, 46, 53);
    font-size: 1em;
    font-weight: normal;
    line-height: 17px;
    list-style-type: none;
    border-bottom: 1px dotted #9a9a9a;
}
.phpbb-block li a {
    clear: both;
    display: block;
    color: rgb(44, 46, 53);
    text-decoration: none;
}
.phpbb-block-details {
    font-size: 0.8em;
    padding-left: 18px;
    display: block;
}