.skat-activity-log ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.skat-activity-log li {
    padding: 8px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.skat-username {
    font-weight: bold;
    color: #0073aa;
}
.skat-timestamp {
    font-style: italic;
    color: #555;
}
.skat-no-activity {
    font-style: italic;
    color: #999;
    text-align: center;
}
