a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.column-author {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.column-title {
    display: inline-block;
    width: 200px; /* Adjust this width to match roughly 10 characters */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}